Skip to content
capzy
All sites
Data API

Google Data API

Search, news, patents and trends data from Google.

58endpointsRate Limit · recaptcha handled for you
google.comGET/google/adsGET/google/ads/tr…GET/google/ai-mod…{ } JSON
Example (captured live)
google.com
Example
JSON 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 Verified

Maps 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
NameTypeReqDescription
start_addrstringyesStart address or place name, e.g. 'Space Needle, Seattle'.
end_addrstringyesDestination address or place name.
Advanced filters
travel_modestringnoTravel mode. (default: driving)
distance_unitstringnoDistance unit. (default: imperial)
glstringnoTwo-letter country code, e.g. us, gb, de. (default: us)
hlstringnoUI language, e.g. en, es, fr. (default: en)