CarMax Scraper avatar

CarMax Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
CarMax Scraper

CarMax Scraper

Scrapes CarMax vehicle listings by search query and extracts vehicle details, including year, make, model, trim, mileage, price, stock number, and listing URL. Exports data in JSON, CSV, Excel, XML, or RSS.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Input

FieldTypeDefaultNotes
querystringhonda civicFree-text search, e.g. tesla, ford f150. Spaces become a URL slug.
pagesinteger1Number of result pages to fetch (24 vehicles per page).
proxyConfigurationobjectApify residential (US)Recommended — CarMax uses bot protection.
{
"query": "honda civic",
"pages": 1,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"], "apifyProxyCountry": "US" }
}

Output

Each dataset item has exactly the fields the original scraper yields:

{
"site": "carmax",
"year": 2020,
"make": "Honda",
"model": "Civic",
"trim": "EX",
"mileage": 28345,
"price": 22998,
"stock": "12345678",
"url": "https://www.carmax.com/car/12345678",
"page": 1
}