# Morocco Used Cars for Sale

**Use case:** 

Extract current used-car listings across Morocco from Avito with prices, locations, specifications, seller details, and listing URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.avito.ma/fr/maroc/voitures-%C3%A0_vendre"
    }
  ],
  "maxItems": 10,
  "maxConcurrency": 2,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Listing ID",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "currency": {
    "label": "Currency",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "object"
  },
  "attributes": {
    "label": "Attributes",
    "format": "object"
  },
  "images": {
    "label": "Images",
    "format": "array"
  },
  "url": {
    "label": "Listing",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Avito Morocco Classifieds Scraper](https://apify.com/scraper_guru/avito-maroc-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scraper_guru/avito-maroc-scraper) to learn more, explore other use cases, and run it yourself.