Autoplius Lithuania Car Scraper icon

Automation

Autoplius Lithuania Car Scraper

Scrape used-car listings from Autoplius.lt, Lithuania's #1 car marketplace — make, model, year, price in EUR, mileage, fuel type, gearbox, engine power, body type, color, seller, and photos. Export to JSON or CSV; enrich each listing from its detail page.

Free Apify credit covers a first run. No credit card to try.

What this Actor scrapes

Autoplius.lt is Lithuania's largest used-car marketplace and ships no public API. This Actor scrapes the public listings — paste a filtered search URL or use the default used-cars feed — and returns one clean, typed row per car: make, model, year, price (EUR), mileage (km), fuel, gearbox, engine power, body type, color, location, seller type, and photo URLs. Optional detail-page enrichment fills in color, engine size, first registration, and the full spec table. Built on curl-cffi with browser TLS impersonation and Apify residential proxies.

What we handle for you

  • 🛡️ Browser fingerprint rotationcurl-cffi impersonates real Chrome / Firefox / Safari TLS handshakes so the target sees a browser, not Python.
  • 🌐 Residential proxy rotation via Apify Proxy — fresh session and exit IP on every block.
  • 🔁 Retries with exponential backoff on 408 / 429 / 5xx — up to 5 attempts per page, Retry-After honoured.
  • 🧱 Rate-limit-aware pacing — when the target pushes back, we slow down instead of getting banned.
  • 🧊 Clean, typed dataset rows — Pydantic-validated, ISO-8601 timestamps, stable IDs, JSON / CSV / Excel export straight from the Apify Console.
  • 💰 Pay-Per-Event pricing — you only pay for results that hit your dataset. No data, no charge.

Use cases

  • Market pricing — track used-car asking prices by make, model, and year across Lithuania.
  • Dealer intelligence — monitor inventory and pricing moves from <code>seller_type</code> and <code>location</code>.
  • Cross-border arbitrage — compare Lithuanian prices against other EU markets to spot import deals.
  • Depreciation modelling — build price-vs-mileage and price-vs-age curves per model.
  • Lead generation — surface fresh private-seller listings the moment they post.

Input

Paste this into the Apify Console, or send it as the run input over the API. Proxy settings are on by default; you rarely need to touch them.

FieldTypeRequiredWhat it does
searchUrl string no Full Autoplius.lt search/results URL with filters already applied (e.g. https://autoplius.lt/skelbimai/naudoti-automobiliai?make_id=99&price_to=10000). Leave empty to scrape the default used-cars feed. Ignored when…
listingUrls array no Scrape these specific Autoplius listing pages directly instead of a search (e.g. https://autoplius.lt/skelbimai/...-31015262.html). Use this to re-check cars you track for status and price changes — reserved/sold…
maxResults integer no Hard cap on dataset rows.
enrichDetails boolean no Fetch each listing's detail page for color, engine size, first registration, and the full spec table. Doubles the request count.
{
  "maxResults": 5,
  "enrichDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}

Output

One row per result, schema-validated before it is written. Export JSON, CSV, Excel or XML from the run, or read it over the API.

listing_idlisting_urltitlead_statusmakemodelyearpricecurrencymileage_kmfuel_typetransmissionengine_power_hpengine_size_ccbody_typecolor

{
  "listing_id": "31015262",
  "listing_url": "https://autoplius.lt/skelbimai/volvo-xc90-2-0-l-visureigis-krosoveris-2016-dyzelinas-31015262.html",
  "title": "Volvo XC90",
  "make": "Volvo",
  "model": "XC90",
  "year": 2016,
  "price": 22500,
  "currency": "EUR",
  "mileage_km": 150000,
  "fuel_type": "Dyzelinas",
  "transmission": "Automatin\u0117",
  "engine_power_hp": 224,
  "engine_size_cc": 1969,
  "body_type": "Visureigis / Krosoveris",
  "color": "Balta",
  "first_registration": "2016-07",
  "location": "Klaip\u0117da",
  "region": "Lietuva",
  "seller_type": "private",
  "seller_name": "Privatus pardav\u0117jas",
  "photo_urls": [
    "https://autoplius-img.dgn.lt/ann_25_394952552/volvo-xc90.jpg"
  ],
  "posted_date": "Prie\u0161 9 val.",
  "scraped_at": "2026-06-02T10:00:00+00:00"
}

Pricing

EventPriceWhen
Actor start$0.20Once per run, covers warm-up and proxy session setup.
result-row$0.0020Per result written to the dataset.

You pay only for results that land. Cap any run with maxTotalChargeUsd. See pricing & billing for worked examples.

FAQ

Do I need a search URL?
No. Leave <code>searchUrl</code> empty and the Actor scrapes the default used-cars feed. To target a make, model, or price band, apply the filters on autoplius.lt and paste the resulting URL — the Actor scrapes exactly that result set.
What currency are prices in?
Euros. Autoplius lists in EUR; <code>currency</code> is always <code>EUR</code> and <code>price</code> is an integer amount.
What does detail enrichment add?
Setting <code>enrichDetails</code> to true fetches each listing's detail page for color, engine displacement, first-registration date, seller type, and the full spec table. Set it to false to halve the request count — you still get make, model, year, price, mileage, fuel, gearbox, power, body type, and photos from the listing card.
Is this an official Autoplius API?
No. Autoplius offers no public API. This Actor scrapes the public website politely.
The labels are in Lithuanian — can I get English?
We map the core spec fields to standard English column names (make, model, year, mileage_km, fuel_type, ...). Lithuanian category values such as <code>Dyzelinas</code> or <code>Automatinė</code> are preserved as-is so nothing is lost in translation.

Ready to run it?

Open the listing on Apify, paste the input above, and watch rows land. If it ever breaks, it is our problem before it is yours.

Read more

Articles about this Actor

Related Actors

Teams that run this also run