# Autovit.ro Scraper: Romania Cars, Prices & Sellers (`scrapingmonkey/autovit-scraper`) Actor

Search Autovit.ro by make and retrieve individual vehicle adverts with prices, mileage, specifications, seller names and photo URLs. Build Romanian used-car comparison sheets and review shortlisted vehicles without copying each advert.

- **URL**: https://apify.com/scrapingmonkey/autovit-scraper.md
- **Developed by:** [ScrapingMonkey](https://apify.com/scrapingmonkey) (community)
- **Stats:** 1 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/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
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.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## 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.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

Extract Romanian Autovit.ro car listings with asking prices, model years, mileage, specifications and listing links. **Autovit.ro Scraper** turns the listings into structured records for vehicle sourcing, price comparisons and market research. Choose how many results to collect for each input and export the cars you need.

Compare Romanian car stock by make and asking price, then retrieve the descriptions and specifications of shortlisted listings. Keep comparable records in a spreadsheet, purchasing shortlist or recurring market report, with a link back to each source listing.

| At a glance | Details |
|---|---|
| 📥 Input | Search fields or links to the selected items; see the examples below |
| 📤 Output | One row per vehicle listing |
| 📄 Pagination | Automatic up to `maxResults` for each input, when more results are available |
| 🔐 Login required | No |
| ⚡ Processing | Multiple inputs per run with automatic retries for temporary errors |
| 💾 Delivery | One complete Apify dataset table; CSV, JSON and Excel export |

### What the Autovit.ro scraper collects 🚗

Collect Romanian Autovit.ro car listings with asking prices, model years, mileage, specifications and listing links when available.

| Collection | What you receive |
|---|---|
| Autovit.ro car listings scraper | Listing titles, asking prices, mileage, model years, descriptions, published vehicle attributes, locations, seller names and photo urls, with original listing links. |
| Autovit.ro vehicle details scraper | Listing titles, asking prices, mileage, model years, descriptions, published vehicle attributes, locations and photo urls, with original listing links. |

Data can include:

- Listing identity: Vehicle or listing ID, title and original advert URL
- Vehicle specification: Make, model, variant, model year, body type, fuel and transmission when published
- Advertised price: Asking price, currency and any published price text
- Mileage and condition: Mileage, measurement unit, colour and published condition information
- Seller and location: Published seller identity, seller type and vehicle location
- Description and images: Advert description, image URLs, equipment and additional specifications

### How to scrape Autovit.ro 🚀

1. Choose **Vehicle Search** in **What to collect**, or select another collection mode.
2. Fill in the search fields, or paste links to the items you want to collect.
3. Set the maximum results and any optional filters.
4. Start the Actor and review the collected rows.
5. Export the dataset or connect it to your application.

#### Autovit.ro car listings scraper — input example

```json
{
  "mode": "autovit-vehicle-search",
  "make": "Ford",
  "maxResults": 10
}
```

`maxResults: 10` means up to 10 results for **each input**. It does not guarantee that the website has that many matches. You can set the limit as low as 1.

#### Autovit.ro vehicle details scraper — input example

```json
{
  "mode": "autovit-vehicle-details",
  "vehicleUrls": [
    "https://www.autovit.ro/autoturisme/anunt/nissan-x-trail-ver-1-6l-dci-start-stop-xtronic-acenta-aut-ID7HPjbz.html"
  ],
  "maxResults": 10
}
```

### Autovit.ro data fields and complete output 📦

| Field group | Included data |
|---|---|
| Listing identity | Vehicle or listing ID, title and original advert URL |
| Vehicle specification | Make, model, variant, model year, body type, fuel and transmission when published |
| Advertised price | Asking price, currency and any published price text |
| Mileage and condition | Mileage, measurement unit, colour and published condition information |
| Seller and location | Published seller identity, seller type and vehicle location |
| Description and images | Advert description, image URLs, equipment and additional specifications |

Each collected item is a separate row. `input` identifies the submitted value and `result_type` identifies the selected mode. All returned fields appear in one table; columns that do not apply to a mode can be empty.

A complete JSON result is shown for every collection mode below, in the same order as the input examples. Each example includes every field for its mode; text and lists are not shortened. Values are representative and can change.

#### Autovit.ro car listings scraper — complete JSON result

```json
{
  "result_type": "autovit-vehicle-search",
  "input": "all",
  "status": "success",
  "vehicle_id": "7060888196",
  "url": "https://www.autovit.ro/autoturisme/anunt/ds-automobiles-dsa-ds7-crossback-ver-crosback-1-6-phev-awd-300-eat8-rivoli-ID7HQLzu.html",
  "title": "DS Automobiles DS 7 Crossback Crosback 1.6 PHeV AWD 300 EAT8 Rivoli",
  "description": "GARANTIE 2 ANI, 4X4, Panoramic, LED, Piele, Scaune ventilate",
  "make": "DS Automobiles",
  "model": "DS 7 Crossback",
  "variant": null,
  "year": 2021,
  "registration_date": null,
  "mileage": 133304.0,
  "mileage_unit": "km",
  "price": 20290.0,
  "currency": "EUR",
  "price_text": null,
  "price_type": "asking",
  "body_type": null,
  "fuel_type": "Hibrid Plug-In",
  "transmission": "Automata",
  "engine_capacity_cc": 15983.0,
  "engine_power_kw": null,
  "colour": null,
  "doors": null,
  "seats": null,
  "vin": null,
  "vin_is_masked": null,
  "condition": null,
  "city": "Tunari",
  "region": "Ilfov",
  "country": null,
  "postal_code": null,
  "seller_id": "6046f403-0279-42b5-b29e-07dde278d50c",
  "seller_name": "AutoRulateLeasing",
  "seller_type": null,
  "seller_url": "https://autorulateleasing.autovit.ro",
  "images": [
    "https://ireland.apollo.olxcdn.com/v1/files/c2foi8vldjt6-AUTOVITRO/image;s=640x480"
  ],
  "features": [],
  "specifications.name": [
    "make",
    "model",
    "year",
    "mileage",
    "fuel_type",
    "engine_capacity",
    "gearbox"
  ],
  "specifications.value": [
    "DS Automobiles",
    "DS 7 Crossback",
    "2021",
    "133304 km",
    "Hibrid Plug-In",
    "1598 cm3",
    "Automata"
  ],
  "published_at": "2026-09-14T11:05:15Z",
  "updated_at": null
}
```

#### Autovit.ro vehicle details scraper — complete JSON result

```json
{
  "result_type": "autovit-vehicle-details",
  "input": "ID7HPjbz",
  "status": "success",
  "vehicle_id": "7060540753",
  "url": "https://www.autovit.ro/autoturisme/anunt/nissan-x-trail-ver-1-6l-dci-start-stop-xtronic-acenta-aut-ID7HPjbz.html",
  "title": "Nissan X-Trail 1.6L dCI Start/Stop XTRONIC Acenta Aut.",
  "description": "NISSAN X-TRAIL 1.6 dCi XTRONIC ACENTA AUT. POSIBILITATE ACHIZITIE IN LEASING SAU CREDIT AUTO, ATAT PENTRU PERSOANE FIZICE CAT SI PENTRU PERSOANE JURIDICE PRIN PARTENERII NOSTRI * TBI BANK * BT LEASING * RAIFFEISEN LEASING * BCR LEASING SAU ORICE ALTA BANCA PRET BRUT 12.499€ PRET NET 10.329€ TVA INCLUS SI DEDUCTIBIL SE EMITE FACTURA FISCALA * GARANTIE 12 LUNI * REVIZIE NOUA LA PREDARE * NUMERE PROVIZORII INCLUSE * 130 CP * DIESEL * CUTIE VITEZE AUTOMATA * EURO6 * LUMINI DE ZI LED * SENZORI DE PARCARE FATA SPATE * CAMERA 360 * SISTEM NAVIGATIE * LINE ASSIST * PORTBAGAJ ELECTRIC * KEYLESS ENTRY * KEYLESS GO * BLUETOOTH AUDIO * BLUETOOTH TELEFON * FARURI AUTOMATE * PILOT AUTOMAT * COMPUTER DE BORD * GEAMURI ELECTRICE * VOLAN MULTIFUNCTIONAL * DOUA CHEI * MAI MULTE DETALII TELEFONIC",
  "make": "Nissan",
  "model": "X-Trail",
  "variant": "1.6L dCI Start/Stop XTRONIC Acenta Aut.",
  "year": 2017,
  "registration_date": null,
  "mileage": 182622.0,
  "mileage_unit": "km",
  "price": 12499.0,
  "currency": "EUR",
  "price_text": null,
  "price_type": "asking",
  "body_type": "SUV",
  "fuel_type": "Diesel",
  "transmission": "Automata",
  "engine_capacity_cc": 1598.0,
  "engine_power_kw": null,
  "colour": "Alb",
  "doors": null,
  "seats": null,
  "vin": null,
  "vin_is_masked": null,
  "condition": null,
  "city": "Satu Mare",
  "region": "Satu Mare",
  "country": null,
  "postal_code": null,
  "seller_id": null,
  "seller_name": null,
  "seller_type": null,
  "seller_url": null,
  "images": [
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6Imk2azA4MWY4aXAyMjEtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.SyMmaNEsA03FPTnSjLuTk9oNrytuwPEbabLOVcku8YE/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6IjEyNHB0N3U4dGZ0cTItQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.5B-mJ-v4QS8Zw9UVp2c1zt6u9DJ27m4nJfegaOZ2OsM/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6Im1qZGF5c2tnbWdoMzEtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.Oslq-fQ0VEi5kxe1jli7EwzqMLK3ciyEY6eeKFldczM/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6InJ3enplcjFnb3Nhcy1BVVRPVklUUk8iLCJ3IjpbeyJmbiI6InE3bXo1M2JpZnB6ay1BVVRPVklUUk8iLCJzIjoiMTYiLCJhIjoiMCIsInAiOiIxMCwtMTAifV19.XVFMJYJQlJTuPTcRjdZJ5uIojGUjbZUIjl-v03gRGes/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6InRyMGh0a3pycjgxZzMtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.W7Rgqw5rSsdVRNUakrDQsevZS6OmCyf6L4KPljA11dI/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6Imk2OHIwZzR6djZjMi1BVVRPVklUUk8iLCJ3IjpbeyJmbiI6InE3bXo1M2JpZnB6ay1BVVRPVklUUk8iLCJzIjoiMTYiLCJhIjoiMCIsInAiOiIxMCwtMTAifV19.D1mgEravPbCkwwB9p0jjPneibaJHva7gpXsywvWu2IQ/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6Ijc4NDhtZndpY3A2ZDEtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.RdnIf-81N6oc4N-mJ36dL16U8p5F8eJATC36CVNxuRA/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6Im5lYjI1OWltdW1xOTMtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.txOL48w7OrpIHoH0cUUTj9rqO8h83jBP2JJbhG4IeLk/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6InY0ZWN6Ymtmc3V0dTMtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.ZoXqiFh8cwLGwdOIRwSiK7Yv7pYuWQDjvH6UejSO6QM/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6InJ0MnlyYWlmNTQyNy1BVVRPVklUUk8iLCJ3IjpbeyJmbiI6InE3bXo1M2JpZnB6ay1BVVRPVklUUk8iLCJzIjoiMTYiLCJhIjoiMCIsInAiOiIxMCwtMTAifV19.3qb7QPZu1DiGzTRzxfI1p_zXs3ZdQmL3t_fqlP04Q48/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6InpibHoxNHZkbmplczMtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.ynHCZ4JWYgbuGIZUGWl_3MxmU_p3UxBfYRju8l_LL3I/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6InY2dnNuenhxMGR4aDItQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.uI9SQdhwKOH6M682CJjmrGZcUmjnwaWqnSVR6aq5924/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6ImlqZDF2YzhneXJsbzMtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.1XwkiLBHlQ8rGtExRZ49tosubJ8hX0EOFpwpJSM_iZo/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6IjNtNzl5djZtZGQ0djMtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ._hyBFRDMcnjd95CuY2V_QOAPHyZyjCjWS3Axdlz7Zbs/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6Imx6NGhyNGcxa2hmZDMtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.cD-65XBalwJWsHvvTfFN3Apjrtol_nlzycr9TrzmytM/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6ImQyM2M2dGZkcWJrYTMtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.mDRNLeauk-sNnpH0dRB73s3ONyrfLoj7_VDiWPcG37U/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6IjdwejF3ZHJmOXM4cTMtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.s9HGThhhFld3QGkRiDlpmHt8VAPEKNPocjxqEyjaA0M/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6IjVrbWI0bjZiMHp6aDEtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.0i9Z9HSl0G81ozrmleL_tKaGrt43EXHcUXbbPATP0lk/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6IjE3Z2V1djhzMzUxYjMtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.oWruDzc7IpU-l07l3slzJ_nlGQNTHTiP9xnMEK2tLjI/image",
    "https://ireland.apollo.olxcdn.com/v1/files/eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJmbiI6IjRka3gydmVwZ2N1OTEtQVVUT1ZJVFJPIiwidyI6W3siZm4iOiJxN216NTNiaWZwemstQVVUT1ZJVFJPIiwicyI6IjE2IiwiYSI6IjAiLCJwIjoiMTAsLTEwIn1dfQ.1lKk5j6iz-Wo1QzT_4y28ehsLAvUvczeQ066iDNUams/image"
  ],
  "features": [
    "is imported car",
    "bluetooth interface",
    "radio",
    "vat",
    "financial option",
    "usb in",
    "original owner",
    "no accident",
    "service record",
    "soundsystem",
    "air condition rear",
    "leather steering wheel",
    "steering wheel with radio operation",
    "steering wheel with gear switches",
    "leather gearshifterswitch",
    "rain sensor",
    "windscreenwiper other",
    "park distance control front",
    "park distance control rear",
    "door mirrors heated",
    "hill holder",
    "fog lamps",
    "follow me home",
    "startstop system",
    "electric parking brake",
    "antilock brake system",
    "esp",
    "distribution of braking force electronically",
    "power assisted brakes",
    "driver airbag",
    "passenger airbag",
    "side airbag driver and passenger",
    "child seat fixation",
    "autorenew"
  ],
  "specifications.name": [
    "has_vin",
    "is_imported_car",
    "damaged",
    "make",
    "model",
    "version",
    "generation",
    "year",
    "mileage",
    "fuel_type",
    "engine_power",
    "engine_capacity",
    "transmission",
    "extra_urban_consumption",
    "bluetooth_interface",
    "gearbox",
    "urban_consumption",
    "body_type",
    "co2_emissions",
    "door_count",
    "color",
    "radio",
    "vat",
    "financial_option",
    "usb_in",
    "maker_warranty_valid_until_km",
    "vendors_warranty_valid_until_date",
    "country_origin",
    "date_registration",
    "registered",
    "original_owner",
    "no_accident",
    "service_record",
    "historical_vehicle",
    "tuning",
    "soundsystem",
    "air_conditioning_type",
    "air_condition_rear",
    "leather_steering_wheel",
    "steering_wheel_with_radio_operation",
    "steering_wheel_with_gear_switches",
    "leather_gearshifterswitch",
    "rain_sensor",
    "windscreenwiper_other",
    "cruisecontrol_type",
    "headlight_lamp_type",
    "park_distance_control_front",
    "park_distance_control_rear",
    "door_mirrors_heated",
    "hill_holder",
    "fog_lamps",
    "follow_me_home",
    "startstop_system",
    "electric_parking_brake",
    "antilock_brake_system",
    "esp",
    "distribution_of_braking_force_electronically",
    "power_assisted_brakes",
    "driver_airbag",
    "passenger_airbag",
    "side_airbag_driver_and_passenger",
    "child_seat_fixation",
    "version_label",
    "autorenew",
    "new_used"
  ],
  "specifications.value": [
    "Da",
    "Da",
    "Nu",
    "Nissan",
    "X-Trail",
    "1.6L dCI Start/Stop XTRONIC Acenta Aut.",
    "III [2014 - Prezent[",
    "2017",
    "182622",
    "Diesel",
    "130",
    "1598",
    "Fata",
    "4.7",
    "Da",
    "Automata",
    "5.8",
    "SUV",
    "135",
    "5",
    "Alb",
    "Da",
    "Da",
    "Da",
    "Da",
    "30000",
    "12",
    "Italia",
    "DZhWFQgAtpzHLPe6iRsKLItVMfTQ9sCRlpg=.1.EcdGf1/vy7bK4mEAKXKQUw==",
    "Nu",
    "Da",
    "Da",
    "Da",
    "Nu",
    "Nu",
    "Da",
    "Climatronic",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Pilot automat adaptiv (distronic)",
    "Faruri LED",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "Da",
    "1.6L dCI Start/Stop XTRONIC Acenta Aut.",
    "Da",
    "Utilizat"
  ],
  "published_at": "2026-05-29T14:07:31.949982Z",
  "updated_at": "2026-09-16T10:00:07Z"
}
```

Images, tags and other lists stay with their parent result instead of creating extra rows. Invalid or unavailable inputs, inputs with no results, and requests that fail after all retries produce a row with `status: failed`. At most one failed row is saved per input; it includes `error_code` and `error_message` explaining the outcome. A normal end of pagination after collected results does not add a failed row.

### Input requirements and collection settings ⚙️

| Setting | What to enter |
|---|---|
| **What to collect** (`mode`) | Choose the information to collect. |
| **Maximum results per search or link** (`maxResults`) | Collect up to this many results for each search or link. Minimum: 1. |
| **Make** (`make`) | For example, Ford, Toyota or BMW. For Vehicle Search. |
| **Model** (`model`) | For example, Focus. Enter the make too. For Vehicle Search. |
| **Minimum price** (`priceFrom`) | Minimum advertised price. Amount in EUR. For Vehicle Search. |
| **Maximum price** (`priceTo`) | Maximum advertised price. Amount in EUR. For Vehicle Search. |
| **Year from** (`yearFrom`) | Earliest year of manufacture. For Vehicle Search. |
| **Year to** (`yearTo`) | Latest year of manufacture. For Vehicle Search. |
| **Maximum mileage** (`mileageTo`) | Maximum recorded mileage in kilometres. For Vehicle Search. |
| **Vehicle listing links** (`vehicleUrls`) | Paste one link per line. Example: https://www.autovit.ro/autoturisme/anunt/nissan-x-trail-ver-1-6l-dci-start-stop-xtronic-acenta-aut-ID7HPjbz.html For Vehicle Details. |

| Collection mode | Fields to use |
|---|---|
| Vehicle Details | **Vehicle listing links** |
| Vehicle Search | **Make**, **Model**, **Minimum price**, **Maximum price**, **Year from**, **Year to**, **Maximum mileage** |

The result limit applies separately to each search or supplied link. Collection ends earlier when no more matching results are available.

### Autovit.ro scraping use cases 🎯

#### Compare asking prices

Group Romanian Autovit.ro car listings by make, year and mileage to compare the prices sellers advertise for similar cars.

#### Build an acquisition shortlist

Collect candidate vehicles from Autovit.ro, then share their prices, specifications and source links with the purchasing team.

#### Benchmark advertised stock

Compare the mix of models, ages and mileage represented in Autovit.ro listings when planning which vehicles to stock.

#### Track catalogue changes

Save repeated Autovit.ro exports and compare matching listing IDs to identify changes in advertised prices or availability.

#### Prepare market reports

Use Autovit.ro listing records as source material for dealer reports, pricing dashboards and automotive market analysis.

### Pricing and saved-result behavior 💰

See the Actor's **Pricing** tab for the active pricing model and current rate. Store settings may change, so this README does not claim a fixed cost.

Under dataset-item pricing:

- Each collected item saved in the dataset is one result.
- Images, tags and other values attached to that item do not create additional rows.
- Automatic retry attempts do not create extra dataset rows.
- A saved `failed` row is also one billable dataset item, including invalid inputs, unavailable items, no results, or exhausted retries. At most one failed row is saved per input, including when some results were already collected.
- `maxResults` caps all saved rows for each input, including its failed row. Repeated copies of the same input are processed once. More inputs or a higher limit can produce more saved results.

### Autovit.ro scraper API and integrations 🔌

Replace `$ACTOR_ID` with the ID shown in the Actor API tab and `$APIFY_TOKEN` with your token.

```bash
curl -X POST "https://api.apify.com/v2/acts/$ACTOR_ID/runs?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"mode":"autovit-vehicle-search","make":"Ford","maxResults":10}'
```

Use schedules for recurring collection, webhooks for completion notifications, and Apify integrations for Google Sheets, Make, Zapier, cloud storage, a CRM or your own application.

### Reliability, retries, and public-data limits ⚠️

Temporary connection errors, timeouts and access restrictions are retried automatically, up to five attempts. Invalid inputs save a failed row without an HTTP request; confirmed unavailable items save a failed row without unnecessary retries. Exhausted retries also save a failed row. Results already collected remain available if a later request fails, and normal pagination completion adds no error row. Collection also stops after two consecutive fully processed pages add no new results, even if the website provides another cursor. Required detail lookups are completed before checking a page; new results reset the counter, and independent reply branches are checked separately. Failures while initializing the Actor, saving data or scheduling requests stop the run instead of being reported as a failed website result.

The Actor returns advertised vehicles and seller information; it does not provide ownership history.

Optional fields are available only when the website publishes them.

Autovit.ro controls which information is publicly available. Removed, private or restricted items may be unavailable, and optional values can be null or empty. A run can still fail if the results cannot be saved.

### Frequently asked questions ❓

#### Does it require an account on Autovit.ro?

No. You do not need to provide an account, password or login cookies. Only publicly available information is collected.

#### How does maxResults work?

It limits the number of saved results separately for every input. The minimum is 1. With maxResults set to 10, each input returns at most 10 available results. A detail lookup normally returns one record per input.

#### What can I use to search Autovit.ro?

Choose make, model, minimum price, maximum price, year from, year to and other available settings in the input form. Vehicle details accept a listing URL or an ID-prefixed advert identifier.

#### What is included in Autovit.ro vehicle records?

The output includes asking prices, model years, mileage, specifications and listing links when those values are published. Availability varies by listing and selected mode.

#### Why are some fields empty?

The website may not publish that value, or the field may belong to a different collection mode. Missing values remain null or empty instead of being guessed.

#### Can I export the results to a spreadsheet?

Yes. Download CSV, Excel or JSON from the Apify dataset. All returned fields are included in the same results table.

### Support and responsible use 🛟

For a reproducible issue, share the run ID, selected mode, result limit and a safe public example through the support channel. Never disclose access tokens, passwords or proxy credentials.

Use public Autovit.ro information lawfully and responsibly. Follow applicable privacy, copyright, data-protection, contractual and platform requirements when storing, analyzing or redistributing results.

# Actor input Schema

## `mode` (type: `string`):

Choose the information to collect.

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

Collect up to this many results for each search or link. Minimum: 1.

## `make` (type: `string`):

For example, Ford, Toyota or BMW. For Vehicle Search.

## `model` (type: `string`):

For example, Focus. Enter the make too. For Vehicle Search.

## `priceFrom` (type: `integer`):

Minimum advertised price. Amount in EUR. For Vehicle Search.

## `priceTo` (type: `integer`):

Maximum advertised price. Amount in EUR. For Vehicle Search.

## `yearFrom` (type: `integer`):

Earliest year of manufacture. For Vehicle Search.

## `yearTo` (type: `integer`):

Latest year of manufacture. For Vehicle Search.

## `mileageTo` (type: `integer`):

Maximum recorded mileage in kilometres. For Vehicle Search.

## `vehicleUrls` (type: `array`):

Paste one link per line. Example: https://www.autovit.ro/autoturisme/anunt/nissan-x-trail-ver-1-6l-dci-start-stop-xtronic-acenta-aut-ID7HPjbz.html For Vehicle Details.

## Actor input object example

```json
{
  "mode": "autovit-vehicle-search",
  "maxResults": 10,
  "make": "Ford"
}
```

# Actor output Schema

## `results` (type: `string`):

Collected entities and failed input outcomes, with all available fields and error explanations in one dataset.

# 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 = {
    "mode": "autovit-vehicle-search",
    "maxResults": 10,
    "make": "Ford"
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapingmonkey/autovit-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 = {
    "mode": "autovit-vehicle-search",
    "maxResults": 10,
    "make": "Ford",
}

# Run the Actor and wait for it to finish
run = client.actor("scrapingmonkey/autovit-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 '{
  "mode": "autovit-vehicle-search",
  "maxResults": 10,
  "make": "Ford"
}' |
apify call scrapingmonkey/autovit-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,scrapingmonkey/autovit-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/Vg1AVzYFyNePHvmWI/builds/dHIdeTaRI4F643Tih/openapi.json
