Drom.ru Cars Scraper
Pricing
from $8.14 / 1,000 results
Drom.ru Cars Scraper
Scrapes car listings from Drom.ru by start URL or search query. Returns each listing as a flat row with price, mileage, year, location, and seller details.
Pricing
from $8.14 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Drom.ru Cars Scraper
Scrape car listings from Drom.ru, Russia's largest auto marketplace, with full details and photos. Get make, model, year, price, mileage, location, and seller info for every listing. Export to CSV, JSON, Excel, or XML.
Drom.ru is the go-to marketplace for used and new cars in Russia, but browsing thousands of listings by hand is slow and error-prone. This actor reads the public listing pages directly, applies your filters, and returns each car as a clean, flat row. No API key, no login, no rate-limit headaches.
| Who uses it | What they scrape Drom.ru for |
|---|---|
| Car dealers | Monitor competitor pricing and inventory in real time |
| Market researchers | Analyze supply, demand, and price trends across regions |
| Data analysts | Build datasets of vehicle attributes for modeling |
| Auto enthusiasts | Track specific models or rare configurations |
| Import/export businesses | Identify vehicles available for cross-border trade |
What it does
This Actor collects car listings from Drom.ru by start URL or search query, and returns each one as a flat row with all available details.
- 🔍 Search query: pass any free-text query and the actor appends it to the Drom search.
- 🔗 Start URL: paste a full listing or search URL from Drom.ru to scrape exactly that page.
- 📊 Flat output: every car comes back as one row with consistent fields for easy analysis.
- ⚙️ Max items: cap the number of listings to scrape, from 1 up to 1,000,000 for paid users.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Drom.ru data
📈 Monitor competitor pricing.
A car dealer runs the actor daily on a search URL for a specific model and region, then compares the returned prices against their own inventory to adjust margins.
🔎 Track rare configurations.
An enthusiast sets a search query for a rare trim and color combination, and the actor alerts them whenever a new listing appears.
📊 Build a market dataset.
A data analyst scrapes all listings for a popular model across Russia, then uses the flat output to train a price prediction model.
🌍 Find export opportunities.
An import/export business scrapes listings from border regions, filters by age and price, and identifies vehicles that meet foreign market demand.
Why choose this scraper
| What you get | |
|---|---|
| No API key | Scrape Drom.ru without registering an app or dealing with OAuth |
| Full listing data | Get price, mileage, year, location, and seller details in one row |
| Flexible input | Start from any Drom.ru URL or a simple search query |
| Scalable | From a quick preview of 10 cars to a full market sweep |
How it compares
No other Store actor targets Drom.ru the same way, so the honest comparison is with the alternatives teams actually weigh.
| Drom.ru Cars Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When Drom.ru changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst hours |
Configure the run
Drive the Actor with a start URL or a search query, and set a maximum number of items to scrape. Filters are applied as the actor reads each listing, so only matching cars reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{"startUrl": "https://auto.drom.ru/all/","maxItems": 10}
A larger pull:
{"startUrl": "https://auto.drom.ru/all/","maxItems": 200}
Pricing
Pay-per-result: $0.009 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $0.90 |
| 1,000 results | $9.00 |
| 10,000 results | $90.00 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the Drom.ru Cars Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to Drom.ru through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/drom-ru-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that your start URL or search query is correct and returns listings on Drom.ru. Also ensure you have not set maxItems to 0.
The actor stops after 10 items.
Free users are limited to 10 items. Upgrade to a paid plan to scrape more.
Some listings are missing fields.
Not all listings have the same information. The actor returns whatever is available on the page.
The actor fails with a timeout.
Drom.ru may be slow or blocking requests. Try again later or reduce the number of items.
I get an error about invalid URL.
Make sure the start URL begins with https://www.drom.ru or https://auto.drom.ru.
FAQ
| Question | Answer |
|---|---|
| Do I need a Drom.ru account or API key? | No. The actor reads the public listing pages directly, so no login or API key is required. |
| How many listings can I scrape? | Free users are limited to 10 items as a preview. Paid users can scrape up to 1,000,000 items per run. |
| Can I scrape a specific search result? | Yes. Paste the full URL of any Drom.ru search or listing page into the start URL field, or provide a search query. |
| What data does each listing include? | Each row includes all available details from the listing page, such as make, model, year, price, mileage, location, and seller information. |
| Can I filter by price or mileage? | The actor applies filters from the start URL or search query. For additional filtering, you can post-process the output dataset. |
| How often should I run the actor? | It depends on your use case. For price monitoring, daily runs are common. For rare listings, you might run it hourly. |
| Is the actor legal to use? | You are responsible for complying with Drom.ru's terms of service and applicable laws. The actor only accesses publicly available data. |
| Can I export the data? | Yes. The actor outputs data in CSV, JSON, Excel, or XML formats, which you can download or push to other systems. |
| What if the site changes its layout? | The actor is maintained to adapt to changes. If you encounter issues, contact support or check for updates. |
| Can I run this on Apify's free plan? | Yes, but free plan runs are limited to 10 items. For larger scrapes, you need a paid plan. |
Related actors
Browse the full ParseForge collection for more scrapers.
🆘 Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Drom.ru. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
