🔍🚗 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 Mobile.de Preisbewertung

Closed

Said Togru (saidtogru) opened this issue
2 months ago

Could you include Preisbewertung (price rating) in the extraction? Mobile.de provides this rating (e.g., Sehr guter Preis, Guter Preis, etc.) along with the corresponding price range. Thank you very much.

3x1t avatar

3x1t (3x1t)

2 months ago

Hi,

Looks like something doable for sure! Just for the format, would you be fine with something like this?:

{
...,
"priceRating": {
"rating": "Fair price",
"priceRanges": {
"Very good price": {
"start": 27000,
"end": 32200
},
"Good price": {
"start": 32201,
"end": 34300
},
"Fair price": {
"start": 34301,
"end": 38500
},
"Increased price": {
"start": 38501,
"end": 44000
},
"High price": {
"start": 44001,
"end": 46000
}
}
}
}

The labels will be in English, if that is not a problem.

saidtogru avatar

Yes, that format looks good, and English labels are perfectly fine

3x1t avatar

3x1t (3x1t)

2 months ago

Hello again,

just wanted to inform you that this feature was just released.

Just a note: For some vehicles, the rating is not available. In those cases, the output looks like this:

{
...,
"priceRating": {
"rating": "No rating",
"priceRanges": null
}
}

Check it out and let us know if there is anything else on your mind!

Have a nice day,

3x1t