VOOZH about

URL: https://apify.com/alkausari_mujahid/freelancermap-profile-scraper

⇱ Freelancermap Profile Scraper Β· Apify


Pricing

$10.00 / 1,000 results

Go to Apify Store

Freelancermap Profile Scraper

Scrapes freelancer profiles from freelancermap search results. Extracts name, title, location, hourly/daily rates, skills, languages, project history, certificates, and optionally email and phone number (requires a freelancermap.de account)

Pricing

$10.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Alkausari M

Alkausari M

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

2

Monthly active users

a month ago

Last modified

Share

Freelancermap Freelancer Profile Scraper

Scrapes freelancer profiles from freelancermap.de search result pages. For each profile the actor extracts publicly available data (name, title, location, rates, skills, languages, project history, certificates) and β€” when a valid account is provided β€” the contact details (email and phone number).

What data is extracted

FieldDescription
urlProfile URL
nameFull name
titleProfessional title / job role
headlineShort profile headline
verifiedVerification status badge
premiumCustomerPremium membership badge
availabilityAvailability status
cityCity
countryCountry
travelWillingness to travel
educationHighest education level
hourlyRateHourly rate
dailyRateDaily rate
aboutMeAbout Me / bio text
skillBadgesTop matching skill badges (array)
skillsFull skill list (array)
languagesLanguages and proficiency levels (object)
projectsProject history (array of objects)
certificatesCertifications (array of objects)
emailEmail address (requires account)
phonePhone number (requires account)

How to use

1. Basic scrape (no login required)

Provide a freelancermap.de search URL and set the page range to scrape.

Input:

{
"startUrl":"https://www.freelancermap.de/freelancer-verzeichnis.html?group=informatik",
"startPage":1,
"endPage":5
}

2. Scrape with contact details (login required)

To extract email addresses and phone numbers, provide your freelancermap.de account credentials and enable the relevant toggles.

Input:

{
"startUrl":"https://www.freelancermap.de/freelancer-verzeichnis.html?group=informatik",
"startPage":1,
"endPage":3,
"includeEmail":true,
"includePhone":true,
"email":"your@email.com",
"password":"yourpassword"
}

Note: Contact details are gated by freelancermap.de's account plan. The actor respects the platform's daily view limits. If the limit is reached, the contact button will be disabled and those fields will be left empty.

3. Limit total results

Use maxItems to cap the number of profiles scraped β€” useful for testing or cost control.

{
"startUrl":"https://www.freelancermap.de/freelancer-verzeichnis.html",
"startPage":1,
"endPage":10,
"maxItems":50
}

Sample output

{
"url":"https://www.freelancermap.de/profil/123456-max-mustermann.html",
"name":"Max Mustermann",
"title":"Senior Java Developer",
"headline":"10+ years building enterprise backend systems",
"verified":"Verified",
"premiumCustomer":"Premium",
"availability":"Available",
"city":"Munich",
"country":"Germany",
"travel":"Germany-wide",
"education":"Master of Science",
"hourlyRate":"95 €/h",
"dailyRate":"760 €/day",
"aboutMe":"Passionate backend engineer specialising in Java and Spring Boot...",
"skillBadges":["Java","Spring Boot","Kubernetes"],
"skills":["Java","Spring Boot","Kubernetes","Docker","PostgreSQL","REST APIs"],
"languages":{
"German":"Native",
"English":"Fluent"
},
"projects":[
{
"date":"01/2022 – 12/2023",
"title":"Microservices Migration",
"company":"Acme GmbH",
"industry":"Finance",
"companySize":"500–1000 employees",
"projectDetails":["Led migration of monolithic app to microservices..."],
"technologies":["Java 17","Spring Boot","Kafka","Kubernetes"]
}
],
"certificates":[
{
"title":"AWS Certified Solutions Architect",
"issuer":"Amazon Web Services",
"date":"March 2023"
}
],
"email":"",
"phone":""
}

Input reference

ParameterTypeRequiredDefaultDescription
startUrlStringYesβ€”Freelancermap.de search results URL
startPageIntegerNo1First page to scrape
endPageIntegerNo1Last page to scrape
maxItemsIntegerNoβ€”Cap total profiles scraped
includeEmailBooleanNofalseExtract email (account required)
includePhoneBooleanNofalseExtract phone (account required)
emailStringConditionalβ€”Account email (needed if includeEmail/includePhone)
passwordStringConditionalβ€”Account password (stored securely, never logged)
maxConcurrencyIntegerNo1Parallel browser tabs (keep at 1 with login)
proxyConfigurationObjectNoApify proxyProxy settings

Tips

  • Proxy: Use Apify Residential proxies with countryCode: "DE" for the best reliability.
  • Concurrency: Keep maxConcurrency at 1 when using login-based scraping to prevent session conflicts across browser instances.
  • Pagination: Each results page contains up to 20 profiles. To scrape 100 profiles set startPage: 1, endPage: 5.
  • Rate limits: freelancermap.de limits how many contact profiles you can view per day based on your subscription tier. The actor handles disabled contact buttons gracefully and continues scraping the remaining data.

Legal & ethical usage

This actor is intended for legitimate business use cases such as HR research, market analysis, and lead generation. Always respect freelancermap.de's Terms of Service and applicable data protection regulations (GDPR). Do not use scraped personal data for unsolicited outreach or in violation of applicable law.

You might also like

Ofsted Reports Data Scraper

alkausari_mujahid/ofsted-reports-data-scraper

Scrape Ofsted full inspection reports for children's homes. Extracts 18 structured fields from PDFs β€” judgement ratings, provider details, inspector info, home capacity and type β€” filtered by date. Exports to MySQL and/or Apify dataset.

Google Ads Transparency Scraper

alkausari_mujahid/google-ads-transparency-scraper

Designed for marketers, researchers, and business intelligence teams, this efficient tool scans a provided list of websites to determine which ones have ever run Google Adsβ€”whether in the past or currentlyβ€”by leveraging data from the Google Ads Transparency Center.

189

Property Tax Delinquent Lead Aggregator

george.the.developer/property-tax-delinquent-leads

Multi-county tax delinquent + pre-foreclosure property aggregator with parcel, owner, balance, and skip-trace search hints. Built for real estate wholesalers and pre-foreclosure investors. Pay per record.

12

Google Ads Scraper

ivanvs/google-ads-scraper

Extract details about ads from Google Ads Transparency Centar. Scrape ad details like when it was run, ad targeting, advertiser and content of ad. Download ad data in JSON, XML, Excel format.

722

5.0

Google Ads Transparency Scraper

solidcode/ads-transparency-scraper

[πŸ’° $0.8 / 1K] Affordable and effective | Extract ad creatives from Google Ads Transparency Center. Search by keyword, domain, or advertiser ID with filters for format, platform, region, and date range.

749

5.0

Freelancer Scraper

jupri/freelancer-scraper

πŸ’« Scrape Freelancer.com

Google Ads Scraper

dz_omar/google-ads-scraper

Extract Google Ads creative data including advertiser info, ad text, images, and landing URLs directly from the Google Ads Transparency Center. Ideal for competitor research, ad analysis, and marketing intelligence.

πŸ‘ User avatar

FlowExtract API

695

5.0