Carwale Used Cars Scraper: India Listings
Pricing
from $0.66 / 1,000 car listings
Carwale Used Cars Scraper: India Listings
Extract used-car listings from Carwale.com with real price, year, and mileage filters, make/model, city, seller, and photo galleries. JSON or CSV rows ready for Sheets, Make, and Zapier. From $0.0009 per listing.
Pricing
from $0.66 / 1,000 car listings
Rating
0.0
(0)
Developer
GetAScraper
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
π Carwale Used Cars Scraper: India Listings
|
A second, independent read on India's used-car market. Scrape public Carwale.com used-car listings with real price, mileage, and year filters, and export prices, specs, dealer info, and photo galleries to Sheets, Excel, or n8n. |
|
π― Real filters Price, mileage, and year, matched to Carwale's own real slider filters. |
ποΈ City & make aware Search any Indian city, and narrow to a specific make or model. |
πͺͺ Dealer context Seller name, dealer ID, trusted-seller flag, and ownership count. |
πΌοΈ Full galleries Every public listing photo, not just the cover image. |
Most Carwale scrapers hand you a keyword box and hope. This Actor exposes the same price, mileage, and year filters you'd use on the site itself, so what you scrape is already the inventory you actually want.
π What does Carwale Used Cars Scraper do?
Carwale Used Cars Scraper turns public car listings from Carwale.com, one of India's largest used-car marketplaces, into structured data: price, year, mileage, fuel type, transmission, seller details, and full photo galleries.
Pick a city, optionally a make and model, and a price/mileage/year range, or paste a Carwale.com search link built on the site itself. Run it once for a quick export, or schedule it on Apify to track inventory changes over time. The Actor returns only data present on the public listing.
π‘ Why use it?
- Dealers and sourcing teams can pull inventory under a price and mileage ceiling across multiple Indian cities without checking listings one by one.
- Market researchers can track price, year, and mileage across comparable vehicles for pricing analysis.
- Buyers and resellers can monitor a filtered slice of the market on a schedule and catch new listings as they post.
- Data teams already using CarDekho data can add Carwale as a second, independent India source for cross-checking prices and coverage, since the two sites carry distinct listings and dealer networks rather than duplicating each other.
π§ How to use it
|
STEP 1 Set your filters City, make/model, price, mileage, and year. |
STEP 2 Run the Actor Set how many listings and pages to collect. |
STEP 3 Export results Download your dataset in JSON, CSV, Excel, or HTML. |
π§Ύ Input
| Field | Type | Required | Description |
|---|---|---|---|
startUrls | array of URLs | No | Paste public Carwale.com used-car search links, built however you like on the site. Overrides City, Make/Model, and the filters below. |
city | string | No | Indian city slug, e.g. mumbai, delhi, bangalore. Default mumbai. |
make | string | No | Car brand, e.g. Maruti Suzuki, Hyundai, BMW. |
model | string | No | Car model, e.g. Swift, Creta. Used together with Make. |
priceFromLakh / priceToLakh | integer | No | Minimum and maximum asking price, in Lakh (1 Lakh = Rs. 100,000). |
yearFrom / yearTo | integer | No | Earliest and latest model year. |
mileageFromKm / mileageToKm | integer | No | Minimum and maximum odometer reading, in kilometers. |
maxItems | integer | No | Maximum listings saved to the dataset. Default 25. |
maxPages | integer | No | Maximum search result pages read. Default 5. |
proxyConfiguration | object | No | Optional proxy settings. Not required for normal use. |
π¦ Output
Every record includes the listing link, price, year, mileage, fuel type, transmission, seller details, and the full public photo gallery.
{"listing_url": "https://www.carwale.com/used/mumbai/toyota-corolla-altis/znsc2vnq/","profile_id": "D7081164","title": "Toyota Corolla Altis VL CVT Petrol","make": "Toyota","model": "Corolla Altis","version": "VL CVT Petrol","price": 1075000,"price_formatted": "10.75 Lakh","currency": "INR","year": 2019,"mileage_km": 46817,"fuel_type": "Petrol","transmission": "Automatic (CVT)","seller_type": "Dealer","seller_name": "Star Auto India","city": "Mumbai","area": "Andheri (E)","is_trusted": false,"owners": 1,"scraped_at": "2026-08-20T07:57:42.771Z"}
You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.
π Data table
| Field | Type | Description |
|---|---|---|
listing_url, profile_id, stock_id | string | Public listing link and its source identifiers. |
title, make, model, version, trim | string | Listing headline and vehicle breakdown. |
price, price_formatted, currency | number, string | Asking price as a real number in Rupees, the source's own formatted text (e.g. "10.75 Lakh"), and currency. |
year, mileage_km | number | Model year and odometer reading in kilometers. |
fuel_type, transmission | string | Vehicle specification fields, when published. |
seller_type, seller_name, dealer_id | string, string, number | Whether the seller is a dealer, their name, and dealer ID when applicable. |
city, area | string | Listing location. |
image_urls | array | The full public photo gallery. |
is_trusted, warranty_type, owners | boolean, number, number | Trusted-seller flag, warranty coverage code, and prior owner count, when published. |
source_url | string | The search URL that produced this listing. |
scraped_at | string | Timestamp of when this record was built. |
Any field the source listing does not publish is left out of that record entirely, so you never see placeholder or made-up values. The price field is always the real numeric asking price; the source's formatted "X Lakh" text is kept separately in price_formatted for reference, never used as the numeric value.
π° Pricing
This Actor runs on Apify's pay-per-event pricing. You only pay for listings actually returned, and an empty or failed run costs nothing beyond a few seconds of compute. There is no subscription.
β Enjoying Carwale Used Cars Scraper?
|
β β β β β This Actor just saved you from checking Carwale listings one at a time. A 5-star rating takes 10 seconds and helps other dealers, researchers, and buyers find it. Your feedback also tells us what to build next. |
| β Β Β Rate this Actor on Apify |
π οΈ Tips and advanced options
- Set both
priceFromLakhandpriceToLakhtogether to cut down on irrelevant results fast. cityaccepts any Indian city Carwale covers, not just Mumbai. Use the slug as it appears in a Carwale URL, e.g.pune,hyderabad,ahmedabad.- For a make you don't see modeled cleanly, paste that search directly from Carwale.com into
startUrls; the Actor follows any valid Carwale used-car search link. - Carwale's own price filter is in Lakh (1 Lakh = Rs. 100,000) and its year filter works in car age rather than calendar year; this Actor converts both for you so you can just enter a normal price range and calendar year range.
β FAQ
Why is price a plain number instead of the "X Lakh" text I see on the site?
Carwale's own display price is a formatted string like "17 Lakh", which isn't something you can sort, filter, or chart directly. This Actor converts it to a real number in Rupees for the price field, and keeps the original formatted text separately in price_formatted for reference.
Can I filter by a specific make or model?
Yes, with the make and model input fields, or by pasting a make/model search link from Carwale.com into startUrls for anything not covered cleanly by those fields.
Why is a field missing from an item? Carwale listings don't publish every detail on every listing. Missing values are omitted rather than replaced with guesses.
Is this affiliated with Carwale? No. This is an independent tool that collects publicly available listing information. Use it in line with applicable rules and the source website's terms.
Found a bug or want a feature added? Open an issue on the Actor's Issues tab, or reach out for a custom version of this Actor.
π Other actors
- CarDekho Used Cars Scraper: Indian Car Listings, Prices & Dealer Data β - A second, independent India used-car source with its own listings and dealer network, useful for cross-checking coverage and pricing alongside this Actor.
- Standvirtual Cars Scraper: Carros usados β - Used-car listings from Portugal's largest car marketplace.
- OtoMoto Cars Scraper: Samochody uΕΌywane β - Used-car inventory from Poland's largest car marketplace.
- Marktplaats Cars Scraper: Tweedehands auto's β - Used-car listings from the Netherlands.
- Kleinanzeigen Autos Scraper: Dealer Data β - Dealer-ready German car inventory with native filters.