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.
# 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
| Field | Type | Example |
|---|---|---|
| id | string | m2380372505 |
| title | string | Opel Astra 1.6 Edition |
| price | number | 8500 |
| currency | string | EUR |
| price_type | string | FIXED |
| city | string | Amsterdam |
| latitude | number | 52.3676 |
| longitude | number | 4.9041 |
| category | string | Auto's |
| seller_id | number | 12345678 |
| seller_name | string | AutoHouse BV |
| posted_at | string | 2026-06-10T08:14:00Z |
| source_url | string | https://www.marktplaats.nl/a/... |