All sites
Data API
Google Data API
Search, news, patents and trends data from Google.
58endpointsRate Limit · recaptcha handled for you
Example (captured live)
google.com
ExampleJSON responseclick the page to trace a field
{
"search_metadata": {
"status": "Success",
"created_at": "2026-08-18T09:22:38.412768+00:00",
"engine": "google",
"google_url": "https://www.google.com/search?q=best+coffee+makers&gl=us&hl=en&tbm=lcl"
},
"search_parameters": {
"engine": "google",
"q": "best coffee makers",
"google_domain": "google.com",
"gl": "us",
"hl": "en",
"tbm": "lcl",
"device": "desktop"
},
"local_services": [
],
"pagination": {
"current": 1
}
}
GET
/v1/data/google/local_services1 credit / run VerifiedLocal Services
Local Services provider ads for a service category (the screened / guaranteed provider pack): business name, rating, reviews, category, phone, service area and years in business.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Service query, e.g. 'plumbers austin' or 'house cleaning'. |
| Advanced filters | |||
| job_type | string | no | Service subcategory to refine by, e.g. 'Drain cleaning'. |
| data_cid | string | no | Google CID that scopes the search to a specific city / area. |
| gl | string | no | Two-letter country code, e.g. us, gb, de. (default: us) |
| hl | string | no | UI language, e.g. en, es, fr. (default: en) |
| page | integer | no | Page number (20 per page). (default: 1) |