CarMax Vehicle Listings Scraper
Pricing
from $11.99 / 1,000 result items
CarMax Vehicle Listings Scraper
Scrapes CarMax vehicle listings by ZIP code and optional filters. Returns each vehicle as a flat row with price, mileage, year, make, model, and location.
Pricing
from $11.99 / 1,000 result items
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
25
Total users
4
Monthly active users
2 days ago
Last modified
Categories
Share
CarMax Vehicle Listings Scraper
Scrape CarMax vehicle listings by ZIP code, make, model, year, price, and mileage, up to a million per run. Every vehicle comes with its price, mileage, year, make, model, and location. No login or API key. Export to CSV, JSON, Excel, or XML.
CarMax's website shows thousands of used cars, but there is no public API and manual browsing is slow. This Actor reads the public search results directly, applies your filters as it goes, and returns each matching vehicle in one fixed schema. You can pull a few cars for a quick check or run a full inventory sweep.
| Who uses it | What they scrape CarMax for |
|---|---|
| Used car dealers | Monitor CarMax pricing in their region to stay competitive |
| Market researchers | Track inventory levels and model availability over time |
| Data analysts | Build datasets of used car prices for valuation models |
| Car buyers | Get a full list of matching vehicles without clicking through pages |
What it does
This Actor collects CarMax vehicle listings by ZIP code and optional filters, and returns each one as a flat row.
- π Location-based search: enter a ZIP code and get vehicles available near that area.
- π Attribute filters: narrow by make, model, year range, price range, and maximum mileage.
- π Sorting options: order results by best match, price, year, or mileage.
- β‘ Concurrency control: adjust parallel requests to avoid rate limits.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with CarMax data
π Monitor regional pricing.
A used car dealer runs the Actor daily with their ZIP code and a price range to see what CarMax is charging for comparable vehicles.
π Find specific models.
A car buyer sets make and model filters to get a complete list of matching vehicles in their area, sorted by price.
π Build a valuation dataset.
A data analyst collects thousands of listings with year, mileage, and price to train a used car price prediction model.
πΊοΈ Track inventory by region.
A market researcher runs the Actor for multiple ZIP codes to compare CarMax inventory across different markets.
Why choose this scraper
| What you get | |
|---|---|
| No API key | Scrape CarMax without registering an app or dealing with OAuth |
| Flexible filters | Get exactly the vehicles you need with make, model, year, price, and mileage |
| Scalable | Collect up to a million vehicles per run |
| Structured output | Every vehicle is a flat row ready for CSV, JSON, Excel, or XML |
How it compares
No other Store actor targets CarMax the same way, so the honest comparison is with the alternatives teams actually weigh.
| CarMax Vehicle Listings Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When CarMax 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 ZIP code and optional filters for make, model, year, price, and mileage, and filters run as each vehicle is read so only matches reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{"zip": "90210","maxItems": 10}
A larger pull:
{"zip": "90210","maxItems": 200}
Pricing
Pay-per-result: $0.01599 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $1.60 |
| 1,000 results | $15.99 |
| 10,000 results | $159.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 CarMax Vehicle Listings 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 CarMax 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/carmax-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check your filters. If you set a make but no model, that is fine, but if you set a model without a make, the Actor may not find anything. Also try a different ZIP code or broaden your price and year ranges.
Why is the run slow?
Increase maxConcurrency up to 20 to speed up the run, but be aware that higher concurrency may trigger rate limiting. If you get blocked, lower it back down.
Why did I get fewer results than maxItems?
The Actor stops when there are no more vehicles matching your filters. Try removing some filters or using a different ZIP code.
Why are some fields empty?
CarMax may not provide every field for every vehicle. For example, some listings may not have a mileage value. That is normal.
Can I scrape a specific CarMax store?
The Actor uses ZIP code to determine the search area. To target a specific store, use the ZIP code of that store's location.
FAQ
| Question | Answer |
|---|---|
| Do I need a CarMax account or API key? | No. The Actor reads the public CarMax search pages directly. You only need an Apify account to run it. |
| Can I scrape all CarMax listings nationwide? | CarMax search is location-based, so you need to provide a ZIP code. To cover the whole country, run the Actor multiple times with different ZIP codes. |
| What filters can I use? | You can filter by make, model, minimum and maximum year, minimum and maximum price, and maximum mileage. All filters are optional. |
| How many vehicles can I get in one run? | You can set maxItems up to 1,000,000. The actual number depends on how many vehicles match your filters. |
| What output formats are supported? | You can export the results to CSV, JSON, Excel, or XML from the Apify dataset. |
| Can I sort the results? | Yes, you can sort by best match, price low to high, price high to low, year newest first, year oldest first, or mileage lowest first. |
| Does the Actor handle pagination? | Yes, it automatically goes through all result pages until it reaches maxItems or there are no more vehicles. |
| What if I get rate-limited? | Lower the maxConcurrency setting to reduce parallel requests. The default is 5, which is safe for most runs. |
| Can I schedule this Actor to run regularly? | Yes, you can set up a schedule in Apify to run it daily, weekly, or at any interval you need. |
| Is the data updated in real time? | The Actor scrapes the live CarMax website, so you get the current listings at the time of the run. |
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 CarMax, 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.
