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": "Empty",
"created_at": "2026-08-18T09:22:51.762771+00:00",
"engine": "google",
"google_url": "https://www.google.com/maps/dir/Richmond%2C%20VA/Charlottesville%2C%20VA/data=!3e0?hl=en"
},
"search_parameters": {
"engine": "google_maps_directions",
"start_addr": "Richmond, VA",
"end_addr": "Charlottesville, VA",
"travel_mode": "driving",
"distance_unit": "imperial",
"gl": "us",
"hl": "en"
},
"places_info": [
{
"title": "Richmond, VA",
"address": null,
"gps_coordinates": null
},
{
"title": "Charlottesville, VA",
"address": null,
"gps_coordinates": null
}
],
"directions": [
],
"pagination": {
"current": 1,
"next": null
}
}
GET
/v1/data/google/maps/directions1 credit / run VerifiedMaps Directions
Route options between a start and end place: distance, duration, via road and travel mode. Supports driving, walking, cycling and transit.
Handled for you:Rate Limitrecaptcha
Parameters
| Name | Type | Req | Description |
|---|---|---|---|
| start_addr | string | yes | Start address or place name, e.g. 'Space Needle, Seattle'. |
| end_addr | string | yes | Destination address or place name. |
| Advanced filters | |||
| travel_mode | string | no | Travel mode. (default: driving) |
| distance_unit | string | no | Distance unit. (default: imperial) |
| 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) |