# Find 1-star Yelp reviews to fix service issues

**Use case:** 

Pull a business's 1-star Yelp reviews, newest first: full review text, date, reviewer, and owner replies to surface recurring service issues.

## Input

```json
{
  "place_id": "ED7A7vDdg8yLNKJTSVHHmg",
  "sort_by": "date_desc",
  "rating": "1",
  "not_recommended": false,
  "max_pages": 1
}
```

## Output

```json
{
  "page_number": {
    "label": "Page",
    "format": "number"
  },
  "reviews": {
    "label": "Reviews"
  }
}
```

## About this Actor

This example demonstrates how to use [Yelp Reviews API and MCP](https://apify.com/johnvc/yelp-reviews-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/yelp-reviews-api) to learn more, explore other use cases, and run it yourself.