g

goog.io | Unoffical Google Search API

by goog.io | Unoffical Google Search Free tier

Intoduction This is the OpenAPI V3 documentation for https://api.goog.io An API to perform Google Searches. Extremely fast and accurate. Zero proxies. Clean USA IPs. Simple to use API, but advance enough to support special parameters such as languages, country and geographic locality. Googio i

aigoog

Quick Reference

Base URL https://api.goog.io Auth type API Key Header Auth header apikey: YOUR_API_KEY Rate limit Not officially published Pricing Enterprise / contact sales Free quota None Documentation https://goog.io Endpoint status Unreachable — No response — server may be down or blocking automated probes (checked Mar 29, 2026) Builder score D 34% builder-friendly
Pricing
28
Latency
0
Depth
64

Authentication

API key in the request header (apikey)

apikey: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free unofficial Google Search API. Third-party wrapper; no paid tiers.

Key Endpoints

MethodPathDescription
GET / Status
GET /v1/crawl/{query} Crawl
GET /v1/images/{query} Images
GET /v1/news/{query} News
GET /v1/search/{query} Search
POST /v1/serp/ SERP

Sample Request

curl -X GET 'https://api.goog.io/' \
  -H 'apikey: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official goog.io | Unoffical Google Search documentation.