Discover/freelancer.de API
live

freelancer.de APIfreelancer.de

Access freelancer profiles, skills, ratings, and portfolio data from freelancer.de. Search by country, skill, rating, and online status across 4 endpoints.

Endpoints
4
Updated
3mo ago
Try it
Pagination offset for results
Comma-separated list of skill IDs to filter by (e.g. '13,3'). Skill IDs can be found via t
Country name to filter freelancers (e.g. 'Germany')
Minimum star rating filter (1-5)
Filter for currently online freelancers only
api.parse.bot/scraper/24670630-9afb-4910-834d-c3c479d566be/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/24670630-9afb-4910-834d-c3c479d566be/search_freelancers?skills=13&country=Germany' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for freelancers based on country, skills, rating, and online status. Returns paginated results with detailed freelancer summaries including ratings, earnings, portfolios, and skills.

Input
ParamTypeDescription
offsetintegerPagination offset for results
skillsstringComma-separated list of skill IDs to filter by (e.g. '13,3'). Skill IDs can be found via the get_skills or search_skills endpoints.
countrystringCountry name to filter freelancers (e.g. 'Germany')
min_ratingintegerMinimum star rating filter (1-5)
online_onlybooleanFilter for currently online freelancers only
Response
{
  "type": "object",
  "fields": {
    "msg": "string message from the API",
    "count": "integer total number of matching freelancers",
    "users": "array of freelancer summary objects with username, country, city, hourlyrate, stars, skills, portfolios, ratings, and more",
    "status": "string indicating API response status"
  },
  "sample": {
    "data": {
      "msg": "success",
      "count": 9273,
      "users": [
        {
          "city": "Ilmenau",
          "stars": 4.99,
          "country": "Germany",
          "tagline": "WordPress | Shopify | Ecommerce | Top 1% EU based",
          "user_id": "6894616",
          "username": "w4web",
          "is_online": true,
          "hourlyrate": 40,
          "top_skills": [
            {
              "id": "17",
              "name": "Webdesign"
            },
            {
              "id": "335",
              "name": "HTML"
            }
          ],
          "public_name": "w4web"
        }
      ],
      "status": "success"
    },
    "status": "success"
  }
}

About the freelancer.de API

The freelancer.de API exposes 4 endpoints for searching and retrieving freelancer profiles from Germany's freelancer marketplace. The search_freelancers endpoint returns paginated summaries with hourly rates, star ratings, skill sets, and portfolio counts, while get_freelancer_profile delivers full profile data including reputation history, qualifications, and verification status for any username found in search results.

Search and Discovery

The search_freelancers endpoint accepts filters for country, skills (as comma-separated skill IDs), min_rating (1–5 stars), and online_only (boolean). It returns a count of total matching results alongside a users array. Each user object in that array includes username, country, city, hourlyrate, stars, skills, portfolios, and ratings. Pagination is controlled with the offset parameter. Skill IDs needed for the skills filter can be sourced from the get_skills or search_skills endpoints.

Profile Detail

Once you have a username from search results, get_freelancer_profile returns the full profile object keyed by user ID. This includes reputation, jobs, profile_description, location, status, and qualifications, as well as membership details and verification flags. This level of detail is useful for building candidate comparison tools or vetting workflows.

Skills Reference

The get_skills endpoint returns the complete catalog of skills available on the platform. Each skill object contains id, name, category, seo_url, and a local flag indicating region-specific relevance. The search_skills endpoint accepts a query string and returns the same object shape filtered by case-insensitive name match — useful for resolving a human-readable skill name to the numeric ID required by search_freelancers.

Common use cases
  • Build a talent sourcing tool that filters German-market freelancers by skill ID and minimum star rating.
  • Aggregate hourly rate data by skill category to benchmark freelancer pricing on freelancer.de.
  • Monitor which freelancers in a given country are currently online to prioritize outreach.
  • Automate profile enrichment pipelines by fetching full reputation and qualification data for shortlisted usernames.
  • Resolve skill names to IDs programmatically using search_skills before constructing a search_freelancers query.
  • Compare portfolio counts and ratings across freelancers in a specific city or country.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does freelancer.de have an official developer API?+
freelancer.de does not publish a documented public developer API for third-party access to its freelancer directory data.
What does the `search_freelancers` endpoint return for each freelancer?+
Each entry in the users array includes username, country, city, hourlyrate, stars, skills (with IDs), portfolios, and ratings. The count field tells you the total number of matching freelancers so you can paginate through results using the offset parameter.
Does `get_freelancer_profile` return contact information like email or phone number?+
No. The profile object includes reputation, jobs, profile_description, location, status, qualifications, membership details, and verification status — but direct contact details such as email or phone are not exposed. You can fork this API on Parse and revise it to add any contact-adjacent fields that become accessible.
Does the API cover freelancers outside Germany?+
The country filter in search_freelancers accepts any country name, so profiles from other countries registered on freelancer.de are reachable. Coverage reflects what is listed on freelancer.de itself, which skews toward the German-speaking market. If you need broader coverage from a different platform, you can fork the API on Parse and revise it to target a different source.
Can I retrieve a freelancer's project history or individual reviews?+
The get_freelancer_profile endpoint returns aggregated reputation and jobs data, not individual project records or per-review text. Granular review content is not currently exposed. You can fork the API on Parse and revise it to add an endpoint targeting individual review data.
Page content last updated . Spec covers 4 endpoints from freelancer.de.
Related APIs in MarketplaceSee all →
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
jula.fi API
Search and browse products from Jula.fi to find hardware items with detailed information including prices (with and without VAT), stock availability, brand details, and product SKUs. Explore products by category or search for specific items to compare pricing and check real-time stock status.
carsforsale.com API
Search vehicle listings and browse detailed car inventory by make, model, and trim to find the perfect vehicle on CarsForSale.com. Access comprehensive listing details including pricing, specifications, and availability all in one place.
zapimoveis.com.br API
Search and filter real estate listings across Brazil on ZAP Imóveis — the country's largest property portal. Retrieve listings for sale or rent with detailed attributes including price, location, size, bedrooms, bathrooms, parking, and amenities. Supports location autocomplete, property type discovery, and full listing detail retrieval.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
industrynet.com API
Find industrial suppliers and browse product categories across a comprehensive marketplace directory. Connect directly with suppliers by viewing detailed listings and submitting contact inquiries programmatically.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.