# Monitor Local SEO Rankings Germany

**Use case:** 

Track local search rankings for key business categories in Germany to assess your visibility. This helps businesses understand their local market position and o

## Input

```json
{
  "queries": [
    "Beste Restaurants Berlin Mitte",
    "Kfz-Werkstatt München Schwabing",
    "Immobilienmakler Hamburg Eimsbüttel",
    "Steuerberater Frankfurt am Main"
  ],
  "maxResultsPerQuery": 15,
  "market": "de-DE",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "position": {
    "label": "#",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  }
}
```

## About this Actor

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