CarAndBike India Used Car Scraper avatar

CarAndBike India Used Car Scraper

Pricing

from $1.30 / 1,000 used cars

Go to Apify Store
CarAndBike India Used Car Scraper

CarAndBike India Used Car Scraper

Collect public used-car listings from CarAndBike.com search, city or model pages, and individual listing pages. Get structured fields for each listing, including make, model, price, year, mileage, fuel type, transmission, seller, city, and image links.

Pricing

from $1.30 / 1,000 used cars

Rating

0.0

(0)

Developer

Maxime Dupré

Maxime Dupré

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

🚗 CarAndBike used-car listings for India

Car buyers, market researchers, and dealers can collect public used-car listings from CarAndBike.com. Each saved row keeps the vehicle details, asking price, mileage, seller, city, and image links in a structured dataset. Use the data to compare inventory, study prices, or build a sourcing list.

Try these tasks

📋 CarAndBike listing rows

Each dataset row represents one used-car listing. The row keeps the source listing ID and URL, vehicle fields such as make, model, year, mileage, fuel type, and transmission, plus price, seller, city, and image links when available. If the same source listing appears again through another submitted URL, the Actor keeps the first eligible match and ignores later matches.

▶️ Run a CarAndBike page

Steps

  1. Choose Search page, City or model page, or Listing page to match the page you want to read.
  2. Add one or more public CarAndBike.com URLs that match the selected method.
  3. Set Maximum listings when you want a cap. Leave it empty to return all available results until the source is exhausted.
  4. Run the Actor and open the dataset to review the saved listing rows.

⚙️ Input

Choose one discovery method for the URLs in a run. Search, city, and model pages can return many listings. A listing page returns one record. The first two fields are required, and maxItems is optional.

Input fields

FieldTypeWhat it does
discoveryMethodstringChooses searchPage, cityOrModelPage, or listingPage.
startUrlsarray of objectsAdds one or more public CarAndBike.com URLs that match the selected method.
startUrls[].urlstringGives a public CarAndBike.com page URL for the selected method.
maxItemsintegerSets an optional cap on saved listing records. Leave it empty to return all available results until the source is exhausted.

Example input

This small example is copied from a successful current-beta listing-page run:

{
"discoveryMethod": "listingPage",
"startUrls": [
{
"url": "https://www.carandbike.com/used/hyundai-creta-cars-in-new-delhi-135613"
}
]
}

🧾 Output

The Actor provides a link to the default dataset and saves one listing row for each first eligible source listing.

Run output

FieldTypeWhat it does
resultsstringLinks to the extracted used-car listings in the default dataset overview.

Listing row fields

FieldTypeWhat it does
listingIdstringStable identifier assigned to the listing by CarAndBike.com.
listingUrlstringURL of the CarAndBike.com listing page.
titlestringListing title shown on the source page.
makestringVehicle make shown on the listing.
modelstringVehicle model shown on the listing.
variantstringVehicle variant or trim when available.
bodyTypestringVehicle body type when available.
pricenumberAsking price as a number in the currency field.
currencystringCurrency code for the asking price.
yearintegerVehicle year reported on the listing.
mileageintegerVehicle mileage in kilometers when reported.
fuelTypestringFuel type shown on the listing.
transmissionstringTransmission type shown on the listing.
sellerNamestringSeller name when available.
citystringCity shown for the listing or seller location.
primaryImageUrlstringURL of the main vehicle image when available.
galleryImageUrlsarray of stringsOther vehicle image URLs from the listing gallery when available.

Example listing row

This unshortened row is copied from the successful current-beta listing-page run. Optional fields that the source did not provide are not present in this row.

{
"listingId": "135613",
"listingUrl": "https://www.carandbike.com/used/hyundai-creta-cars-in-new-delhi-135613",
"title": "2022 Hyundai Creta 1.5 EX Petrol [2020-2023]",
"make": "Hyundai",
"model": "Creta",
"variant": "1.5 EX Petrol [2020-2023]",
"bodyType": "SUV",
"price": 1075000,
"currency": "INR",
"year": 2022,
"mileage": 14000,
"fuelType": "Petrol",
"transmission": "Manual",
"sellerName": "Sri Durga Automobiles/RTS Automobiles.",
"city": "new delhi",
"galleryImageUrls": []
}

💳 Pricing

One Used car charge applies to each used-car listing saved to the dataset. A run with no saved listing has no used-car listing charge. Current tier prices are shown in the Store pricing panel.

🔌 Integrations

Use the Apify API to start runs and read the default dataset. You can also export the saved rows from Apify.

❓ FAQ

Can I use a CarAndBike search page?

Yes. Choose searchPage and add a public CarAndBike.com search URL. The Actor saves listing rows from the results it can read.

Can I use a city or model page?

Yes. Choose cityOrModelPage and add a matching public CarAndBike.com city or model URL.

Can I submit a single listing page?

Yes. Choose listingPage and add a public listing URL. That page returns one listing record.

What happens when Maximum listings is empty?

The Actor returns all available results until the source is exhausted. The source can still provide fewer listings than expected.

Why is a listing saved only once?

The Actor saves the first eligible occurrence of a source listing and ignores later matches for that same listing. The saved row reflects the first match, not a combination of later matches.

Do I need a login or credentials?

No. The Actor reads publicly accessible CarAndBike.com pages and does not ask for buyer-supplied credentials.

Does the Actor value or recommend cars?

No. It extracts public listing data. It does not value vehicles, recommend purchases, arrange financing, or manage transactions.

📝 Changelog

v0.0 (20-09-2026)

  • Initial release.

🆘 Support

For issues, questions, or feature requests, file a ticket and I'll fix or implement it in less than 24h 🫡

Made with ❤️ by Maxime Dupré