Autovit.ro Car Scraper
Pricing
from $1.50 / 1,000 car listings
Autovit.ro Car Scraper
Extract vehicle listings from Autovit.ro, Romania's leading automotive classifieds site. Returns make, model, year, mileage, price, fuel type, transmission, engine size, seller type and contact. Filter by make, model, price range and region.
Pricing
from $1.50 / 1,000 car listings
Rating
0.0
(0)
Developer
Unfenced Group
Maintained by CommunityActor stats
1
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

Extract structured car listing data from autovit.ro — Romania's largest automotive marketplace with 40,000+ passenger car listings. Filter by make, model, price, year, mileage, and fuel type. Collect prices, specs, location, seller info, and optionally full descriptions and all photos.
Features
- Filter by make and model — narrow results to any brand or model available on autovit.ro
- Price, year, mileage, fuel type filters — combine multiple filters in a single run
- Six sort options — newest first, price ascending/descending, lowest mileage, latest year, relevance
- Optional detail enrichment — fetch full descriptions, all listing photos, equipment lists, and complete vehicle specs (transmission, drive type, colour, body type, condition, VIN) from individual listing pages
- startUrls support — pass any autovit.ro search URL directly
- Deduplication-ready — each result includes a 16-character
contentHash(id + price + year + mileage) - Runs without a proxy — no additional proxy cost passed to users
Input Parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
make | string | — | Car brand (e.g. BMW, Dacia, Volkswagen). Leave blank for all makes. |
model | string | — | Car model (e.g. Seria 3, Logan). Use together with make. |
priceFrom | integer | — | Minimum price in EUR. |
priceTo | integer | — | Maximum price in EUR. |
yearFrom | integer | — | Earliest manufacture year. |
yearTo | integer | — | Latest manufacture year. |
mileageTo | integer | — | Maximum mileage in km. |
fuelType | select | — | diesel, petrol, hybrid, electric, lpg, cng |
sortBy | select | newest | newest, relevance, price_asc, price_desc, mileage_asc, year_desc |
maxResults | integer | 100 | Maximum number of listings to scrape. |
fetchDetails | boolean | false | Fetch each listing's detail page for full description, all images, and complete specs. Roughly doubles run time and cost. |
startUrls | array | — | One or more autovit.ro search URLs. If provided, make/model/filter inputs are ignored. |
requestDelayMs | integer | 1000 | Minimum delay between requests in milliseconds. |
respectRobotsTxt | boolean | true | Honour the site's robots.txt crawl-delay directives. |
Output Schema
Always present
| Field | Type | Example |
|---|---|---|
id | string | "7060330966" |
title | string | "Seat Leon 1.6 TDI Start&Stop DSG Style" |
url | string | "https://www.autovit.ro/autoturisme/anunt/..." |
make | string | "Seat" |
model | string | "Leon" |
version | string | "1.6 TDI Start&Stop DSG Style" |
year | integer | 2016 |
priceAmount | integer | 8490 |
priceCurrency | string | "EUR" |
mileage | integer | 17098 |
mileageUnit | string | "km" |
fuelType | string | "Diesel" |
engineCapacityCc | integer | 1598 |
enginePowerHp | integer | 115 |
city | string | "Bucuresti" |
region | string | "Bucuresti" |
sellerName | string | "Euro Top Auto" |
thumbnailUrl | string | "https://ireland.apollo.olxcdn.com/..." |
createdAt | string | "2026-04-30T12:54:22Z" |
scrapedAt | string | "2026-05-01T10:30:00.000Z" |
contentHash | string | "a3f9b2c1d4e5f678" |
With fetchDetails: true additionally
| Field | Type | Description |
|---|---|---|
description | string | Full listing description (plain text) |
imageUrls | array | All listing photo URLs |
equipment | array | Equipment items (e.g. ["Bluetooth", "Parking sensors", "Cruise control"]) |
details | object | Complete spec dictionary (all structured fields from the listing) |
sellerType | string | "PROFESSIONAL" or "PRIVATE" |
bodyType | string | e.g. "Hatchback", "SUV", "Sedan" |
transmissionType | string | e.g. "Automata", "Manuala" |
driveType | string | e.g. "Fata" (FWD), "4x4" |
color | string | e.g. "Alb", "Negru" |
condition | string | "Folosit" or "Nou" |
vin | string | VIN if disclosed by seller |
Example Inputs
1. All BMW listings, sorted by newest
{"make": "BMW","sortBy": "newest","maxResults": 200}
2. Affordable used diesels under 100,000 km
{"fuelType": "diesel","priceFrom": 4000,"priceTo": 12000,"mileageTo": 100000,"yearFrom": 2016,"sortBy": "price_asc","maxResults": 500}
3. Daily new listings feed (all makes)
{"sortBy": "newest","maxResults": 32}
4. Specific model with full details
{"make": "Dacia","model": "Duster","fetchDetails": true,"maxResults": 50}
5. Custom search URL
{"startUrls": [{ "url": "https://www.autovit.ro/autoturisme/volkswagen/golf?search%5Bfilter_float_year%3Afrom%5D=2019" }],"maxResults": 100}
Pricing
$1.50 per 1,000 results — billed only for items actually scraped.
| Volume | Estimated cost |
|---|---|
| 100 listings | ~$0.15 |
| 1,000 listings | ~$1.50 |
| 10,000 listings | ~$15.00 |
| Full market (~44,000) | ~$66 |
With fetchDetails: true, each listing requires an additional page request, roughly doubling run time but keeping the same per-result cost.
Performance
- List-only mode: ~32 listings per second of compute (1 page = 32 results)
- fetchDetails mode: ~1–2 listings per second depending on site response time
- Memory: 256 MB (list only) / 512 MB (fetchDetails)
- No proxy required — zero additional infrastructure cost
Notes
- Covers the
autoturisme(passenger car) category. autovit.ro also lists trucks, motorcycles, and parts — these are separate categories and not covered by this actor. - Prices are in EUR as listed on the site. Some sellers list in RON; the site converts automatically. Always verify the
priceCurrencyfield. - Image URLs from
fetchDetailsare OLX CDN signed URLs and remain valid for several days. - Phone numbers are encrypted on the detail page and are not included in output.
Built by Unfenced Group · Questions: info@unfencedgroup.nl
Need a custom scraper?
Unfenced Group builds Apify actors for any website — for free.
If the site you need isn't in our portfolio yet, just ask. We scope, build, and publish it at no cost to you. You only pay for results — we absorb the compute and proxy costs ourselves. Same pay-per-result pricing, same quality, same standards as every actor in this portfolio.
Get in touch: www.unfencedgroup.nl