# Monitor mobile.de Audi Hamburg dealer reviews

**Use case:** 

Scrape Audi dealership reviews in Hamburg on mobile.de with recommendation rates, consulting scores, and buyer feedback.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.mobile.de/bewertungen/AUDI-HAMBURG"
    }
  ],
  "startUrl": "https://www.mobile.de/bewertungen/AUDI-HAMBURG",
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "totalShown": {
    "label": "Total shown"
  },
  "total": {
    "label": "Total"
  },
  "rating": {
    "label": "Rating"
  },
  "aggregateOverallScore": {
    "label": "Aggregate overall score"
  },
  "aggregateResponseTimeScore": {
    "label": "Aggregate response time score"
  },
  "aggregateFriendlinessScore": {
    "label": "Aggregate friendliness score"
  },
  "aggregateConsultingScore": {
    "label": "Aggregate consulting score"
  },
  "aggregateVehicleAsDescribedPercent": {
    "label": "Aggregate vehicle as described percent"
  },
  "aggregateRecommendationPercent": {
    "label": "Aggregate recommendation percent"
  },
  "originalUrl": {
    "label": "Original url"
  },
  "sourceUrl": {
    "label": "Source url"
  },
  "companyName": {
    "label": "Company name"
  },
  "companyStreet": {
    "label": "Company street"
  },
  "companyZipCode": {
    "label": "Company zip code"
  },
  "companyCity": {
    "label": "Company city"
  },
  "companyUrl": {
    "label": "Company url"
  },
  "companyActiveSince": {
    "label": "Company active since"
  },
  "companyStatus": {
    "label": "Company status"
  },
  "reviewId": {
    "label": "Review id"
  },
  "author": {
    "label": "Author"
  },
  "stars": {
    "label": "Stars"
  },
  "date": {
    "label": "Date"
  },
  "descriptionPositive": {
    "label": "Description positive"
  },
  "descriptionNegative": {
    "label": "Description negative"
  },
  "title": {
    "label": "Title"
  },
  "userBoughtCar": {
    "label": "User bought car"
  },
  "recommendDealer": {
    "label": "Recommend dealer"
  },
  "boughtCar": {
    "label": "Bought car"
  },
  "sellerName": {
    "label": "Seller name"
  },
  "communicationMethods": {
    "label": "Communication methods"
  },
  "dealerFriendlinessScore": {
    "label": "Dealer friendliness score"
  },
  "dealerConsultingScore": {
    "label": "Dealer consulting score"
  },
  "dealerResponseTimeScore": {
    "label": "Dealer response time score"
  },
  "adReality": {
    "label": "Ad reality"
  },
  "answerTime": {
    "label": "Answer time"
  }
}
```

## About this Actor

This example demonstrates how to use [Mobile.de Reviews Scraper](https://apify.com/lexis-solutions/mobile-de-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/lexis-solutions/mobile-de-reviews-scraper) to learn more, explore other use cases, and run it yourself.