Google SERP Ai Overview API

Data & APIs

Call GET /api/v1/google/ai-overview for Google SERP Ai Overview through Just Serp API with url.

Install

openclaw skills install justserpapi-google-ai-overview

Google SERP Ai Overview

Use this focused Just Serp API skill for Google SERP Ai Overview. It targets GET /api/v1/google/ai-overview. Required inputs are url. OpenAPI describes it as: Get Google aI Overview data, including generated summaries and cited sources, for generative search visibility tracking.

Endpoint Scope

  • Group key: google
  • Endpoint key: ai-overview
  • Group family: Google SERP
  • Skill slug: justserpapi-google-ai-overview
OperationVersionMethodPathOpenAPI summary
aiOverviewv1GET/api/v1/google/ai-overviewOverview

Inputs

ParameterInRequired byOptional byTypeNotes
urlqueryalln/astringThe unique URL generated by Google to access the AI Overview. This URL is typically extracted from the 'ai_overview_url' field in a <a href="/reference/google/search">Google Search API</a> response. Note: This URL is transient and usually expires within 2 minutes

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use aiOverview for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: aiOverview.

node {baseDir}/bin/run.mjs --operation "aiOverview" --api-key "$JUST_SERP_API_KEY" --params-json '{"url":"<url>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, URLs, keywords, and filters unchanged.

Environment

  • Required: JUST_SERP_API_KEY
  • Pass the API key with --api-key "$JUST_SERP_API_KEY"; do not paste key values into chat messages, screenshots, or logs.
  • Project site: Just Serp API.
  • Authentication details: Just Serp API Docs.

Output Focus

  • State the operation ID and endpoint path used, for example aiOverview on /api/v1/google/ai-overview.
  • Echo the required lookup scope (url) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get Google aI Overview data, including generated summaries and cited sources, for generative search visibility tracking.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.