# AUTO.RIA Scraper — Ukraine Car Listings & Prices (`logiover/auto-ria-scraper`) Actor

Scrape job postings for Poland from Talent.com: title, hiring company, city, quick-apply flag, update recency and a description snippet. Keyless, no login. Export JSON, CSV or Excel.

- **URL**: https://apify.com/logiover/auto-ria-scraper.md
- **Developed by:** [Logiover](https://apify.com/logiover) (community)
- **Categories:** Jobs, Lead generation
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.00 / 1,000 results

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

## AUTO.RIA Scraper — Ukraine Car Listings & Prices

Export vehicle adverts from **AUTO.RIA**, Ukraine's largest car marketplace — price in USD and hryvnia, year, mileage, fuel, gearbox and region — to JSON, CSV or Excel. Keyless, no login.

### What does AUTO.RIA Scraper do?

AUTO.RIA renders its results server-side and puts roughly 100 adverts on a page, so this Actor parses the cards directly and walks the pagination. No API key, no account, no cookies.

Two details in the card decide whether the export is usable.

AUTO.RIA publishes **every price twice** — in US dollars and in hryvnia. Collapsing that into one number would leave you unable to tell which currency you are looking at, so both are kept as their own labelled and numeric columns.

The technical specs arrive as an **unlabelled list**: `18 тис. км`, `Сміла`, `Бензин, 2 л.`, `Автомат`. This Actor matches each item by what it contains — a `км` suffix is mileage, a fuel word is the engine line, a gearbox word is the transmission, and what remains is the region. Reading that list by position breaks on any advert that omits one line. Mileage also needs its unit applied: `18 тис. км` means eighteen **thousand** kilometres, not eighteen.

### Who is it for?

- **Car dealers and importers** sourcing from Ukraine's used-car market.
- **Price analysts** building depreciation curves in a dual-currency market.
- **Fleet buyers** filtering by mileage, fuel and gearbox at scale.
- **Marketplace builders** who need a Ukrainian vehicle feed.
- **Researchers** measuring currency spread between USD and UAH pricing.

### Use cases

- Compare USD asking prices for a model across Ukrainian regions.
- Build a mileage-versus-price curve for a model year.
- Track how the UAH/USD listing spread moves month to month.
- Filter to VIN-verified adverts for import due diligence.
- Snapshot new versus used supply to time a purchase.

### Why use this Actor?

- **Keyless** — no account, no token, no login.
- **Both currencies kept** — USD and UAH, each as label and number.
- **Correct mileage unit** — `18 тис. км` becomes 18 000, not 18.
- **Content-matched specs** — fuel, gearbox and region never swap columns.
- **VIN-verified flag** included.
- **~100 adverts per page**, so large exports finish quickly.

### What data can you extract?

Every row carries the advert identity and URL, title with make, model and year, both prices in label and numeric form, mileage in label and kilometres, the fuel and engine line, gearbox, region, VIN-verified flag and thumbnail. See the Output tab for types.

### How to use it

1. Pick the category — used cars, new cars, motorcycles, trucks and more.
2. Optionally set a USD price band and a minimum year.
3. Set **Maximum results** and run, then export JSON, CSV or Excel.

### Input example

```json
{
  "categoryPath": "car/used",
  "minPriceUsd": 5000,
  "maxPriceUsd": 25000,
  "minYear": 2015,
  "maxResults": 2000
}
```

### Notes and limits

- Prices are asking prices. The hryvnia figure is AUTO.RIA's own conversion of the USD price at the site's rate, not an independent quote.
- The fuel column carries the engine size alongside the fuel type (`Бензин, 2 л.`) because that is how AUTO.RIA prints it.
- Listing text is in Ukrainian.
- This Actor exports result cards, not full advert pages — open the advert URL for photos, full spec and seller contact.
- You are responsible for how you use advert and seller data.

### FAQ

**Do I need an AUTO.RIA account?**
No. Adverts are public and this Actor needs nothing from you.

**Which price should I use?**
`priceUsd` is the market convention in Ukraine; `priceUah` is the site's conversion. Both are provided so you can choose.

**Is mileage reliable?**
It is as published, with the "тис." (thousand) unit correctly applied — a common source of hundredfold errors in naive scrapers.

**What does VIN verified mean?**
AUTO.RIA checked the VIN against its own history sources; the flag is passed through as published.

**How am I charged?**
Pay per result — you pay for the adverts delivered.

# Actor input Schema

## `categoryPath` (type: `string`):

AUTO.RIA section path, e.g. "car/used" (used cars), "car/new" (new cars), "moto" (motorcycles), "truck" (trucks).

## `minPriceUsd` (type: `integer`):

Only return adverts at or above this USD price. 0 disables the filter.

## `maxPriceUsd` (type: `integer`):

Only return adverts at or below this USD price. 0 disables the filter.

## `minYear` (type: `integer`):

Only return vehicles from this model year onwards. 0 disables the filter.

## `maxResults` (type: `integer`):

Stop after this many adverts. AUTO.RIA renders around 100 cards per page.

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

AUTO.RIA serves plain HTML; the default datacenter proxy is enough.

## Actor input object example

```json
{
  "categoryPath": "car/used",
  "minPriceUsd": 0,
  "maxPriceUsd": 0,
  "minYear": 0,
  "maxResults": 500,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `advertId` (type: `string`):

No description

## `title` (type: `string`):

No description

## `makeModel` (type: `string`):

No description

## `year` (type: `string`):

No description

## `advertUrl` (type: `string`):

No description

## `priceUsdLabel` (type: `string`):

No description

## `priceUsd` (type: `string`):

No description

## `priceUahLabel` (type: `string`):

No description

## `priceUah` (type: `string`):

No description

## `mileageLabel` (type: `string`):

No description

## `mileageKm` (type: `string`):

No description

## `fuel` (type: `string`):

No description

## `gearbox` (type: `string`):

No description

## `region` (type: `string`):

No description

## `vinVerified` (type: `string`):

No description

## `imageUrl` (type: `string`):

No description

## `country` (type: `string`):

No description

## `source` (type: `string`):

No description

## `scrapedAt` (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 = {
    "categoryPath": "car/used",
    "minPriceUsd": 0,
    "maxPriceUsd": 0,
    "minYear": 0,
    "maxResults": 500,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("logiover/auto-ria-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 = {
    "categoryPath": "car/used",
    "minPriceUsd": 0,
    "maxPriceUsd": 0,
    "minYear": 0,
    "maxResults": 500,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("logiover/auto-ria-scraper").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "categoryPath": "car/used",
  "minPriceUsd": 0,
  "maxPriceUsd": 0,
  "minYear": 0,
  "maxResults": 500,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call logiover/auto-ria-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,logiover/auto-ria-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/ShbIooHqnyfb1b1NW/builds/7iblKMen8ohJjDshE/openapi.json
