# Analyze Competitor Long-Tail Keywords (German)

**Use case:** 

Uncover specific long-tail keywords competitors are ranking for in the German market. This provides actionable insights to refine your keyword strategy and capt

## Input

```json
{
  "keywords": [
    "elektrofahrrad wartung",
    "solaranlage kosten",
    "gesundes frühstück rezepte"
  ],
  "mode": "alphabet",
  "country": "DE",
  "language": "de",
  "maxItemsPerKeyword": 200,
  "outputFormat": "tree"
}
```

## Output

```json
{
  "text": {
    "label": "Text"
  },
  "source_keyword": {
    "label": "Source keyword"
  },
  "mode": {
    "label": "Mode"
  },
  "language": {
    "label": "Language"
  },
  "country": {
    "label": "Country"
  },
  "relevance": {
    "label": "Relevance"
  }
}
```

## About this Actor

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