Scrape Google services through a unified interface. Same authentication and billing as the scrape API.
SERP
| Endpoint | Path | Credits |
|---|---|---|
| SERP | /api/v1/tools/google/serp | 5 |
Utilities
Places
| Endpoint | Path | Credits |
|---|---|---|
| Places Search | /api/v1/tools/google/places/search | 1 |
| Place Details | /api/v1/tools/google/places/details | 0.6 |
| Places Nearby | /api/v1/tools/google/places/nearby | 1 |
| Places Autocomplete | /api/v1/tools/google/places/autocomplete | 0.1 |
Maps
| Endpoint | Path | Credits |
|---|---|---|
| Reviews | /api/v1/tools/google/maps/reviews | 1 |
| Search | /api/v1/tools/google/maps/search | 2 |
| Place Details | /api/v1/tools/google/maps/place | 2 |
Hotels
Flights
Finance
| Endpoint | Path | Credits |
|---|---|---|
| Quote | /api/v1/tools/google-finance/quote | Free |
| Fundamentals | /api/v1/tools/google-finance/fundamentals | Free |
| Chart | /api/v1/tools/google-finance/chart | Free |
| News | /api/v1/tools/google-finance/news | Free |
| Search | /api/v1/tools/google-finance/search | Free |
| Estimates | /api/v1/tools/google-finance/estimates | Free |
| Earnings | /api/v1/tools/google-finance/earnings | Free |
Authentication
All tool endpoints use the same Authorization header as the scrape API:
Authorization: Bearer sc_live_your_key_here
Response Format
Every tool returns a consistent envelope with data and meta fields:
{
"data": { ... },
"meta": {
"tool": "google-geocode",
"creditsUsed": 0.1,
"requestId": "req_abc123"
}
}
Credit cost and request ID are also returned in response headers: X-Request-Cost, X-Remaining-Credits, X-Request-Id.