# CFPB Credit Card Complaints in New York

**Use case:** 

Explore recent credit card complaints filed in New York through the CFPB database.

## Input

```json
{
  "maxComplaints": 30,
  "searchTerm": "",
  "company": "",
  "product": "Credit card",
  "state": "NY",
  "dateReceivedMin": "",
  "dateReceivedMax": "",
  "sortBy": "newest"
}
```

## Output

```json
{
  "complaintId": {
    "label": "Complaint ID"
  },
  "company": {
    "label": "Company"
  },
  "product": {
    "label": "Product"
  },
  "subProduct": {
    "label": "Sub-product"
  },
  "issue": {
    "label": "Issue"
  },
  "state": {
    "label": "State"
  },
  "dateReceived": {
    "label": "Received"
  },
  "companyResponse": {
    "label": "Company Response"
  },
  "timelyResponse": {
    "label": "Timely"
  },
  "consumerComplaintNarrative": {
    "label": "Narrative"
  }
}
```

## About this Actor

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