# Perform Local SEO Competitor Analysis

**Use case:** 

Analyze local search results for key industry terms to understand competitor rankings and local pack visibility in specific geographic areas. Gain insights to o

## Input

```json
{
  "queries": [
    "plumber near me London",
    "best Italian restaurant New York",
    "electrician San Francisco",
    "hair salon Miami Beach",
    "dentist Los Angeles"
  ],
  "maxResults": 20,
  "countryCode": "us",
  "languageCode": "en",
  "maxPagesPerQuery": 1,
  "resultsPerPage": 10,
  "timePeriod": "",
  "mobileResults": true,
  "csvFriendlyOutput": true
}
```

## Output

```json
{
  "position": {
    "label": "Position",
    "format": "number"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  }
}
```

## About this Actor

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