# Credit Card CFPB Complaints

**Use case:** 

Explore credit card with CFPB Complaints Scraper - Consumer Finance Data. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "credit card",
  "product": "",
  "company": "",
  "state": "",
  "includeNarrative": true,
  "maxResults": 3
}
```

## Output

```json
{
  "complaint_id": {
    "label": "Complaint Id",
    "format": "text"
  },
  "date_received": {
    "label": "Date Received",
    "format": "date"
  },
  "product": {
    "label": "Product",
    "format": "text"
  },
  "sub_product": {
    "label": "Sub Product",
    "format": "text"
  },
  "issue": {
    "label": "Issue",
    "format": "text"
  },
  "sub_issue": {
    "label": "Sub Issue",
    "format": "text"
  },
  "company": {
    "label": "Company",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip_code": {
    "label": "Zip Code",
    "format": "text"
  },
  "submitted_via": {
    "label": "Submitted Via",
    "format": "text"
  },
  "company_response": {
    "label": "Company Response",
    "format": "text"
  },
  "timely": {
    "label": "Timely",
    "format": "text"
  },
  "consumer_narrative": {
    "label": "Consumer Narrative",
    "format": "text"
  },
  "complaint_url": {
    "label": "Complaint Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [CFPB Complaints Scraper - Consumer Finance Data](https://apify.com/benthepythondev/cfpb-complaints-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/cfpb-complaints-scraper) to learn more, explore other use cases, and run it yourself.