# Analyze Competitor Pizzerias & Customer Reviews on Yelp

**Use case:** 

Gain competitive intelligence on local pizzerias by scraping their Yelp profiles and customer reviews. This provides actionable insights into their strengths, w

## Input

```json
{
  "searchTerms": [
    "pizza"
  ],
  "locations": [
    "San Francisco, CA",
    "Oakland, CA"
  ],
  "directUrls": [
    {
      "url": "https://www.yelp.com/biz/prince-street-pizza-new-york-2"
    }
  ],
  "searchLimit": 20,
  "reviewLimit": 10,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "runTimeoutSecs": 240
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "aggregatedRating": {
    "label": "Rating",
    "format": "text"
  },
  "reviewCount": {
    "label": "Reviews",
    "format": "text"
  },
  "priceRange": {
    "label": "Price",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "address": {
    "label": "Address",
    "format": "object"
  }
}
```

## About this Actor

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