# Find Ooyyo cars across markets

**Use case:** 

Search Ooyyo.com used cars and export titles, prices, years, mileage, and listing URLs for multi-market auto research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.ooyyo.com/belgium/used-cars-for-sale/c=CDA31D7114D3854F111BE36FAA651453/"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "id": {
    "label": "Id"
  },
  "description": {
    "label": "Description"
  },
  "price": {
    "label": "Price"
  },
  "priceCurrency": {
    "label": "Price currency"
  },
  "year": {
    "label": "Year"
  },
  "mileage": {
    "label": "Mileage"
  },
  "location": {
    "label": "Location"
  },
  "url": {
    "label": "Url"
  }
}
```

## About this Actor

This example demonstrates how to use [Ooyyo.com Used Car Search Scraper](https://apify.com/rainminer/ooyyo-com-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/rainminer/ooyyo-com-scraper) to learn more, explore other use cases, and run it yourself.