docs / marktplaats

Marktplaats API

Marktplaats API

base /marktplaats/v14 endpoints
post/marktplaats/v1/listing1 credit

Listing detail by item_id and/or vip_url; enriched with full product details (price, availability, specs).

ParameterAllowed / rangeDescription
item_idoptionalMarktplaats item id, e.g. m2407996125. (listing needs item_id OR vip_url.)
vip_urloptionalSite-relative VIP page path (alternative to item_id).
site = nloptionalnl · be_nl · be_frMarketplace edition — each is a separate site/country.
Try in playground →
post/marktplaats/v1/categories1 credit

Category tree from search facets, or browse a category (l1/l2) with listings.

ParameterAllowed / rangeDescription
queryoptionalOptional keyword to scope the category tree.
site = nloptionalnl · be_nl · be_frMarketplace edition — each is a separate site/country.
l1_category_idoptionalBrowse this top-level category's listings.
l2_category_idoptionalBrowse this sub-category's listings.
offset = 0optional0–Pagination offset (skip N, page size 30). Page with meta.next_offset.
Try in playground →
post/marktplaats/v1/seller_listings1 credit

Active listings for a seller; offset pagination via seller-name LRP search (name auto-resolved from profile when omitted).

ParameterAllowed / rangeDescription
seller_idrequiredMarktplaats seller id (from a listing's seller.seller_id).
seller_nameoptionalSeller display name — speeds resolution; auto-resolved when omitted.
site = nloptionalnl · be_nl · be_frMarketplace edition — each is a separate site/country.
offset = 0optional0–Pagination offset (skip N, page size 30). Page with meta.next_offset.
Try in playground →