Cars For Sale Scraper
parseforge/cars-for-sale-scraper
E-commerceOtherAutomation
Scrapes car listings from Cars For Sale with filters for make, model, year, price, mileage, and location. Returns each listing as a flat row with price, VIN, dealer info, and specs.
- Total users
- 17
- Monthly active
- 1
- Total runs
- 261
- Bookmarked
- 0
- Rating
- Not rated yet
- Last modified
- 8 days ago
Overview
Cars For Sale Scraper
Scrape car listings from Cars For Sale by make, model, year, price, mileage, or ZIP code, up to a million per run. Each listing comes with its price, mileage, VIN, dealer info, and full specs. No login or API key. Export to CSV, JSON, Excel, or XML.
Cars For Sale's website has no public API, and manual browsing is slow. This Actor reads the public search and listing pages directly, filtered by make, model, year, price, mileage, condition, body style, color, transmission, drivetrain, fuel type, and ZIP code, and returns each match in one fixed schema.
| Who uses it | What they scrape Cars For Sale for |
|---|---|
| Car dealers | Monitor competitor pricing and inventory in their local market |
| Market researchers | Track used car price trends by make, model, and region |
| Data analysts | Build datasets of vehicle listings for pricing models |
| Car buyers | Compare listings across multiple criteria to find the best deal |
What it does
This Actor collects car listings from Cars For Sale by search filters or direct URL, and returns each one as a flat row.
- π Search filters: make, model, year range, price range, max mileage, ZIP code, distance, condition, body style, color, transmission, drivetrain, and fuel type.
- π Direct URL: paste any Cars For Sale search or listing page URL and scrape exactly those results.
- π Structured output: each car is returned as a flat row with price, mileage, VIN, dealer, specs, and more.
- π Residential proxies: built-in proxy configuration bypasses bot protection for reliable scraping.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with Cars For Sale data
π Monitor competitor pricing.
A dealer runs the Actor daily for their ZIP code and make to see what rivals are charging and adjust their own prices.
π Find undervalued cars.
A buyer filters by model, year, and max price to spot listings below market value and contact sellers quickly.
π Analyze market trends.
A researcher scrapes all listings for a model over several months to track depreciation and demand by region.
πΊοΈ Build inventory maps.
A data analyst collects listings with ZIP codes and dealer info to visualize vehicle availability across a state.
Why choose this scraper
| What you get | |
|---|---|
| No API needed | Scrape public listing pages without registration or keys |
| Up to 1M cars | Collect large datasets in a single run |
| Flexible filters | Narrow results by vehicle specs, price, location, and more |
| Export anywhere | Save as CSV, JSON, Excel, or XML for analysis |
How it compares
No other Store actor targets Cars For Sale the same way, so the honest comparison is with the alternatives teams actually weigh.
| Cars For Sale Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When Cars For Sale 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 from a direct Cars For Sale URL or from search filters like make, model, year, price, mileage, and ZIP code, and filters run as each listing is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{
"startUrl": "https://www.carsforsale.com/cars-for-sale/toyota/camry/search",
"maxItems": 10,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountry": "US"
}
}
A larger pull:
{
"startUrl": "https://www.carsforsale.com/cars-for-sale/toyota/camry/search",
"maxItems": 200,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountry": "US"
}
}
Pricing
Pay-per-result: $0.03199 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $3.20 |
| 1,000 results | $31.99 |
| 10,000 results | $319.90 |
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 Cars For Sale 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 Cars For Sale 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/cars-for-sale-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 filters are not too restrictive. Try removing some filters or using a broader ZIP code and distance. Also ensure the Start URL is correct if provided.
Why is the Actor timing out?
Large searches may take longer. Increase the timeout in the Actor's run settings or reduce the maximum number of cars.
Why are some listings missing data?
Some listings may have incomplete information on the website. The Actor returns whatever is available, so missing fields will be empty.
Why am I getting blocked?
The residential proxy should handle most blocks. If you still see issues, try increasing the proxy rotation or contact Apify support.
FAQ
| Question | Answer |
|---|---|
| Can I scrape a specific search URL? | Yes, paste the URL into the Start URL field and the Actor will scrape exactly those results, ignoring other filters. |
| How many cars can I scrape in one run? | You can set the maximum number of cars up to 1,000,000 per run. The Actor will stop after reaching that count. |
| Do I need a proxy? | The Actor uses residential proxies by default to avoid bot detection. You can leave the proxy configuration as is. |
| What filters are available? | You can filter by make, model, year range, price range, max mileage, ZIP code, distance, condition, body style, color, transmission, drivetrain, and fuel type. |
| What data does each listing include? | Each row includes price, mileage, VIN, dealer information, and full vehicle specs such as engine, transmission, and features. |
| Can I export the results? | Yes, you can export the dataset as CSV, JSON, Excel, or XML directly from the Apify platform. |
| Is this legal? | You should only scrape public data in compliance with the website's terms of service and applicable laws. Apify provides tools but you are responsible for your use. |
| How often can I run this Actor? | You can schedule runs as frequently as you need, but be mindful of the website's load and your Apify plan limits. |
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 Carsforsale.com, Inc. 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.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| startUrl | string | Direct URL to a carsforsale.com search or listing page. If provided, filters below are ignored. | https://www.carsforsale.com/cars-for-sal |
| maxItems | integer | How many cars to collect per run. | 10 |
| make | string | Vehicle manufacturer to filter by (e.g. Toyota, Ford, Honda). Used when no Start URL is provided. | not set |
| model | string | Vehicle model to filter by (e.g. Camry, F-150, Civic). | not set |
| yearMin | integer | Minimum model year (e.g. 2018). | not set |
| yearMax | integer | Maximum model year (e.g. 2024). | not set |
| priceMin | integer | Minimum asking price in USD. | not set |
| priceMax | integer | Maximum asking price in USD. | not set |
| mileageMax | integer | Maximum odometer reading in miles. | not set |
| zip | string | ZIP code for proximity-based search. | not set |
| distance | integer | Search radius in miles from the ZIP code. | not set |
| condition | string (4 options) | Vehicle condition filter. | not set |
| bodyStyle | string | Vehicle body style filter. | not set |
| color | string | Exterior color filter. | not set |
| transmission | string (3 options) | Transmission type filter. | not set |
| drivetrain | string (5 options) | Drivetrain type filter. | not set |
| fuelType | string (5 options) | Fuel type filter. | not set |
| proxyConfiguration | object | Residential proxy required to bypass bot protection. Leave as default. | {"useApifyProxy":true,"apifyProxyGroups" |
Pricing
from $23.99 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| Actor Start | Charged once when the run starts. | $0.005 |
| Result Item | Charged once per result collected. | $0.02399 to $0.03199 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~cars-for-sale-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"helloWorld": 123
} Reviews
No reviews yet. Be the first.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.
