# goog.io | Unoffical Google Search API **Provider:** goog.io | Unoffical Google Search **Category:** ai **Base URL:** `https://api.goog.io` **Auth:** api-key — `apikey: YOUR_API_KEY` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://goog.io ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.goog.io/` | Status | | GET | `https://api.goog.io/v1/crawl/{query}` | Crawl | | GET | `https://api.goog.io/v1/images/{query}` | Images | | GET | `https://api.goog.io/v1/news/{query}` | News | | GET | `https://api.goog.io/v1/search/{query}` | Search | | POST | `https://api.goog.io/v1/serp/` | SERP | ## Authentication API key in the request header (apikey) ``` apikey: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.goog.io/' \ -H 'apikey: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free unofficial Google Search API. Third-party wrapper; no paid tiers. --- *Source: [API Map](https://apimap.dev/apis/goog-io-unoffical-google-search/) — CC BY 4.0*