Goog
Connector for the goog API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.goog.io - Auth:
header:apikey(pass your key via theapiKeyinput)
Operations
get_the_status_of_the_api_service— GET / — Statuscrawl— GET /v1/crawl/{query} — Crawlimages— GET /v1/images/{query} — Imagesnews— GET /v1/news/{query} — Newssearch— GET /v1/search/{query} — Searchserp— POST /v1/serp/ — SERP
Inputs
apiKey— your goog API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_the_status_of_the_api_service
apiKey: <your key>