AUTO.RIA Scraper — Ukraine Car Marketplace
Pricing
Pay per usage
AUTO.RIA Scraper — Ukraine Car Marketplace
Scrape used & new car listings from AUTO.RIA.com — Ukraine's #1 auto marketplace. Get prices (USD/UAH/EUR), specs, VIN, photos, dealer info and more. API-powered, fast, no browser needed.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Max Gor
Actor stats
0
Bookmarked
1
Total users
0
Monthly active users
a day ago
Last modified
Categories
Share
AUTO.RIA Scraper — Ukraine's #1 Car Marketplace
Scrape car listings from AUTO.RIA.com — the largest automotive marketplace in Ukraine with 250,000+ active listings.
Extract prices in 3 currencies (USD, UAH, EUR), full specs, VIN codes, license plates, photos, dealer info, and more — all in structured JSON/CSV/Excel format.
No API key required. Just click Start.
Why this Actor?
- Zero setup — no API key, no registration, just run it
- Fast & cheap — HTTP-only, no browser needed (~0.005 CU per listing)
- Rich data — 30+ fields per listing including VIN, plate number, condition
- Smart pagination — automatically fetches all pages of search results
- Rate-limit aware — auto-retries on throttling
- Flexible — search by brand, model, year, price, region, fuel, gearbox, and more
Use Cases
| Who | What |
|---|---|
| Car dealers | Monitor competitor prices, find underpriced stock |
| Data analysts | Build Ukrainian used car market datasets |
| Import/export | Track price trends for specific models |
| Developers | Feed car data into apps, dashboards, ML models |
| Buyers | Find cars matching your criteria, compare prices across regions |
Input Examples
Search: All Toyota SUVs under $15,000 in Kyiv
{"mode": "search","brandId": 79,"bodyType": [7, 307],"priceTo": 15000,"regionId": 10,"maxResults": 100}
Search: Electric cars, any brand, newest first
{"mode": "search","fuelType": [6],"sortBy": "date_new","maxResults": 200}
Search: BMW 3 Series 2018-2023, automatic, under $30k
{"mode": "search","brandId": 9,"modelId": 3219,"yearFrom": 2018,"yearTo": 2023,"gearbox": [2],"priceTo": 30000,"maxResults": 50}
Scrape specific listings by URL
{"mode": "listings","listingIds": ["https://auto.ria.com/uk/auto_bmw_3-series_39658218.html","https://auto.ria.com/uk/auto_toyota_land-cruiser_38964510.html"]}
Output
Each listing contains 30+ fields:
| Field | Example |
|---|---|
title | Toyota Land Cruiser 2019 |
brand / model | Toyota / Land Cruiser |
year | 2019 |
priceUSD / priceUAH / priceEUR | 75000 / 3272250 / 0 |
mileage / mileageKm | 117 тис. км / 117 |
fuelType | Дизель |
gearbox | Автомат |
driveType | Повний |
bodyType | Легкові |
color | Чорний |
vin | JTMCV02J304274807 |
plateNumber | KA 3707 KC |
region / city | Київська / Київ |
condition | Technical condition text |
exchangePossible | false |
sellerType | Private / Dealer |
photos | Array of CDN image URLs |
dateAdded | Date when listing was published |
isSold | false |
url | Full link to listing |
Brand & Model IDs (Quick Reference)
| Brand | ID | Brand | ID | |
|---|---|---|---|---|
| Toyota | 79 | Volkswagen | 84 | |
| BMW | 9 | Mercedes-Benz | 48 | |
| Audi | 6 | Honda | 28 | |
| Hyundai | 29 | Kia | 33 | |
| Skoda | 75 | Renault | 62 | |
| Ford | 24 | Nissan | 55 | |
| Mazda | 47 | Chevrolet | 13 | |
| Mitsubishi | 52 | Subaru | 76 | |
| Lexus | 41 | Porsche | 59 | |
| Tesla | 3583 | Peugeot | 58 |
Tip: Browse auto.ria.com with your desired filters, then look at the URL parameters to find brand/model IDs.
Region IDs
| Region | ID | Region | ID | |
|---|---|---|---|---|
| Kyiv | 10 | Odesa | 12 | |
| Kharkiv | 7 | Dnipro | 11 | |
| Lviv | 5 | Zaporizhzhia | 8 | |
| Vinnytsia | 1 | Poltava | 17 | |
| Ivano-Frankivsk | 9 | Chernivtsi | 24 |
How it Works
- Search mode: Builds auto.ria.com search URLs from your filters, fetches search result pages, extracts listing URLs
- Detail extraction: Visits each listing page and parses JSON-LD structured data embedded in the HTML
- Supplementary parsing: Uses CSS selectors to extract fields not present in JSON-LD (plate number, location details, etc.)
No headless browser. No API key. Pure HTTP + HTML parsing.
Cost Estimate
| Listings | Compute Units | Approx. Cost |
|---|---|---|
| 50 | ~0.05 | < $0.03 |
| 200 | ~0.15 | ~$0.08 |
| 1,000 | ~0.50 | ~$0.25 |
Proxy
For scraping 100+ listings, enable Apify Proxy to avoid rate limiting. The default configuration works well.
FAQ
Q: Do I need an API key? A: No! This actor scrapes auto.ria.com pages directly using JSON-LD structured data. No registration needed.
Q: Does it extract phone numbers? A: No. AUTO.RIA protects seller phone numbers behind JavaScript + API calls. This is by design.
Q: How do I find brand/model IDs?
A: Browse auto.ria.com, apply your filters, and look at the URL. For example: brand.id[0]=79 means Toyota (ID 79). See the reference tables above.
Q: Can I monitor price changes? A: Yes! Schedule this actor to run daily/weekly with the same filters. Compare datasets to detect price drops, new listings, and sold cars.
Q: What if a listing page fails?
A: The actor retries failed requests up to 3 times with exponential backoff. Failed listings are included in the output with an error field.
Integrations
- Google Sheets — export directly
- Webhooks — trigger on completion
- API — fetch results programmatically
- Zapier / Make — automate workflows
Changelog
v1.0 (2026-03-31)
- Initial release
- HTML scraping with JSON-LD extraction (no API key)
- Search mode with 15+ filter parameters
- Direct listing scraping by URL
- Smart rate-limit handling with auto-retry
- 30+ output fields per listing