Marktplaats Products Scraper avatar

Marktplaats Products Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Marktplaats Products Scraper

Marktplaats Products Scraper

Extract product listings with prices, locations, and seller names from Marktplaats search results. Powered by Marktplaats Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 days ago

Last modified

Share

This actor extracts Products from Marktplaats. It runs on search result pages to collect listing data including pricing, seller information, and item attributes. The scraper captures data directly from the search grid or list view.


Want more from Marktplaats?

This actor covers Products only. The full Marktplaats Scraper browser extension also includes Products, Sellers with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Marktplaats Scraper extension


Data Fields

Field NameDescriptionExample
TitleName of the product"iPhone 15 Pro 128GB"
DescriptionShort snippet of the listing text"In perfecte staat, inclusief doos."
PriceNumeric price value850.00
Price CentsCents portion of the price0
Price TypePricing model used"Vaste prijs"
DateDate the listing was posted"2023-10-25"
CityLocation of the item"Amsterdam"
Distance MetersDistance from search center5000
LatitudeGeographic latitude52.3676
LongitudeGeographic longitude4.9041
Seller NameName of the listing owner"Jan Jansen"
Seller IDUnique identifier for the seller"9876543"
Seller Website URLExternal link if provided"https://www.jansen-electronics.nl"
Seller VerifiedVerification statustrue
Category IDMarktplaats category identifier"c201"
Priority ProductIf the listing is promotedfalse
Page LocationPosition on the search page1
ReservedIf the item is currently reservedfalse
Video on ListingIf the listing contains videofalse
Urgency Feature ActiveIf urgency markers are showntrue
NAP AvailableIf National Car Pass is presentfalse
AttributesTechnical product specifications{"Color": "Black"}
TraitsSpecific item characteristics["Used"]
VerticalsInternal category classification["Telecommunication"]
Image URLsList of product image links["https://images.marktplaats.com/1.jpg"]
Listing URLDirect link to the product page"https://www.marktplaats.nl/v/telecommunicatie/123"

Input

  • urls: Array of Marktplaats search result URL strings.
  • maxItems: Maximum number of products to extract per URL. Default is 100.

Example Input

{
"urls": ["https://www.marktplaats.nl/q/iphone+15/"],
"maxItems": 50
}

Example Output

[
{
"Title": "MacBook Air M2",
"Description": "Zgan MacBook Air M2 8GB 256GB",
"Price": 950.00,
"Price Cents": 0,
"Price Type": "Bieden",
"Date": "2023-11-01",
"City": "Utrecht",
"Distance Meters": 0,
"Latitude": 52.0907,
"Longitude": 5.1214,
"Seller Name": "Tech Store",
"Seller ID": "112233",
"Seller Website URL": null,
"Seller Verified": true,
"Category ID": "c123",
"Priority Product": false,
"Page Location": 1,
"Reserved": false,
"Video on Listing": false,
"Urgency Feature Active": false,
"NAP Available": false,
"Attributes": {"Memory": "8GB"},
"Traits": ["Used"],
"Verticals": ["Computers"],
"Image URLs": ["https://images.marktplaats.com/a.jpg"],
"Listing URL": "https://www.marktplaats.nl/v/computers/a123"
},
{
"Title": "Fietsendrager Thule",
"Description": "Thule fietsendrager voor 2 fietsen",
"Price": 150.00,
"Price Cents": 50,
"Price Type": "Vaste prijs",
"Date": "2023-11-02",
"City": "Rotterdam",
"Distance Meters": 1200,
"Latitude": 51.9225,
"Longitude": 4.4792,
"Seller Name": "Peter",
"Seller ID": "445566",
"Seller Website URL": null,
"Seller Verified": false,
"Category ID": "c456",
"Priority Product": true,
"Page Location": 2,
"Reserved": true,
"Video on Listing": false,
"Urgency Feature Active": true,
"NAP Available": false,
"Attributes": {"Brand": "Thule"},
"Traits": ["Good condition"],
"Verticals": ["Auto-onderdelen"],
"Image URLs": ["https://images.marktplaats.com/b.jpg"],
"Listing URL": "https://www.marktplaats.nl/v/auto-onderdelen/b456"
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.