# Google Autocomplete Reddit Question Keywords

**Use case:** 

Google Autocomplete Reddit Question Keywords: collect Google autocomplete suggestions with rank, language, country, source URL, and timestamp for long-tail...

## Input

```json
{
  "queries": [
    "reddit question",
    "best reddit question",
    "reddit question for"
  ],
  "language": "en",
  "country": "us",
  "maxSuggestionsPerQuery": 10,
  "client": "firefox",
  "requestDelayMs": 250,
  "maxRetries": 2,
  "useProxy": false,
  "proxyGroups": []
}
```

## Output

```json
{
  "query": {
    "label": "Seed keyword",
    "format": "text"
  },
  "suggestion": {
    "label": "Suggestion",
    "format": "text"
  },
  "rank": {
    "label": "Rank",
    "format": "number"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "client": {
    "label": "Client",
    "format": "text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "fetchedAt": {
    "label": "Fetched at",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Autocomplete Scraper — Keyword Suggestions API](https://apify.com/fetch_cat/google-autocomplete-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/google-autocomplete-scraper) to learn more, explore other use cases, and run it yourself.