# YallaMotor Used Cars Data Extractor

**Use case:** 

Extract data on used car listings from Yallamotor. Receive details on prices, specifications, and seller information for up to 200 cars.

## Input

```json
{
  "startUrl": "https://egypt.yallamotor.com/used-cars",
  "collectDetails": true,
  "results_wanted": 200,
  "max_pages": 20,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "listing_id": {
    "label": "Listing id"
  },
  "title": {
    "label": "Title"
  },
  "price_aed": {
    "label": "Price aed"
  },
  "year": {
    "label": "Year"
  },
  "mileage_km": {
    "label": "Mileage km"
  },
  "city": {
    "label": "City"
  },
  "fuel_type": {
    "label": "Fuel type"
  },
  "transmission": {
    "label": "Transmission"
  },
  "regional_specs": {
    "label": "Regional specs"
  },
  "url": {
    "label": "Url"
  },
  "image_url": {
    "label": "Image url"
  },
  "scraped_at": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [Yallamotor Cars Scraper](https://apify.com/shahidirfan/yallamotor-cars-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/shahidirfan/yallamotor-cars-scraper) to learn more, explore other use cases, and run it yourself.