Marktplaats.nl Scraper — Dutch Classifieds Marketplace avatar

Marktplaats.nl Scraper — Dutch Classifieds Marketplace

Under maintenance

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Marktplaats.nl Scraper — Dutch Classifieds Marketplace

Marktplaats.nl Scraper — Dutch Classifieds Marketplace

Under maintenance

Scrape 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

petteri mähönen

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

13 hours ago

Last modified

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

FieldTypeDefaultDescription
searchQuerystring"tv"Search term
maxPagesinteger3Max search pages (30 listings each)
priceMinnumber0Min price in EUR. 0 = no minimum. Free items have price 0
priceMaxnumber0Max price in EUR. 0 = no maximum

Output

FieldDescription
titleListing title
priceExact price in EUR (0 for free items)
currencyCurrency code (EUR)
locationCity, or country when the listing is nationwide
urlFull listing URL
item_idPlatform item ID
imageListing image URL
descriptionListing description from the search index (excerpt, up to ~200 characters)
sellerSeller name
postedRelative posting date (e.g. "Vandaag" = today, "Gisteren" = yesterday)

Pricing

TierPrice
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.
  • posted is 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

VersionDateChanges
0.22026-08-18Rewrote as direct HTTP against the search index (no browser) — runs complete in seconds. Removed fetchDetails/detailDelaySecs inputs, added seller and posted output fields
0.32026-08-18Corrected run-start price to live PPE value ($0.00005, was listed 1000x high)
0.12026-08-03Added price range filtering and detail-page descriptions via Playwright
0.02026-08-01Initial release — keyword search with pagination