Google Search API - SERP Results & Markdown Web Extraction
## Google Search API & Web Extraction API Get **real-time Google Search / SERP results** and **clean page extraction** in one developer-friendly API. Use `GET /search` to query Google and return structured SERP JSON, then use `GET /extract` or `GET /extract-jsrender` to turn result pages into **markdown**, **text**, or **HTML**. This API is designed for teams building **SEO tools**, **AI…
Google Search API - SERP Results & Markdown Web Extraction endpoints
| Method | Endpoint | Description |
|---|---|---|
| Search | ||
| GET |
search /search |
Search Google web results and return normalized SERP JSON. Use this endpoint for SEO workflows, AI agents, live web research, monitoring, and query discovery. `query` is… |
| Extract | ||
| GET |
extract_jsrender /extract-jsrender |
Full JavaScript rendering for dynamic pages and harder targets. Supports OS hint, browser language, cookies for authenticated scraping, and BYO proxy. Returns clean content as… |
| GET |
extract /extract |
Fast HTTP extraction for static or simple pages. Returns clean content as markdown, text, or HTML for AI pipelines, research, and downstream processing. For JavaScript-heavy… |
| System | ||
| GET |
health_check /health |
Return current API health status. No authentication required. |
Google Search API - SERP Results & Markdown Web Extraction pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19.99 / month | 2 / second |
|
| ULTRA | $89.99 / month | 5 / second |
|
| MEGA | $299 / month | 15 / second |
|