# Amazon ComplaintsBoard Reviews Scraper

**Use case:** 

Scrape Amazon ComplaintsBoard complaints, ratings, review counts, and issue details for brand monitoring.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.complaintsboard.com/amazon-b109438"
    }
  ],
  "maxItems": 25,
  "maxPagesPerCompany": 3,
  "includeComplaintDetails": false
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "companyUrl": {
    "label": "Company URL",
    "format": "link"
  },
  "companyRating": {
    "label": "Company rating",
    "format": "number"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "number"
  },
  "complaintCount": {
    "label": "Complaints",
    "format": "number"
  },
  "itemType": {
    "label": "Type",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "body": {
    "label": "Body",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "time": {
    "label": "Time",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "authorLocation": {
    "label": "Author location",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "rating": {
    "label": "Item rating",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "recommendation": {
    "label": "Recommendation",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "pageNumber": {
    "label": "Page",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [ComplaintsBoard Reviews Scraper](https://apify.com/automation-lab/complaintsboard-reviews-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/complaintsboard-reviews-scraper) to learn more, explore other use cases, and run it yourself.