---
title: "Google search suggestions"
method: GET
path: "/v1/google/autocomplete"
tags: ["Google Autocomplete"]
---

# Google search suggestions

`GET /v1/google/autocomplete`

Get Google search autocomplete suggestions via the JSON API.

Returns up to 10 search suggestions ordered by relevance.

## Query parameters

- `q` string, required — Search query to get suggestions for
- `hl` string — Language code
- `gl` string — Country code

## Response `200`

Successful Response

- AutocompleteResponse — Response for GET /api/v1/autocomplete/.
  - `suggestions` AutocompleteSuggestion[]
    - `value` string, required
    - `relevance` integer, nullable
  - `query` string, required
  - `language` string
  - `country` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api.md) · [All operations](https://skmtc.net/scrapebadger/apis/scrapebadger-account-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrapebadger/scrapebadger-account-api/revisions/4a1ef8777baf/schema)
