🔍🚗 Mobile.de Scraper avatar
🔍🚗 Mobile.de Scraper

Pricing

$9.99/month + usage

Go to Store
🔍🚗 Mobile.de Scraper

🔍🚗 Mobile.de Scraper

Developed by

3x1t

3x1t

Maintained by Community

Effortlessly scrape car data from Germany's largest vehicle marketplace, Mobile.de. Get access to millions of entries of cars, motorbikes, etc. across Europe. Fast, cheap & reliable. Rental version for larger use cases.

0.0 (0)

Pricing

$9.99/month + usage

2

Total users

35

Monthly users

13

Runs succeeded

>99%

Issue response

1.1 days

Last modified

2 days ago

saidtogru avatar

Feature Request: Extract Seller City (and Lat/Lon) from Private Sellers

Closed

Said Togru (saidtogru) opened this issue
2 months ago

Hi, I’d love to see the seller’s city included in the scraped data, as it's always provided in private seller ads. If possible, adding latitude and longitude would be even better for geolocation purposes.

Not a bug—just a feature request.

3x1t avatar

3x1t (3x1t)

2 months ago

Hey,

Thanks for the feature request! We will start including the seller's latitude and longitude in the next update and will let you know when it's done via this issue thread.

saidtogru avatar

That sounds good! Thank you

3x1t avatar

3x1t (3x1t)

2 months ago

Hi,

We have just released this feature! You can find the coordinates under the dealerDetails, like so:

{
...,
"dealerDetails": {
...,
"location": {
"latitude": 53.1337163,
"longitude": 8.620403699999999
},
...
}
}

Have a great day,

3x1t