CarComplaints.com Scraper avatar

CarComplaints.com Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
CarComplaints.com Scraper

CarComplaints.com Scraper

Scrape CarComplaints.com - owner-reported vehicle problems, complaint counts by model year, ranked worst problems with average repair cost/mileage, and individual complaint stories, for 70+ car makes.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 days ago

Last modified

Share

Scrape CarComplaints.com — the largest public database of owner-reported vehicle problems. Get ranked "worst problems" per model year with average repair cost and mileage, complaint counts across every model year, individual owner complaint stories, and the full model lineup for any of 75+ car makes. No login, no API key, no cookies required.

What this actor does

  • Four modes:
    • yearProblems — ranked list of the worst reported problems for a specific make/model/year, each with average repair cost and average mileage at failure
    • complaints — individual owner-submitted complaint stories (title, date, rating, author) for a model year, optionally filtered by problem category
    • modelYears — complaint-count trend across every model year for a given make/model
    • modelsByMake — full list of models CarComplaints tracks for a given make
  • 75+ makes available as a dropdown (Toyota, Honda, Ford, BMW, Tesla, and more)
  • Automatic AUTO-proxy fallback — the actor lazily engages Apify's free datacenter proxy pool only if it detects blocking, keeping runs cost-free by default
  • Empty fields are omitted — every record only contains fields with real, scraped data

Output fields

Fields present depend on mode:

yearProblems

  • make, model, year
  • rank — position in the "worst problems" ranking
  • problemTitle — e.g. "Excessive Oil Consumption"
  • problemCategory — the CarComplaints category the problem is filed under, e.g. "Engine", "Brakes", "Electrical" (derived from the report URL)
  • averageCostToFix, averageMileage
  • problemUrl — link to the full problem report page

complaints

  • make, model, year, problemTitle
  • complaintTitle, datePublished, rating (1-10), author, vehicleLabel
  • sourceUrl — link to the specific complaint

modelYears

  • make, model, year, complaintCount, url

modelsByMake

  • make, model, url

Input

FieldTypeDescription
modeselectOne of yearProblems, complaints, modelYears, modelsByMake
makeselectVehicle manufacturer (required)
modelstringModel name as used on CarComplaints (e.g. Camry, F-150) — required for all modes except modelsByMake
yearintegerModel year 1950-2027 — required for yearProblems and complaints
problemTitlestringOptional case-insensitive substring filter, used only in complaints mode. Matches against both the problem title (e.g. "oil", "burning") and the problem category (e.g. "engine", "brakes", "transmission")
maxItemsintegerMax records to return (1-2000, default 50)
useProxybooleanForce-enable Apify's free AUTO datacenter proxy

Use cases

  • Research the most commonly reported problems for a used car before buying
  • Track complaint trends across model years to spot which years to avoid
  • Pull raw owner complaint text for sentiment/defect analysis
  • Build a "known issues" database for a fleet of vehicle models

Data source

All data is scraped from the public HTML pages of carcomplaints.com — no authenticated API, no cookies, no paid proxy tier required.