# YouTube video topic ideas from a-z autocomplete

**Use case:** 

Find what viewers actually type into YouTube search before you script a video.

## Input

```json
{
  "keywords": [
    "home gym"
  ],
  "sources": [
    "youtube"
  ],
  "language": "en",
  "country": "us",
  "expandAlphabet": true,
  "expandNumbers": false,
  "maxDepth": 1,
  "maxExpansions": 27
}
```

## 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.