# German-market keyword suggestions (de/de)

**Use case:** 

Get autocomplete suggestions the way searchers in Germany see them

## Input

```json
{
  "keywords": [
    "kaffeemaschine"
  ],
  "sources": [
    "google",
    "bing",
    "duckduckgo"
  ],
  "language": "de",
  "country": "de",
  "expandAlphabet": false,
  "expandNumbers": false,
  "maxDepth": 2,
  "maxExpansions": 18
}
```

## Output

```json
{
  "suggestions": {
    "label": "Suggestion",
    "format": "array"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "source": {
    "label": "Source",
    "format": "string"
  },
  "depth": {
    "label": "Depth",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Keyword Suggest API - Google, YouTube, Bing, DDG Autocomplete](https://apify.com/kaz_kakyo/keyword-suggest-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/kaz_kakyo/keyword-suggest-api) to learn more, explore other use cases, and run it yourself.