# Find budget used cars under 10000€ on ParuVendu

**Use case:** 

Monitor affordable used car listings under 10000 euros on ParuVendu.fr for French auto market research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.paruvendu.fr/auto-moto/listefo/default/default?px1=10000&r=VVO00000&p=1"
    }
  ],
  "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.