# Track Yelp Competitor Ratings and Amenities

**Use case:** 

Monitor competitor businesses on Yelp by place ID: rating, review count, price tier, and amenities to build a competitor profile you refresh on a schedule.

## Input

```json
{
  "place_ids": [
    "the-halal-guys-new-york",
    "joes-pizza-new-york",
    "levain-bakery-new-york",
    "katzs-delicatessen-new-york",
    "gramercy-tavern-new-york"
  ],
  "full_menu": false,
  "business_alert": true,
  "yelp_domain": "yelp.com"
}
```

## Output

```json
{
  "place_id": {
    "label": "Place ID",
    "format": "text"
  },
  "result_timestamp": {
    "label": "Result timestamp"
  },
  "place_results": {
    "label": "Place results"
  }
}
```

## About this Actor

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