CFPB Consumer Complaints Scraper
Scrape the US CFPB consumer complaints database by company, product, issue, state and date. Get company, product and sub-product, issue and sub-issue, dispute outcome, company response and the consumer complaint narrative. Export to JSON, CSV or Excel.
{ "complaintId": "24593938", "company": "TRANSUNION INTERMEDIATE HOLDINGS, INC.", "product": "Credit reporting or other personal consumer re…", "subProduct": "Credit reporting", "issue": "Improper use of your report", "subIssue": "Credit inquiries on your report that you don't…", "state": "TN", "zipCode": "37167", "dateReceived": "2026-07-25T03:55:37.000Z" }
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
実際の 1 レコード例。受け取る形そのままです。
| Complaint Id | Company | Product | Sub Product |
|---|---|---|---|
| 24593938 | TRANSUNION INTERMEDIATE HOLDINGS,… | Credit reporting or other persona… | Credit reporting |
| 24593844 | TRANSUNION INTERMEDIATE HOLDINGS,… | Credit reporting or other persona… | Credit reporting |
| 24593876 | TRANSUNION INTERMEDIATE HOLDINGS,… | Credit reporting or other persona… | Credit reporting |
| 24593934 | TRANSUNION INTERMEDIATE HOLDINGS,… | Credit reporting or other persona… | Credit reporting |
| 24593830 | TRANSUNION INTERMEDIATE HOLDINGS,… | Credit reporting or other persona… | Credit reporting |
{ "complaintId": "24593938", "company": "TRANSUNION INTERMEDIATE HOLDINGS, INC.", "product": "Credit reporting or other personal consumer re…", "subProduct": "Credit reporting", "issue": "Improper use of your report", "subIssue": "Credit inquiries on your report that you don't…", "state": "TN", "zipCode": "37167", "dateReceived": "2026-07-25T03:55:37.000Z" }
よくある質問
How do I filter to one company?
Enter the company name exactly as it is registered (for example `Experian Information Solutions Inc.`). If you are not sure of the exact name, use a search keyword instead, then read the `company` field on the results.
Do all complaints include the narrative?
No. The narrative is only present when the consumer chose to publish their story. Use the `hasNarrative` field to keep only complaints that include one.
Which products can I filter by?
Common categories include credit reporting, debt collection, credit cards, checking or savings accounts, mortgages, money transfers, vehicle loans, student loans, payday and personal loans, prepaid cards, and debt or credit management.
How fresh is the data?
Complaints are read at run time and default to the last 180 days. Widen the date window to pull historical complaints back to when the database began.