Google Search
Google Search API provides real-time access to Google's web and image search results through a simple and reliable REST API. It enables developers to search the web and fetch image search results programmatically without dealing with complex scraping or browser automation. The API is designed for fast integration and returns structured JSON responses, making it ideal for AI applications, search…
Google Search endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/search /search |
Performs a Google Images search (via batchexecute) and returns a list of images with thumbnail URL, original URL, context link, title, and dimensions. |
| GET |
/imagesearch /imagesearch |
Performs a Google web search and returns a list of results (title, snippet, link, displayLink) from the upstream source. |
Google Search pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $25 / month | 2 / second |
|
| ULTRA | $100 / month | 3 / second |
|
| MEGA | $500 / month | 5 / second |
|