# Porsche 911 market snapshot with dealer details

**Use case:** 

Every Porsche 911 on mobile.de with price, mileage, power and the selling dealer, plus the full equipment list and dealer address for the first few. The shape of a residual-value or pricing study.

## Input

```json
{
  "searchUrls": [
    "https://suchen.mobile.de/fahrzeuge/search.html?dam=false&isSearchRequest=true&ms=25200%3B%3B%3B&ref=srp&sb=rel&vc=Car"
  ],
  "makes": [
    "Porsche"
  ],
  "modelDescription": "911",
  "maxListings": 120,
  "vehicleCategory": "Car",
  "priceReducedOnly": false,
  "excludeDamaged": true,
  "sortBy": "priceAsc",
  "includeVehicleDetails": true,
  "maxVehicleDetails": 5
}
```

## Output

```json
{
  "title": {
    "label": "Title"
  },
  "priceEur": {
    "label": "Price eur"
  },
  "priceRatingLabel": {
    "label": "Price rating label"
  },
  "mileageKm": {
    "label": "Mileage km"
  },
  "condition": {
    "label": "Condition"
  },
  "dealerName": {
    "label": "Dealer name"
  },
  "dealerStreet": {
    "label": "Dealer street"
  },
  "dealerZip": {
    "label": "Dealer zip"
  },
  "dealerCity": {
    "label": "Dealer city"
  },
  "dealerRating": {
    "label": "Dealer rating"
  },
  "dealerRecommendationRate": {
    "label": "Dealer recommendation rate"
  },
  "dealerPageUrl": {
    "label": "Dealer page url"
  },
  "features": {
    "label": "Features"
  },
  "listingUrl": {
    "label": "Listing url"
  }
}
```

## About this Actor

This example demonstrates how to use [mobile.de Scraper - Car Listings & Seller Leads](https://apify.com/webdata_labs/mobile-de-car-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/webdata_labs/mobile-de-car-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/webdata_labs/mobile-de-car-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
