# Extract ParuVendu Skoda Fabia used car detail

**Use case:** 

Scrape ParuVendu.fr Skoda Fabia classified with photos, options, seller contact, and registration year.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.paruvendu.fr/a/voiture-occasion/skoda/fabia/1287216621A1KVVOSKFAB"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Url"
  },
  "adId": {
    "label": "Ad id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "currency": {
    "label": "Currency"
  },
  "location": {
    "label": "Location"
  },
  "brand": {
    "label": "Brand"
  },
  "model": {
    "label": "Model"
  },
  "version": {
    "label": "Version"
  },
  "yearFirstRegistration": {
    "label": "Year first registration"
  },
  "mileageKm": {
    "label": "Mileage km"
  },
  "fuelType": {
    "label": "Fuel type"
  },
  "transmission": {
    "label": "Transmission"
  },
  "sellerName": {
    "label": "Seller name"
  },
  "sellerPhone": {
    "label": "Seller phone"
  },
  "imageCount": {
    "label": "Image count"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

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