# Analyze Competitor Italian Restaurants in Los Angeles

**Use case:** 

Gain insights into competitor Italian restaurants' offerings, ratings, and customer sentiment across Los Angeles. This competitive intelligence informs menu dev

## Input

```json
{
  "searchTerms": [
    "italian restaurant",
    "pizza",
    "pasta"
  ],
  "locations": [
    "Los Angeles, CA",
    "Santa Monica, CA",
    "Beverly Hills, CA"
  ],
  "directUrls": [
    {
      "url": "https://www.yelp.com/biz/prince-street-pizza-new-york-2"
    }
  ],
  "searchLimit": 20,
  "reviewLimit": 15,
  "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.