Scrapers.lat logo scrapers.lat
ビジネス

NHTSA Vehicle Recalls & Complaints Scraper

Scrape official US vehicle safety recalls and consumer complaints from the NHTSA database by make, model and year. Get recall campaign numbers, affected components, defect summaries, consequences, remedies and injury reports. Export to JSON, CSV or Excel.

17 レコードあたりの項目 JSON · CSV · Excel · API 従量課金
nhtsa-recalls-scraper.json 200 OK
{
  "dataset": "recalls",
  "campaignNumber": "20V314000",
  "make": "HONDA",
  "model": "ACCORD",
  "modelYear": "2018",
  "component": "FUEL SYSTEM, GASOLINE:DELIVERY:FUEL PUMP",
  "summary": "Honda (American Honda Motor Co.) is recalling …",
  "consequence": "If the fuel pump fails, the engine can stall w…",
  "remedy": "Honda will notify owners and dealers will repl…"
}
得られるもの

各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。

  • 結果ごとに 1 レコード、重複排除・正規化済み
  • JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
  • クラウドで従量課金。インストールも保守も不要
返される項目
DatasetCampaign NumberMakeModelModel YearComponentSummaryConsequenceRemedyNotesManufacturerReport Received DatePotential Units AffectedPark It
出力サンプル

実際の 1 レコード例。受け取る形そのままです。

DatasetCampaign NumberMakeModel
recalls20V314000HONDAACCORD
recalls20V771000HONDAACCORD
recalls18V629000HONDAACCORD
recalls23V158000HONDAACCORD
recalls23V858000HONDAACCORD
GET /nhtsa-recalls-scraper
{
  "dataset": "recalls",
  "campaignNumber": "20V314000",
  "make": "HONDA",
  "model": "ACCORD",
  "modelYear": "2018",
  "component": "FUEL SYSTEM, GASOLINE:DELIVERY:FUEL PUMP",
  "summary": "Honda (American Honda Motor Co.) is recalling …",
  "consequence": "If the fuel pump fails, the engine can stall w…",
  "remedy": "Honda will notify owners and dealers will repl…"
}

よくある質問

Does this cover every car brand sold in the United States?

Yes. NHTSA tracks recalls and complaints for vehicles sold in the US market, so any make and model with records in the federal database can be queried. Spell the make and model the way NHTSA does, for example Honda and Accord, and provide the model year.

What is the difference between the recalls and complaints datasets?

Recalls are official campaigns filed by manufacturers when a defect needs a fix, each with a campaign number, consequence and remedy. Complaints are problems individual drivers reported to NHTSA, each with the consumer's own description. Choose which one to pull with the Dataset option.

Can I pull several models or years at once?

Yes. Add multiple makes, models and model years and the actor runs every combination. For example two makes, one model and two years runs four queries and combines all matching records into one dataset.

Why are make, model and year all required?

NHTSA returns recall and complaint data per exact vehicle, so each query needs all three. If a combination has no records the actor simply moves on and reports nothing for it rather than failing.

What happens when a field has no value?

Fields that NHTSA does not provide for a record are returned as null and never invented. Recall-only fields are null on complaint records and complaint-only fields are null on recall records.

あなたの準備ができ次第。

今すぐ Apify でスクレイパーを実行するか、必要にぴったり合わせて作らせてください。