# Autobazar.EU Scraper: Car Listings, Prices & Specs (`scrapingmonkey/autobazar-eu-scraper`) Actor

Export Autobazar.EU vehicle search results and individual adverts with asking prices, mileage, seller details, equipment and photos. Use catalogue paths to find stock and listing URLs to enrich a purchasing shortlist.

- **URL**: https://apify.com/scrapingmonkey/autobazar-eu-scraper.md
- **Developed by:** [ScrapingMonkey](https://apify.com/scrapingmonkey) (community)
- **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/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 Autobazar.EU passenger-car listings with asking prices, model years, mileage, specifications and listing links. **Autobazar.EU 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 advertised stock and shortlist cars for further review without copying equipment and seller information by hand. 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 Autobazar.EU scraper collects 🚗

Collect Autobazar.EU passenger-car listings with asking prices, model years, mileage, specifications and listing links when available.

| Collection | What you receive |
|---|---|
| Autobazar.EU car listings scraper | Listing titles, asking prices, mileage, model years, published vehicle attributes, locations and photo urls, with original listing links. |
| Autobazar.EU 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 Autobazar.EU 🚀

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.

#### Autobazar.EU car listings scraper — input example

```json
{
  "mode": "autobazar-eu-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.

#### Autobazar.EU vehicle details scraper — input example

```json
{
  "mode": "autobazar-eu-vehicle-details",
  "vehicleUrls": [
    "https://www.autobazar.eu/detail/skoda-kodiaq-15-tsi-act-ambition-110kw150hp-m6/Ae_71mVOWkc/"
  ],
  "maxResults": 10
}
```

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

#### Autobazar.EU car listings scraper — complete JSON result

```json
{
  "result_type": "autobazar-eu-vehicle-search",
  "input": "https://www.autobazar.eu/vysledky/osobne-vozidla/",
  "status": "success",
  "vehicle_id": "Aemww8tNym7",
  "url": "https://www.autobazar.eu/detail/tesla-model-y-awd-quicksilver/Aemww8tNym7/",
  "title": "Tesla Model Y AWD, Quicksilver",
  "description": null,
  "make": "Tesla",
  "model": "Model Y",
  "variant": null,
  "year": 2023,
  "registration_date": null,
  "mileage": 93000.0,
  "mileage_unit": "km",
  "price": 39000.0,
  "currency": "EUR",
  "price_text": null,
  "price_type": "asking",
  "body_type": "SUV / Hatchback",
  "fuel_type": "Elektromotor",
  "transmission": "Automatická",
  "engine_capacity_cc": 111.0,
  "engine_power_kw": 378.0,
  "colour": null,
  "doors": null,
  "seats": null,
  "vin": null,
  "vin_is_masked": null,
  "condition": null,
  "city": "Trstená",
  "region": null,
  "country": null,
  "postal_code": null,
  "seller_id": "5e147c0f-da08-4401-b12e-b85edb773610",
  "seller_name": null,
  "seller_type": null,
  "seller_url": null,
  "images": [
    "https://s.autobazar.eu/aeu/ZK4sl9a3k_fss?st=1MxbP_iWOmU3joMO_h9AJGZ21XYwQ7SuLpJquEPqNsQ&ts=1789901627&e=0",
    "https://img.autobazar.eu/foto/MjUyeDE5Ni9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/ZK4sl9a3k_fss?st=as53gkKcNmnkh9EU4LFvSDh8hqrVL8IMq0USvd25ccU&ts=1789901627&e=0",
    "https://img.autobazar.eu/foto/NjQweDQ4MC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/ZK4sl9a3k_fss?st=-L-O6VNCEa5i4C3WakWXEYTictq8Pxva1B8YpCpuY14&ts=1789901627&e=0",
    "https://img.autobazar.eu/foto/MTM2eDEwMy9maWx0ZXJzOnF1YWxpdHkoOTApOmZvcm1hdCh3ZWJwKS9hZXU=/ZK4sl9a3k_fss?st=OCgVFmWC-ys2uWxNt9qQStqIh3m5UbFbT50FN1DR7_s&ts=1789901627&e=0",
    "https://s.autobazar.eu/aeu/klTAvF7iI_fss?st=9U5niDCiuoRRyvhRRi1CPikxpZ24ylKSEfmnUtbAn0I&ts=1789901628&e=0",
    "https://img.autobazar.eu/foto/MjUyeDE5Ni9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/klTAvF7iI_fss?st=Lyd8ganfgUnvURWW33Wfdl1mYRS-kEMM0XZtwXlelDk&ts=1789901628&e=0",
    "https://img.autobazar.eu/foto/NjQweDQ4MC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/klTAvF7iI_fss?st=wzb3XC6UYKv489MsrIZo5RewoH6gHTgq-DKh8WUr9f8&ts=1789901628&e=0",
    "https://img.autobazar.eu/foto/MTM2eDEwMy9maWx0ZXJzOnF1YWxpdHkoOTApOmZvcm1hdCh3ZWJwKS9hZXU=/klTAvF7iI_fss?st=SYLy9ceCfTwvJNld8ayrrE2z_6tw8MWmDjFVNKd_sYc&ts=1789901628&e=0",
    "https://s.autobazar.eu/aeu/FQLLa9CwK_fss?st=u2hrYuxq1_ifDQB_p0Ruc87htImOSvBGuWLwDmeZFUU&ts=1789901629&e=0",
    "https://img.autobazar.eu/foto/MjUyeDE5Ni9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/FQLLa9CwK_fss?st=iPhGDdg3PnxHjwm3_wEZk5pSwyt69d-BSXvSslxVzF8&ts=1789901629&e=0",
    "https://img.autobazar.eu/foto/NjQweDQ4MC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/FQLLa9CwK_fss?st=J1QKyUxziAz4h4mDGWRq9BnPZH8GGdGMpDdavhF-uk8&ts=1789901629&e=0",
    "https://img.autobazar.eu/foto/MTM2eDEwMy9maWx0ZXJzOnF1YWxpdHkoOTApOmZvcm1hdCh3ZWJwKS9hZXU=/FQLLa9CwK_fss?st=GtnfRyPipF1CQoNp_LXNi13JCG71u-VLIHOLigXNACc&ts=1789901629&e=0",
    "https://s.autobazar.eu/aeu/vQBANji_6_fss?st=8AVRPzw1yKOJI794AOxZzWzksJg1sezI6sGH7ew2vgw&ts=1789901629&e=0",
    "https://img.autobazar.eu/foto/MjUyeDE5Ni9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/vQBANji_6_fss?st=2BaFBAXlj3cUryHco49kWQG7Wxu8ImQ0u4-Amkxyq-E&ts=1789901629&e=0",
    "https://img.autobazar.eu/foto/NjQweDQ4MC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/vQBANji_6_fss?st=SMc1lijWEDkNW7fGDUcCjC0IVGNX0iTbQj8MUvhdoqI&ts=1789901629&e=0",
    "https://img.autobazar.eu/foto/MTM2eDEwMy9maWx0ZXJzOnF1YWxpdHkoOTApOmZvcm1hdCh3ZWJwKS9hZXU=/vQBANji_6_fss?st=_Y2CzjccudHI5gKuk1xmlOfa6YmegOS5eWokb63q1cg&ts=1789901629&e=0"
  ],
  "features": [
    "D",
    "e",
    "a",
    "k",
    "t",
    "i",
    "v",
    "á",
    "c",
    "r",
    "b",
    "g",
    "o",
    ",",
    "P",
    "m",
    "3",
    "6",
    "0",
    "°",
    "A",
    "l",
    "I",
    "z",
    "é",
    "s",
    "n",
    "d",
    "ľ",
    "ý",
    "h",
    "(",
    "H",
    "B",
    ")",
    "j",
    "u",
    "p",
    "S",
    "N",
    "č",
    "y",
    "T",
    "M",
    "ň",
    "-",
    "C",
    "U",
    "ú",
    "í",
    "R",
    "K",
    "ŕ",
    "L",
    "W",
    "/",
    "V",
    "E",
    "ä",
    "ť",
    "F",
    "ó",
    "ž",
    "ô",
    "f",
    "š",
    "&",
    "ď"
  ],
  "specifications.name": [
    "enginePower",
    "engineCapacity"
  ],
  "specifications.value": [
    "378",
    "111"
  ],
  "published_at": null,
  "updated_at": null
}
```

#### Autobazar.EU vehicle details scraper — complete JSON result

```json
{
  "result_type": "autobazar-eu-vehicle-details",
  "input": "https://www.autobazar.eu/detail/skoda-kodiaq-15-tsi-act-ambition-110kw150hp-m6/Ae_71mVOWkc/",
  "status": "success",
  "vehicle_id": "Ae_71mVOWkc",
  "url": "https://www.autobazar.eu/detail/skoda-kodiaq-15-tsi-act-ambition-110kw150hp-m6/Ae_71mVOWkc/",
  "title": "Škoda Kodiaq 1.5 TSI ACT Ambition 110kW150HP M6",
  "description": "Auto je dobrom, udržiavanom stave. Pred týždňom bola vykonaná kompletná výmena zadných bŕzd kotúče aj platničky. Dodatočne je domontované ťažné zariadenie, ktoré je možné ručne odnímať. Vozidlo je vybavené zabezpečením VAM. K autu pribalím aj zimné reťaze a sadu zimných pneumatík. Držiak diagnostickej zásuvky OBD pod volantom je poškodený, preto sa občas môže vysunúť - funkčnosť to neovplyvňuje. Na kufri sa nachádzajú 2 menšie preliačiny, inak auto nesie len bežné známky opotrebenia zodpovedajúce veku a najazdeným kilometrom.",
  "make": "Škoda",
  "model": "Kodiaq",
  "variant": null,
  "year": 2019,
  "registration_date": null,
  "mileage": 79900.0,
  "mileage_unit": "km",
  "price": 19500.0,
  "currency": "EUR",
  "price_text": null,
  "price_type": "asking",
  "body_type": "SUV / Off-road",
  "fuel_type": "Benzín",
  "transmission": "6-st. manuálna",
  "engine_capacity_cc": 1498.0,
  "engine_power_kw": 110.0,
  "colour": "Šedá/ sivá",
  "doors": null,
  "seats": null,
  "vin": "TMBJB7NS3K8025691",
  "vin_is_masked": false,
  "condition": null,
  "city": "Bratislava-Petržalka",
  "region": null,
  "country": null,
  "postal_code": null,
  "seller_id": "1fc20ee9-6cb7-4076-a1e4-2aae299974cb",
  "seller_name": null,
  "seller_type": null,
  "seller_url": null,
  "images": [
    "https://img.autobazar.eu/foto/MTkweDE0My9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/LnfkIvnnv_fss?st=pLXqZKf3DibidgqvZYu6YgbYwPFzpfD8DpKvO9PQ2sY&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MTExeDg0L2ZpbHRlcnM6cXVhbGl0eSg4MCk6Zm9ybWF0KHdlYnApL2FldQ==/LnfkIvnnv_fss?st=E167yMc3B8JmMUBPy7v08ZYzEmGVz_CD-kDfHxbtOQA&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MzA0eDIyOC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/LnfkIvnnv_fss?st=QF_o-GtJ4ZrGOe8jyYhV23w9R-dkHEoiiXfMaSLDjkw&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/NjQweDQ4MC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/mYRRuUMAk_fss?st=gnvk9cBl5GXdSw4KPoh1k9tpIsxZTnyRfoz3qQ7feOY&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MTM2eDEwMy9maWx0ZXJzOnF1YWxpdHkoOTApOmZvcm1hdCh3ZWJwKS9hZXU=/mYRRuUMAk_fss?st=2hZC-DgBxCxcqz37j51rWbqzoSbzqY3UjaoSat-arWc&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MTkweDE0My9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/WZerYvwXE_fss?st=IV7p8u28gokxEQQxFXCCSb8I0T2h5Q1jgC2pBqYrm6k&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MTExeDg0L2ZpbHRlcnM6cXVhbGl0eSg4MCk6Zm9ybWF0KHdlYnApL2FldQ==/WZerYvwXE_fss?st=kmnu6drtTkshmx0n02dfTV1mFDlwULLzuDtaNr2lYs8&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MzA0eDIyOC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/WZerYvwXE_fss?st=nNg3dpSKt9Eajz0OVjwn8X_XbMkfUtwes9WLVGSg6Kk&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MTkweDE0My9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/ddr1cMoy4_fss?st=RPExkvTq8Z56YkTuEGXuPrdI2Nd4ttmon26xh9dn6jM&ts=1789481051&e=0",
    "https://img.autobazar.eu/foto/MTExeDg0L2ZpbHRlcnM6cXVhbGl0eSg4MCk6Zm9ybWF0KHdlYnApL2FldQ==/ddr1cMoy4_fss?st=XEzAbiOmIIoHxbpChDTsuAu8mRtVqV2XT2uqQPgKfmc&ts=1789481051&e=0",
    "https://img.autobazar.eu/foto/MzA0eDIyOC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/ddr1cMoy4_fss?st=7qnktwd8KO24843pZnegmXd7RkBOqCdc3y8ZPOVuXeU&ts=1789481051&e=0",
    "https://img.autobazar.eu/foto/MTkweDE0My9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/qbuTn3CZJ_fss?st=Eo7FNLaQ1yR3MpYwgLhlHY0Bw7oX2RYPuLfh7cjJNTA&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MTExeDg0L2ZpbHRlcnM6cXVhbGl0eSg4MCk6Zm9ybWF0KHdlYnApL2FldQ==/qbuTn3CZJ_fss?st=B4qA9HMBwBGSxk5FCEEwXJ-ufMjLIsRp3lWCgzqa3w8&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MzA0eDIyOC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/qbuTn3CZJ_fss?st=68uAzbDOy7k118gtphQkWLr3uA2_eDX3fzhDLSX-u64&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MTkweDE0My9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/8QlWX-y2K_fss?st=3zsnNZA7m3vUU1RD0_Tf3TzlnsXt68DUEDbvVdgkVBQ&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MTExeDg0L2ZpbHRlcnM6cXVhbGl0eSg4MCk6Zm9ybWF0KHdlYnApL2FldQ==/8QlWX-y2K_fss?st=IUAbnaQMg_5tbbr5ZE--w2ZMiKY0taP13z5tiExA2vg&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MzA0eDIyOC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/8QlWX-y2K_fss?st=X5wO9fEgmLhvyzfqsTVV-7bgVyTRcFCQg32kUnDmBiM&ts=1789481052&e=0",
    "https://img.autobazar.eu/foto/MTkweDE0My9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/bdkhlq6qTO_fss?st=b9XeotQE22ELyg8-YF5IgAsbQIsA1eWZgBEirEbmzKA&ts=1789481053&e=0",
    "https://img.autobazar.eu/foto/MTExeDg0L2ZpbHRlcnM6cXVhbGl0eSg4MCk6Zm9ybWF0KHdlYnApL2FldQ==/bdkhlq6qTO_fss?st=2P2wGjsXeTccCZegQSfcCP_P1w62w2c6IXd9MTdjujo&ts=1789481053&e=0",
    "https://img.autobazar.eu/foto/MzA0eDIyOC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/bdkhlq6qTO_fss?st=K2JMzCJYTD1CHo6NOG999R8yBmAfb5RZzLBY-eg-bQk&ts=1789481053&e=0",
    "https://img.autobazar.eu/foto/MTkweDE0My9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/M-i-0R39a_fss?st=yYyoOAmh5a_O_vqRx321lgZ1A9hca0bx0qE_5255KXM&ts=1789481055&e=0",
    "https://img.autobazar.eu/foto/MTExeDg0L2ZpbHRlcnM6cXVhbGl0eSg4MCk6Zm9ybWF0KHdlYnApL2FldQ==/M-i-0R39a_fss?st=SxRzyV2bpxTswnGOPjW80v65sf2hERVLzIIoImXf9Og&ts=1789481055&e=0",
    "https://img.autobazar.eu/foto/MzA0eDIyOC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/M-i-0R39a_fss?st=Tb-uTIRP1Nzf3yHTy9aYGp-KrKPOFeY_ZHOpJMYTz1Q&ts=1789481055&e=0",
    "https://img.autobazar.eu/foto/MTkweDE0My9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/m5DjXxrNZ_fss?st=5jyKGVx_8otrekUhFI5cQdGQuaFk3HES7U3-7gh0oWA&ts=1789481053&e=0",
    "https://img.autobazar.eu/foto/MTExeDg0L2ZpbHRlcnM6cXVhbGl0eSg4MCk6Zm9ybWF0KHdlYnApL2FldQ==/m5DjXxrNZ_fss?st=krjGHD9UTEAbANKylviW7EE7XoHksbq95WNryRczK_k&ts=1789481053&e=0",
    "https://img.autobazar.eu/foto/MzA0eDIyOC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/m5DjXxrNZ_fss?st=WdUaq4L8QEqbAlbIicj9PrBZvX7-oM5ffaCV3DdI87U&ts=1789481053&e=0",
    "https://img.autobazar.eu/foto/MTkweDE0My9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/flU3YU_3J_fss?st=dK0vFnL1Y_6f2lkibD2bU31TkrLHqqKWPzJEuaRPCzQ&ts=1789481053&e=0",
    "https://img.autobazar.eu/foto/MTExeDg0L2ZpbHRlcnM6cXVhbGl0eSg4MCk6Zm9ybWF0KHdlYnApL2FldQ==/flU3YU_3J_fss?st=4qyTy4PjTdDXT5Q9B6WlQRxb0qdLIAqV8dSphfwPyw4&ts=1789481053&e=0",
    "https://img.autobazar.eu/foto/MzA0eDIyOC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/flU3YU_3J_fss?st=6sIevja2Xv735E1q3-pNDP2_TNnQTTCguBfBpug0vzc&ts=1789481053&e=0",
    "https://img.autobazar.eu/foto/MTkweDE0My9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/Ow4YyD3s5_fss?st=QS3-GSnoaEXFNJfBq5moLfJtWnQtLsDO_Mh6OSVraBM&ts=1789481053&e=0",
    "https://img.autobazar.eu/foto/MTExeDg0L2ZpbHRlcnM6cXVhbGl0eSg4MCk6Zm9ybWF0KHdlYnApL2FldQ==/Ow4YyD3s5_fss?st=zckhW4HJXqmCVlEsSLJZ2wE17ILv5ItSZNDevfH3Eq0&ts=1789481053&e=0",
    "https://img.autobazar.eu/foto/MzA0eDIyOC9maWx0ZXJzOnF1YWxpdHkoODApOmZvcm1hdCh3ZWJwKS9hZXU=/Ow4YyD3s5_fss?st=5iJZzbxnU1z-LNRkJtNd9gRJgFcQ88jIr2Hphu66_LU&ts=1789481053&e=0"
  ],
  "features": [
    "A",
    "S",
    "R",
    "(",
    "T",
    "C",
    ")",
    ",",
    "B",
    "H",
    "m",
    "l",
    "o",
    "v",
    "k",
    "y",
    "V",
    "h",
    "r",
    "i",
    "e",
    "a",
    "n",
    "é",
    "z",
    "d",
    "á",
    "u",
    "t",
    "s",
    "f",
    "E",
    "c",
    "p",
    "b",
    "g",
    "č",
    "I",
    "x",
    "j",
    "L",
    "ť",
    "ó",
    "Ť",
    "ž",
    "D",
    "ý",
    "P",
    "ľ",
    "ú",
    "š",
    "M",
    "&",
    "í",
    "ď",
    "ň",
    "K"
  ],
  "specifications.name": [
    "enginePower",
    "engineCapacity",
    "numberOfDoorsValue",
    "numberOfSeatsValue",
    "otherEquipment",
    "additionalInformationValue"
  ],
  "specifications.value": [
    "110",
    "1498",
    "5",
    "5",
    "EASY START - bezkľúčové štartovanie, FRONT ASSIST - výstraha pred kolíziou a podpora núdzového brzdenia PEDESTRIAN MONITOR (ochrana chodcov)",
    "Servisná knižka, Nehavarované, Úplná servisná história, STK, EK, Možný odpočet DPH, Kúpené v SR, 1.majiteľ"
  ],
  "published_at": "2026-09-15T13:19:24.841Z",
  "updated_at": "2026-09-16T06:33:14.664Z"
}
```

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. |
| **Vehicle listing links** (`vehicleUrls`) | Paste one link per line. Example: https://www.autobazar.eu/detail/skoda-kodiaq-15-tsi-act-ambition-110kw150hp-m6/Ae\_71mVOWkc/ For Vehicle Details. |

| Collection mode | Fields to use |
|---|---|
| Vehicle Details | **Vehicle listing links** |
| Vehicle Search | **Make**, **Model** |

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

### Autobazar.EU scraping use cases 🎯

#### Compare asking prices

Group Autobazar.EU passenger-car listings by make, year and mileage to compare the prices sellers advertise for similar cars.

#### Build an acquisition shortlist

Collect candidate vehicles from Autobazar.EU, 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 Autobazar.EU listings when planning which vehicles to stock.

#### Track catalogue changes

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

#### Prepare market reports

Use Autobazar.EU 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.

### Autobazar.EU 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":"autobazar-eu-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.

Choose make, model in the input form.

Optional fields are available only when the website publishes them.

Autobazar.EU 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 Autobazar.EU?

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 Autobazar.EU?

Choose make, model in the input form.

#### What is included in Autobazar.EU 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 Autobazar.EU 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.

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

Paste one link per line. Example: https://www.autobazar.eu/detail/skoda-kodiaq-15-tsi-act-ambition-110kw150hp-m6/Ae\_71mVOWkc/ For Vehicle Details.

## Actor input object example

```json
{
  "mode": "autobazar-eu-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": "autobazar-eu-vehicle-search",
    "maxResults": 10,
    "make": "Ford"
};

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

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

```

## MCP server setup

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