Marktplaats.nl Scraper — Dutch Classifieds Marketplace
Under maintenancePricing
from $1.50 / 1,000 results
Marktplaats.nl Scraper — Dutch Classifieds Marketplace
Under maintenanceScrape classified listings from Marktplaats.nl — the Netherlands largest marketplace. Extract titles, prices, locations, images, and descriptions.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
petteri mähönen
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
13 hours ago
Last modified
Categories
Share
Scrape classified listings from Marktplaats.nl — the Netherlands' #1 marketplace. Extracts titles, exact prices, locations, images, seller names, and descriptions directly from the search index — fast, no browser, no detail-page timeouts.
Features
- Search by keyword — any search term
- Price range filter — min/max price (0 = no limit)
- Pagination — up to 50 pages (30 listings per page)
- No browser required — direct HTTP against the search index; a 3-page run finishes in seconds
Input
| Field | Type | Default | Description |
|---|---|---|---|
searchQuery | string | "tv" | Search term |
maxPages | integer | 3 | Max search pages (30 listings each) |
priceMin | number | 0 | Min price in EUR. 0 = no minimum. Free items have price 0 |
priceMax | number | 0 | Max price in EUR. 0 = no maximum |
Output
| Field | Description |
|---|---|
title | Listing title |
price | Exact price in EUR (0 for free items) |
currency | Currency code (EUR) |
location | City, or country when the listing is nationwide |
url | Full listing URL |
item_id | Platform item ID |
image | Listing image URL |
description | Listing description from the search index (excerpt, up to ~200 characters) |
seller | Seller name |
posted | Relative posting date (e.g. "Vandaag" = today, "Gisteren" = yesterday) |
Pricing
| Tier | Price |
|---|---|
| Run start | $0.00005 per run |
| Pay per result | $1.50 / 1,000 results |
Notes & Limitations
- Description is an excerpt. Marktplaats only exposes listing text through the search index — the full description requires a logged-in browser session, which is not used here.
- Price filter is client-side. The search API ignores price parameters, so results are filtered after fetching — a run may fetch pages that end up with few matching items.
postedis relative text in Dutch, not an ISO date.
Support & Feedback
Enjoying this Actor? Leave a review on Apify Store — it helps others discover the tool.
Found a bug or have a feature request? Open an issue on the Actor page.
📋 Changelog
| Version | Date | Changes |
|---|---|---|
| 0.2 | 2026-08-18 | Rewrote as direct HTTP against the search index (no browser) — runs complete in seconds. Removed fetchDetails/detailDelaySecs inputs, added seller and posted output fields |
| 0.3 | 2026-08-18 | Corrected run-start price to live PPE value ($0.00005, was listed 1000x high) |
| 0.1 | 2026-08-03 | Added price range filtering and detail-page descriptions via Playwright |
| 0.0 | 2026-08-01 | Initial release — keyword search with pagination |