Malt Scraper: Freelancer Profiles, Rates & Skills avatar

Malt Scraper: Freelancer Profiles, Rates & Skills

Pricing

$1.00 / 1,000 freelancer scrapeds

Go to Apify Store
Malt Scraper: Freelancer Profiles, Rates & Skills

Malt Scraper: Freelancer Profiles, Rates & Skills

Scrape Malt freelancers by keyword, location, daily rate range, skills. Coverage: France, Germany, Spain, UK, Belgium, Netherlands. Get name, headline, daily rate, city, rating, reviews count, skills, profile URL. For agencies, recruiters, talent platforms, B2B prospecting. $1/1K freelancers.

Pricing

$1.00 / 1,000 freelancer scrapeds

Rating

0.0

(0)

Developer

dltik

dltik

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Malt Scraper — Freelancers, Daily Rates & Skills

Extract freelancer profiles from Malt (FR, DE, ES, UK, BE, NL): name, daily rate, location, rating, skills, bio. HTTP-only, 256MB, $1 per 1,000 freelancers.

Filter by keywords, city, rate range, rating. No proxy needed.

Found this useful? Click the Bookmark button at the top of this page — it helps the scraper stay visible to others who need it. Takes 1 click. No signup beyond your existing Apify account.


What can this scraper do?

  • Search by keyword — find freelancers matching skills (Python, React, design...)
  • Filter by city — Paris, Berlin, Madrid, London, etc.
  • Filter by daily rate — set min/max range
  • Filter by rating — only top-rated freelancers
  • Enrich profiles — fetch bio, skills, experiences, languages
  • Multi-country — France, Germany, Spain, UK, Belgium, Netherlands

Quick start

Find Python freelancers in Paris

{
"keywords": ["developpeur python", "python backend"],
"country": "fr",
"city": "Paris",
"maxResults": 100
}

Senior designers EU under €600/day

{
"keywords": ["UI designer", "UX designer", "product designer"],
"country": "fr",
"maxRate": 600,
"minRating": 4.5,
"maxResults": 200
}

Top-rated React freelancers with full profiles

{
"keywords": ["react developer"],
"country": "fr",
"minRating": 4.8,
"enrichProfiles": true,
"maxResults": 50
}

Input

ParameterTypeDefaultDescription
keywordsarrayrequiredSearch keywords
countryenumfrfr, de, es, uk, be, nl
citystringCity filter
minRateintMin daily rate
maxRateintMax daily rate
minRatingnumberMin rating (0-5)
enrichProfilesbooleanfalseFetch full bio + skills
maxResultsint50Max results per keyword

Output (per freelancer)

{
"type": "freelancer",
"slug": "eliasbuisson2",
"name": "Elias",
"title": "🐍 Développeur Python FastAPI",
"daily_rate": 580,
"currency": "EUR",
"city": "Paris",
"rating": 5.0,
"reviews_count": 11,
"badges": ["super-malter"],
"avatar_url": "https://...",
"profile_url": "https://www.malt.fr/profile/eliasbuisson2",
"search_query": "developpeur python",
"bio": "8 years of Python experience...",
"skills": ["Python", "FastAPI", "Django", "PostgreSQL"],
"experiences": [...],
"languages": ["French", "English"],
"profile_enriched": true
}

How much does it cost?

$0.001 per freelancer = $1 per 1,000 results.

ScenarioResultsCostTime
1 keyword, 50 freelancers50$0.05~5s
5 keywords, 50 each250$0.25~30s
With profile enrichment100$0.10~60s
Max batch500$0.50~3min

Use cases

  • Recruitment platforms — source freelancers for ATS
  • Competitor pricing — track daily rates by skill/city
  • Talent marketplaces — build candidate databases
  • Market research — analyze freelancer supply by region
  • Lead generation — outreach to freelancers for projects
  • Salary benchmarking — daily rate trends across Europe

Connect with Make, Zapier & n8n

Run the actor via Apify API and route results to your CRM, ATS, Notion, Google Sheets.

from apify_client import ApifyClient
client = ApifyClient("YOUR_TOKEN")
run = client.actor("dltik/malt-scraper").call(run_input={
"keywords": ["python developer"],
"country": "fr",
"maxResults": 100
})
for f in client.dataset(run["defaultDatasetId"]).iterate_items():
print(f"{f['name']} - {f['daily_rate']}€/d - {f['profile_url']}")

FAQ

Why HTTP-only? Malt's search results are server-side rendered (HTML SSR). We parse the HTML with BeautifulSoup — no browser needed, no IP blocking, super fast.

How fresh is the data? Real-time. The actor fetches Malt search pages directly.

Does it work for private profiles? No. Only public profiles visible without login.

Multiple countries simultaneously? Each run targets one country. Run multiple times for multi-country coverage.


Other scrapers by dltik

ActorDescriptionPrice
Welcome to the JungleScrape WTJ jobs (FR/EU)$0.50/1K
Google Maps Email ExtractorEmails + WhatsApp from Google Maps$3/1K
Trustpilot ScraperReviews with sentiment$0.50/1K
Reddit ScraperPosts + comments + sentiment$2/1K
Facebook Ads ScraperMeta Ad Library spy$1/1K
TikTok ScraperProfiles, videos, hashtags$1/1K