Kolesa.kz Scraper — Kazakhstan Car Listings & Prices avatar

Kolesa.kz Scraper — Kazakhstan Car Listings & Prices

Pricing

from $15.00 / 1,000 results

Go to Apify Store
Kolesa.kz Scraper — Kazakhstan Car Listings & Prices

Kolesa.kz Scraper — Kazakhstan Car Listings & Prices

Scrape job postings for Switzerland from Talent.com: title, hiring company, city, quick-apply flag, update recency and a description snippet. Keyless, no login. Export JSON, CSV or Excel.

Pricing

from $15.00 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Export vehicle listings from Kolesa.kz, Kazakhstan's largest car marketplace — price, year, engine, fuel, gearbox and mileage — to JSON, CSV or Excel. Keyless, no login.

What does Kolesa.kz Scraper do?

Kolesa renders its results server-side, so this Actor parses the cards directly and walks the pagination. No API key, no account, no cookies.

The whole vehicle specification is published as one Russian sentence: 2011 г., Б/у внедорожник, 4.7 л, бензин, КПП автомат, 225 000 км. Nobody can filter by mileage or fuel type while that sits in a text column, so this Actor splits it into year, bodyAndCondition, engineLitres, fuel, gearbox and mileageKm.

Two details in that split matter. Russian uses a comma as the decimal separator, so a naive split on , tears 3,0 л into 3 and 0 л and reports a zero-litre engine — the Actor splits on comma-plus-space instead. And the litre marker л is Cyrillic, so an ASCII word boundary never matches it; the pattern is written to handle that. Both were real bugs caught in testing, not hypotheticals.

Who is it for?

  • Car dealers benchmarking asking prices across Kazakh cities.
  • Price analysts building depreciation curves by model and year.
  • Importers and exporters spotting arbitrage between regions.
  • Marketplace builders who need a Kazakh vehicle feed.
  • Researchers measuring fleet age, fuel mix and gearbox split.

Use cases

  • Compare asking prices for a model between Almaty, Astana and Aktobe.
  • Build a mileage-versus-price curve for a specific year range.
  • Track how many diesel versus petrol cars are listed each week.
  • Filter to verified sellers to build a dealer list.
  • Export a snapshot with specs for a valuation model.

Why use this Actor?

  • Keyless — no account, no token, no login.
  • Specs as real columns — year, engine, fuel, gearbox and mileage are parsed out, not left in prose.
  • Correct Russian number handling3,0 л reads as 3.0, not 0.
  • Sortable price alongside the original label.
  • Verified-seller flag for dealer prospecting.
  • Time-budgeted — a slow page ends the run cleanly with rows saved.

What data can you extract?

Every row carries the listing identity and URL, the price in label and numeric form, the full spec line as published, the six parsed spec columns, the city and whether Kolesa marks the seller as verified. See the Output tab for types.

How to use it

  1. Pick the section — cars, motorcycles, trucks or special vehicles.
  2. Optionally set a city and a price band.
  3. Set Maximum results and run, then export JSON, CSV or Excel.

Input example

{
"section": "cars",
"city": "almaty",
"maxPrice": 15000000,
"maxResults": 1000
}

Notes and limits

  • Mileage is absent on new vehicles; those rows keep mileageKm as null rather than zero, because zero would distort any average.
  • Listing text is in Russian, as sellers write it.
  • Prices are asking prices, not transaction prices.
  • This Actor exports result cards, not full listing pages — that is what keeps bulk runs cheap. Open the listing URL for photos and seller contact.
  • You are responsible for how you use listing and seller data.

FAQ

Do I need a Kolesa account? No. Listings are public and this Actor needs nothing from you.

Are the specs reliable? They come from Kolesa's own spec line and are split field by field. Where a field is missing from the ad, the column is null rather than guessed.

Can I scrape trucks or motorcycles? Yes, switch the section input.

Is mileage numeric? Yes — 225 000 км becomes 225000, ready to sort or chart.

How am I charged? Pay per result — you pay for the listings delivered.