
Autoscout24 Scraper
Pricing
$4.50 / 1,000 results

Autoscout24 Scraper
Extract data from autoscout24.com for data on thousands of car listings. Scrape car listings, extract descriptions, images, prices, mileage, contact number, addresses, names, engine information, the transmission of the car, and all other listing details.
4.0 (2)
Pricing
$4.50 / 1,000 results
7
Total users
217
Monthly users
40
Runs succeeded
>99%
Issue response
8 days
Last modified
3 hours ago
small issue with the colour field
Closed
It looks like it is combining the exterior + interrior color as the exterior color field:
"colour": "ZwartZwart", "manufacturerColour": "Zwart metallic", "paint": "Metallic", "upholsteryColour": "Zwart"
It should be like this:
"colour": "Zwart", "manufacturerColour": "Zwart metallic", "paint": "Metallic", "upholsteryColour": "Zwart"
I can show you more examples
where its WitZwart
and it should be
Wit for coulor and Zwart upholsteryColour
sbusch
"colour": "GrijsZwart", "manufacturerColour": "Grijs metallic", "paint": "Metallic", "upholsteryColour": "Zwart",
should be
"colour": "Grijs", "manufacturerColour": "Grijs metallic", "paint": "Metallic", "upholsteryColour": "Zwart",
and
"colour": "WitZwart", "manufacturerColour": "Wit", "paint": "", "upholsteryColour": "Zwart",
Should be
"colour": "Wit", "manufacturerColour": "Wit", "paint": "", "upholsteryColour": "Zwart",

Hi sbusch,
Thank you for feedback.
Ok, I can see what is the problem. I will solve this issue.
Best regards, Ivan

New version is available.
This should look like this now:
"colour": "Zwart","manufacturerColour": "Zwart metallic","paint": "Metallic","upholsteryColour": "Zwart","upholstery": "Stof",
This is one record that I have used for testing purposes.
Could you check it, from my perspective this seems a lot better now.
Thank you again for reporting this issue.
Best regards, Ivan
sbusch
Yes its looking all good now!
Thanks!