# Ooyyo.com Used Car Search Scraper (`rainminer/ooyyo-com-scraper`) Actor

Scrape Ooyyo.com used car search results across supported markets. Export make, model, price, year, mileage, location, and listing URLs to JSON or CSV for automotive market monitoring, price tracking, and inventory research — no login required.

- **URL**: https://apify.com/rainminer/ooyyo-com-scraper.md
- **Developed by:** [rainminer](https://apify.com/rainminer) (community)
- **Categories:** Travel, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.49 / 1,000 car listings

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

### What does Ooyyo.com Scraper do?

**Ooyyo.com Scraper** extracts **used car listings** from [ooyyo.com](https://www.ooyyo.com/) — a global car price comparison marketplace aggregating listings from hundreds of local dealers and private sellers across Europe and beyond. Paste a search URL (for example a Belgium used-cars search or a BMW-only filter) or a single car listing URL and export structured vehicle data — **make, model, year, mileage, price, fuel type, body type, transmission, and location** — without writing any code.

Run it on the **Apify platform** to schedule crawls, export JSON/CSV/Excel, rotate proxies, monitor failures, and integrate results via API.

### Why scrape ooyyo.com?

- **Price research** — Compare asking prices across makes, models, and model years across multiple countries simultaneously.
- **Market monitoring** — Track new inventory for specific brands or models in any country ooyyo.com covers.
- **Cross-border comparison** — Identify arbitrage opportunities by comparing the same car listed at different prices in different markets.
- **Data enrichment** — Feed structured car data into pricing models, dashboards, or valuation tools.
- **Lead generation** — Collect listings with location context for dealer outreach and market analysis.

### How to use Ooyyo.com Scraper

1. Open the Actor in Apify Console.
2. Add one or more **ooyyo.com search or listing URLs** under **Start URLs**.
3. Set **Maximum items** (listings per start URL).
4. Run the Actor and download the results from the **Dataset** tab.

### Input

Ooyyo.com Scraper accepts **Start URLs**, **maxItems** (per start URL), and an optional **proxy configuration**. See the **Input** tab in Apify Console for details.

Supported start URLs:

- Search pages: `https://www.ooyyo.com/{country}/used-cars-for-sale/c=.../`
- Make-filtered searches: `https://www.ooyyo.com/{country}/used-bmw-for-sale/c=.../`
- Body-type searches: `https://www.ooyyo.com/{country}/{bodytype}/used-cars-for-sale/c=.../`
- Individual listing pages: `https://www.ooyyo.com/{country}/c=.../{sku}.html/`

### Output

Each result is a structured car object. You can download the dataset in **JSON, CSV, Excel, or HTML**.

```json
{
  "id": "-7549408972399313611",
  "make": "Nissan",
  "model": "Qashqai",
  "description": "2016 Nissan Qashqai 1.5",
  "year": 2016,
  "bodyType": "Crossover",
  "fuelType": "Diesel",
  "vehicleTransmission": "Manual",
  "mileage": 106782,
  "mileageUnit": "KMT",
  "price": 11750,
  "priceCurrency": "EUR",
  "location": "Belgium, Moorslede",
  "image": "https://images.ooyyo.com/media/240x180?sc=http&url=...",
  "url": "https://www.ooyyo.com/belgium/c=.../-7549408972399313611.html/",
  "searchUrl": "https://www.ooyyo.com/belgium/used-cars-for-sale/c=.../"
}
```

### What data can you extract from ooyyo.com?

| Field                 | Description                                     |
| --------------------- | ----------------------------------------------- |
| `id`                  | Listing SKU identifier                          |
| `make`                | Car brand (e.g. Volkswagen, BMW)                |
| `model`               | Car model name (e.g. Golf, 3 Series)            |
| `description`         | Full listing title (year + make + model + trim) |
| `year`                | Production year                                 |
| `bodyType`            | Body style (e.g. Sedan, Suv, Hatchback)         |
| `fuelType`            | Fuel type (e.g. Diesel, Petrol, Electric)       |
| `vehicleTransmission` | Gearbox type (e.g. Manual, Automatic)           |
| `mileage`             | Odometer reading                                |
| `mileageUnit`         | Mileage unit (typically KMT for kilometres)     |
| `price`               | Asking price as a number                        |
| `priceCurrency`       | ISO currency code (e.g. EUR)                    |
| `location`            | Country and city of the listing                 |
| `image`               | Primary listing image URL                       |
| `url`                 | Direct URL to the listing on ooyyo.com          |
| `searchUrl`           | The search URL that produced this result        |

### Frequently asked questions

#### Does this scraper work for all countries on ooyyo.com?

Yes. Simply copy the search URL for any country from ooyyo.com and paste it as a start URL. The scraper handles Belgium, Germany, France, Netherlands, and all other countries the site supports.

#### How many results can I get per run?

You can set `maxItems` up to 5,000 per start URL. The scraper paginates automatically through ooyyo.com's search results pages.

#### Do I need a proxy to scrape ooyyo.com?

For most regions, no proxy is required. The default `proxyConfiguration` is set to `false`. If you encounter blocks, try enabling Apify Proxy (datacenter proxies first).

#### Can I filter by make or body type?

Yes. Navigate to ooyyo.com, apply your desired filters (make, body type, price range, year, etc.), then copy the resulting URL and paste it as a start URL.

### Image Credit

Image credit: [ooyyo.com](https://www.ooyyo.com/)

# Actor input Schema

## `startUrls` (type: `array`):

ooyyo.com search URLs (e.g. https://www.ooyyo.com/belgium/used-cars-for-sale/c=.../​) or individual car listing URLs ending in .html.

## `maxItems` (type: `integer`):

Maximum number of car listings to return per start URL.

## `proxyConfiguration` (type: `object`):

Proxy settings. The scraper works without a proxy in most regions.

## Actor input object example

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

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "startUrls": [
        {
            "url": "https://www.ooyyo.com/belgium/used-cars-for-sale/c=CDA31D7114D3854F111BE36FAA651453/"
        }
    ],
    "proxyConfiguration": {
        "useApifyProxy": false
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("rainminer/ooyyo-com-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "startUrls": [{ "url": "https://www.ooyyo.com/belgium/used-cars-for-sale/c=CDA31D7114D3854F111BE36FAA651453/" }],
    "proxyConfiguration": { "useApifyProxy": False },
}

# Run the Actor and wait for it to finish
run = client.actor("rainminer/ooyyo-com-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "startUrls": [
    {
      "url": "https://www.ooyyo.com/belgium/used-cars-for-sale/c=CDA31D7114D3854F111BE36FAA651453/"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}' |
apify call rainminer/ooyyo-com-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=rainminer/ooyyo-com-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/acts/EoQTEy0zOJKSOuhQB/builds/QDDEetbpNZzYBPRDf/openapi.json
