CarGurus Scraper avatar

CarGurus Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
CarGurus Scraper

CarGurus Scraper

Scrape vehicle listings from [CarGurus](https://www.cargurus.com) by make/model, ZIP code, and distance radius. Extracts pricing, mileage, dealer details, images, and CARFAX status with support for TLS impersonation and Apify Residential Proxies for reliable large-scale scraping.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

8 days ago

Last modified

Share

Vehicle Listing Search Scraper

Scrapes publicly available vehicle listings based on make/model, ZIP code, search radius, and optional price filters.

Disclaimer: This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by CarGurus or any of its subsidiaries. CarGurus and other trademarks mentioned are the property of their respective owners.

What does this Actor do?

This Actor collects publicly observable vehicle listing information from automotive marketplace search results. You can specify a make/model, location, search radius, and optional maximum price.

It is designed for automotive market research, inventory analysis, price comparison, and lead generation using publicly available listing information.

Input

FieldTypeDefaultDescription
querystring (required)Make/model to search for, e.g. "Honda Civic".
zipCodestring"94103"5-digit US ZIP code anchoring the search.
distanceinteger100Search radius in miles (10–500).
maxPriceintegerOptional maximum vehicle price in USD.
maxResultsinteger50Maximum number of dataset records (1–1000).
impersonateenum"chrome120"Browser/TLS fingerprint configuration.
proxyConfigurationobjectApify Residential, USStandard Apify proxy configuration.

Example input

{
"query": "Honda Civic",
"zipCode": "94103",
"distance": 100,
"maxPrice": 25000,
"maxResults": 100,
"impersonate": "chrome120",
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
}
}

Output

Each dataset record contains publicly observable vehicle listing information:

{
"id": 123456789,
"year": 2021,
"make": "Honda",
"model": "Civic",
"trim": "EX",
"title": "2021 Honda Civic",
"price": 22995,
"mileage": 34210,
"dealer": "Some Honda Dealer",
"location": "San Francisco, CA",
"url": "https://www.cargurus.com/...",
"image": "https://static.cargurus.com/images/...",
"carfax_clean": true
}

Use Cases

  • Automotive market research
  • Vehicle price comparison
  • Dealer inventory analysis
  • Used-car market analysis
  • Vehicle listing aggregation
  • Automotive lead generation
  • Competitive inventory monitoring

Data Fields

  • ID – Listing identifier
  • Year – Vehicle model year
  • Make – Vehicle manufacturer
  • Model – Vehicle model
  • Trim – Vehicle trim when available
  • Title – Listing title
  • Price – Listed vehicle price
  • Mileage – Reported mileage
  • Dealer – Dealer name when available
  • Location – Listing/dealer location
  • URL – Public listing URL
  • Image – Vehicle image URL
  • CARFAX status – Clean-history indicator when publicly available

Trademark & Affiliation Disclaimer

This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by CarGurus or any of its subsidiaries. CarGurus and other trademarks mentioned are the property of their respective owners.

This Actor accesses publicly available information and does not imply any partnership, authorization, or endorsement by the websites or companies whose data may be collected.

Users are responsible for ensuring that their use of collected data complies with applicable laws, website terms, and other relevant requirements.

Limitations

  • Results depend on the publicly available listings at the time of the run.
  • Some listing fields may be unavailable or missing.
  • Vehicle inventory and prices can change frequently.
  • Search results may vary depending on location, radius, filters, and marketplace availability.