Marktplaats.nl Scraper: Netherlands' #1 Classifieds (10M+ listings)

Scrape classified listings from marktplaats.nl, the Netherlands' largest online marketplace with 10M+ active listings. Returns title, full description, price in EUR (converted from cents), price type (FIXED, MIN_BID, SEE_DESCRIPTION), city, country, GPS coordinates, category, seller name and numeric ID, primary image and all image URLs, posted date and source URL. The actor uses the site's internal JSON API directly, so no HTML parsing is needed. Paste any marktplaats.nl search URL and the actor handles pagination.

Open on Apify → Try it now
Pricing
$0.003/listing
Total per 1k
$3.00
Country
Netherlands
Currency
EUR
Proxy
Apify datacenter
Mode
HTTP-only JSON

What you can scrape

Primary use cases

API example

# Start a run via the Apify API
curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~marktplaats-nl-scraper/runs?token=YOUR_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "searchUrls": [
      "https://www.marktplaats.nl/l/auto-s/opel/f/astra+benzine/1064+473/",
      "https://www.marktplaats.nl/q/iphone/"
    ],
    "maxResults": 200
  }'

# Or use with AI agents via MCP:
# https://mcp.apify.com?tools=santamaria-automations/marktplaats-nl-scraper

Integrations

Output fields

FieldTypeExample
idstringm2380372505
titlestringOpel Astra 1.6 Edition
pricenumber8500
currencystringEUR
price_typestringFIXED
citystringAmsterdam
latitudenumber52.3676
longitudenumber4.9041
categorystringAuto's
seller_idnumber12345678
seller_namestringAutoHouse BV
posted_atstring2026-06-10T08:14:00Z
source_urlstringhttps://www.marktplaats.nl/a/...

Related Actors

Open on Apify → Try it now (free tier available)