# Track plumber near me local pack rankings

**Use case:** 

Track which plumbers rank in Google's local pack for 'plumber near me' in any city. Returns rank, business name, rating, reviews, and place ID per result.

## Input

```json
{
  "q": "plumber near me",
  "location": "Phoenix, Arizona, United States",
  "google_domain": "google.com",
  "gl": "us",
  "hl": "en",
  "device": "desktop",
  "max_pages": 1
}
```

## Output

```json
{
  "page_number": {
    "label": "Page"
  },
  "search_timestamp": {
    "label": "Timestamp"
  },
  "search_parameters": {
    "label": "Search Parameters"
  },
  "search_metadata": {
    "label": "Metadata"
  },
  "local_results": {
    "label": "Local Results"
  },
  "ads_results": {
    "label": "Ads"
  },
  "discover_more_places": {
    "label": "Related"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Local API | Local Pack & Business Search SERPs](https://apify.com/johnvc/google-local-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-local-api) to learn more, explore other use cases, and run it yourself.