My MobileDe Scraper avatar
My MobileDe Scraper

Pricing

$25.00/month + usage

Go to Store
My MobileDe Scraper

My MobileDe Scraper

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Scrapes reviews and vehicle details from mobile.de listings, including buyer feedback, dealer ratings, and car metadata. Ideal for automotive insights, review analysis, and data collection. Just input listing URLs to get structured review data in JSON.

0.0 (0)

Pricing

$25.00/month + usage

0

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

3 days ago


📦 mobileDe-reviews-scraper

Scrape verified user reviews from mobile.de vehicle listings with structured details about vehicles, dealers, and user ratings. This actor is perfect for automotive market analysts, review aggregators, and vehicle data platforms.


🌐 Website

Target: https://suchen.mobile.de/ Function: Extracts user reviews and metadata from individual vehicle detail pages.


📥 Input Example

{
"item_limit": 15,
"urls": [
"https://suchen.mobile.de/fahrzeuge/details.html?id=423763881"
]
}
  • item_limit (optional): Limits the number of review records to fetch.
  • urls: List of full URLs to individual vehicle detail pages from mobile.de.

📤 Output Example

{
"ratingId": "67efc7f248be3e37b92534dc",
"creationTime": "04.04.2025",
"modificationTime": "04.04.2025",
"title": "CUPRA Formentor VZ5 4Drive Panorama Kamera",
"vehicle": {
"make": "CUPRA",
"model": "Formentor",
"price": "44.399 €",
"firstRegistration": "5/2024",
"mileage": "11.000 km",
"power": null,
"transmissionType": null,
"color": null
},
"dealerId": 29065460,
"buyerName": "Nadja E.",
"internalNumber": "97327-126",
"aggregatedScore": 5.0,
"questionResponses": {
"LIKE_ABOUT_DEALER": {
"questionId": "LIKE_ABOUT_DEALER",
"type": "TEXT",
"fullTextAnswer": "Wir haben bei dem Kauf unseres Cupra Formentor gute Erfahrungen...",
"answerTime": "04.04.2025"
},
"DEALER_CONSULTING": {
"questionId": "DEALER_CONSULTING",
"type": "SCORE",
"ratingScore": 5,
"answerTime": "04.04.2025"
},
...
},
"helpfulResponses": {
"YES": {
"count": 0,
"hasVoted": false,
"canVote": true
},
"NO": {
"count": 0,
"hasVoted": false,
"canVote": true
}
},
"surveyCompletionTime": "04.04.2025",
"phase1FinishDate": "04.04.2025"
}

The output contains full structured data including vehicle metadata, buyer and dealer details, and survey question-answer breakdowns.


✅ Use Cases

  • Automotive review aggregation
  • Sentiment analysis for car dealerships
  • Dealer and buyer interaction tracking
  • Pricing and listing metadata collection

🚀 How It Works

  1. Provide one or more vehicle detail page URLs from mobile.de.

  2. The actor visits each URL, scrapes the review section (if available), and extracts:

    • Vehicle metadata
    • Buyer and dealer identifiers
    • Aggregated scores and individual responses
  3. Results are returned as structured JSON objects.


🔧 Advanced Options

You may use this actor in combination with:

  • Schedule: To automate scraping at regular intervals
  • Webhook: To post-process or store reviews into your data warehouse
  • Dataset Export: To CSV/JSON/Excel for analysis

🛟 Support

For help, feature requests, or bug reports:

📧 Email: support@getdataforme.com 🌐 Contact: https://getdataforme.com/contact/

Please include your Apify run ID or URL input when contacting support.


📝 Author

Created and maintained by the GetDataForMe team.