Mashina.kg Scraper — Kyrgyzstan Cars, Prices & Specs avatar

Mashina.kg Scraper — Kyrgyzstan Cars, Prices & Specs

Pricing

from $3.50 / 1,000 results

Go to Apify Store
Mashina.kg Scraper — Kyrgyzstan Cars, Prices & Specs

Mashina.kg Scraper — Kyrgyzstan Cars, Prices & Specs

Scrape Mashina.kg, Kyrgyzstan's biggest car marketplace, in bulk: title, price in USD, year, mileage, engine displacement, transmission, steering side, body type and location as separate sortable columns. Any search URL. No login, no API key.

Pricing

from $3.50 / 1,000 results

Rating

0.0

(0)

Developer

Logiover

Logiover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Scrape Mashina.kg, Kyrgyzstan's largest car marketplace, in bulk — no login, no API key, no browser. Point the Actor at any category or result page and it walks the pages, parses every card into flat, sortable columns, and saves rows as it goes.

16 columns per row · thousands of rows per run · numeric prices, not strings · JSON, CSV, Excel or API · pay only for the rows you keep.


Why this Mashina.kg scraper

Mashina.kg publishes everything a buyer needs on the result page — but as prose, inside a card, behind pagination. Reading it at any useful scale by hand is not realistic, and copy-paste gives you text where you need numbers.

This Actor turns those pages into a table. price is a number, not a formatted string. Location, seller and vehicle specs are their own columns instead of one blob. That is the difference between data you can pivot on and data you have to clean first.

It is built on the same engine as the rest of this fleet, which means three things you only notice when they are missing:

  • It respects the clock. Every run carries a time budget and saves rows continuously, so a slow page never costs you the whole run.
  • One bad page does not end the crawl. An unreachable page is retried, then skipped and logged — not treated as the end of the listing.
  • It says what it did. Row counts, skipped pages and stop reasons all appear in the log, so a short run is always explainable.

What you get

Central Asian car market research

Mashina.kg is the reference car marketplace for Kyrgyzstan. priceUsd is numeric, year and mileage are parsed from the spec line, and location tells you the city — enough for a market study in a region with few structured data sources.

Import and steering analysis

Most cars in Kyrgyzstan are imported. steering tells you LHD vs RHD — a key signal for which source markets (Japan RHD vs Korea/Europe LHD) dominate in each price range.

Price benchmarking in USD

All prices are converted to USD by Mashina.kg itself. That gives you a stable baseline for comparison across Central Asian markets without currency conversion headaches.

Regional demand mapping

location shows the city (Bishkek, Osh, Jalal-Abad, etc.). Compare listing volume and pricing across cities to map regional demand patterns.


Input

FieldTypeWhat it does
startUrlstringAny Mashina.kg category or result URL. The Actor paginates from here.
maxResultsintegerStop after this many rows (default 200).
proxyConfigurationobjectApify Proxy settings. The default is fine.

Note: Mashina.kg embeds every filter in the URL. Copy any search or filter result page URL and paste it as the start URL.

Example input

{
"startUrl": "https://www.mashina.kg/search/all/",
"maxResults": 200,
"proxyConfiguration": { "useApifyProxy": true }
}

Output

One row per listing, 16 columns:

ColumnTypeDescription
listingIdstringMashina.kg listing slug with hex ID.
titlestringCar headline (make, model, generation, trim).
listingUrlstringCanonical listing page on Mashina.kg.
priceUsdnumberAsking price in US dollars.
currencystringAlways USD.
yearnumberModel year.
mileagenumberOdometer reading in kilometres.
enginestringEngine displacement in litres (e.g. 1.6, 2.0).
transmissionstringTransmission type in Russian (автомат, механика, робот, вариатор).
steeringstringLHD (left-hand drive) or RHD (right-hand drive).
bodyTypestringBody style in Russian (седан, внедорожник, хэтчбек, etc.).
locationstringCity name (Бишкек, Ош, etc.).
imageUrlstringFirst listing photo.
countrystringAlways Kyrgyzstan.
sourcestringAlways mashina_kg.
scrapedAtstringISO timestamp of collection.

Example row

{
"listingId": "…",
"title": "…",
"listingUrl": "…",
"priceUsd": 0,
"currency": "…",
"year": 0,
"mileage": 0,
"engine": "…",
"transmission": "…",
"steering": "…",
"bodyType": "…",
"location": "…",
"imageUrl": "…",
"country": "…",
"source": "…",
"scrapedAt": "…"
}

Export from the Apify Console as JSON, CSV, Excel, XML or RSS, or pull it straight from the Dataset API.


How to use it

  1. Open the Actor and paste a Mashina.kg URL into Category or listing URL.
  2. Set Maximum results to how many rows you want.
  3. Click Start. Rows appear in the dataset while the run is still going.
  4. Export, or schedule the run daily and diff the results to track price moves.

You can also run it from the Apify API, the JavaScript client or the Python client, and wire the output into Google Sheets, Zapier, Make or your own warehouse.


Frequently asked questions

Do I need a Mashina.kg account?

No. All data comes from public search result pages — no login, no API key.

What does steering mean?

LHD = left-hand drive (steering wheel on the left, most common in Kyrgyzstan). RHD = right-hand drive (common in Japanese imports).

Why is engine sometimes null?

Electric vehicles and some listings do not display an engine displacement. The column is null in those cases.

Are prices in the local currency?

Prices are in USD as displayed by Mashina.kg. The site shows both KGS and USD; the Actor captures the USD value for easier comparison.

Which cities appear in location?

Bishkek, Osh, Jalal-Abad, Tokmok, Karakol and other Kyrgyz cities as published by the seller.

Why are transmission and body type in Russian?

Mashina.kg serves its data in Russian. автомат = automatic, механика = manual. седан = sedan, внедорожник = SUV.

How much does it cost?

You pay per row kept, plus Apify platform usage. A 1,000-row run is inexpensive; run it on a schedule and you have a continuous price feed for the cost of a coffee.

Is scraping Mashina.kg legal?

This Actor reads only publicly available pages — the same ones anyone can open in a browser — and collects no personal data beyond the seller display name that Mashina.kg itself publishes next to each listing. You are responsible for how you use the output, including compliance with Mashina.kg's terms and with data-protection law such as the GDPR. If in doubt, take legal advice.


Browse the rest of the fleet for country marketplace, classifieds, property and company-registry scrapers covering more than eighty countries.


Support

Found a broken column or a site change? Open an issue on the Actor's Issues tab and it will be looked at. This Actor is actively maintained — see the Changelog for its history.


Mashina.kg is a trademark of its respective owner. This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by Mashina.kg.