Install
openclaw skills install justserpapi-google-autocompleteCall GET /api/v1/google/autocomplete for Google SERP Autocomplete through Just Serp API with query.
openclaw skills install justserpapi-google-autocompleteUse this focused Just Serp API skill for Google SERP Autocomplete. It targets GET /api/v1/google/autocomplete. Required inputs are query. OpenAPI describes it as: Get Google autocomplete Suggestions data, including real-time suggestion data, country and language targeting, and structured suggestion lists, for keyword expansion and search intent research.
googleautocompletejustserpapi-google-autocomplete| Operation | Version | Method | Path | OpenAPI summary |
|---|---|---|---|---|
autocomplete | v1 | GET | /api/v1/google/autocomplete | Autocomplete Suggestions |
| Parameter | In | Required by | Optional by | Type | Notes |
|---|---|---|---|---|---|
country | query | n/a | all | string | Set the target country code (e.g., 'us', 'uk') to localize results. See <a href="/reference/google-countries">Google Countries</a> |
language | query | n/a | all | string | Set the language for the results using its two-letter code (e.g., 'en' for English, 'fr' for French). See <a href="/reference/google-language">Google Language</a> |
query | query | all | n/a | string | The search query to get autocomplete suggestions for. As you type, Google provides real-time predictions based on popular searches |
Request body: none documented; send parameters through path or query arguments.
Use autocomplete for the documented v1 endpoint. There are no alternate versions grouped in this skill.
Supported operation IDs in this skill: autocomplete.
node {baseDir}/bin/run.mjs --operation "autocomplete" --api-key "$JUST_SERP_API_KEY" --params-json '{"query":"<query>"}'
Ask for any missing required parameter before calling the helper. Keep user-provided IDs, URLs, keywords, and filters unchanged.
JUST_SERP_API_KEY--api-key "$JUST_SERP_API_KEY"; do not paste key values into chat messages, screenshots, or logs.autocomplete on /api/v1/google/autocomplete.query) before summarizing results.