Google Maps API
Our Google Maps API allows you to scrape SERP results from a Google Maps search or places query. The API is accessed through the following endpoint: /search?engine=google_maps
. A user may query the following: https://serpapi.com/search?engine=google_maps
utilizing a GET
request. Head to the playground for a live and interactive demo.
Some results may be inaccurate for the provided geographic location. Particularly near me
keyword in query will show results not for provided coordinates. Also city, state and zip code can be added to query to refine search. Alternatively local results can be used.
API Parameters
Geographic Location
ll
Optional
Parameter defines GPS coordinates of location where you want your q (query) to be applied. It has to be constructed in the next sequence:@
+ latitude
+ ,
+ longitude
+ ,
+ zoom
This will form a string that looks like this:
e.g. @40.7455096,-74.0083012,14z
. The zoom
parameter is optional but recommended for higher precision (it ranges from 3z
, map completely zoomed out - to 21z
, map completely zoomed in). The parameter should only be used when type is set to search
.
Parameter is required when using pagination.
Localization
google_domain
Optional
Parameter defines the Google domain to use. It defaults to google.com
. Head to the Google domains page for a full list of supported Google domains.
hl
Optional
Parameter defines the language to use for the Google Maps search. It's a two-letter language code. (e.g., en
for English, es
for Spanish, or fr
for French). Head to the Google languages page for a full list of supported Google languages.
Advanced Google Maps Parameters
data
Optional
Parameter is only required if type is set to place
. In that case, it defines a search for a specific place. It has to be constructed in the next sequence:!4m5!3m4!1s
+ data_id
+ !8m2!3d
+ latitude
+ !4d
+ longitude
This will form a string that looks like this: e.g. !4m5!3m4!1s0x89c259b7abdd4769:0xc385876db174521a!8m2!3d40.750231!4d-74.004019
.
Parameter can also be used to filter the search results. You can visit Google Maps website, set filters you want and simply copy the data value from their URL to SerpApi URL.
place_id
Optional
Parameter defines the unique reference to a place on a Google Map. Place IDs are available for most locations, including businesses, landmarks, parks, and intersections. You can find the place_id using our Google Maps API.
You can read more about Place IDs here.
place_id can be used without any other optional parameter.
Pagination
start
Optional
Parameter defines the result offset. It skips the given number of results. It's used for pagination. (e.g., 0
(default) is the first page of results, 20
is the 2nd page of results, 40
is the 3rd page of results, etc.).
We recommend starting with 0
and increasing by 20
for the next page. There is no hard limit on the maximum offset number, but we recommend a maximum of 100
(page six) which is the same behavior as with the Google Maps web app. More than that, the result might be duplicated or irrelevant.
Serpapi Parameters
no_cache
Optional
Parameter will force SerpApi to fetch the Google Maps results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false
(default) to allow results from the cache, or true
to disallow results from the cache. no_cache and async parameters should not be used together.
async
Optional
Parameter defines the way you want to submit your search to SerpApi. It can be set to false
(default) to open an HTTP connection and keep it open until you got your search results, or true
to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.
API Results
JSON Results
JSON output includes structured data for maps local results and maps place results.
A search status is accessible through search_metadata.status
. It flows this way: Processing
-> Success
|| Error
. If a search has failed, error
will contain an error message. search_metadata.id
is the search ID inside SerpApi.
HTML Results
HTML output is useful to debug JSON results or support features not supported yet by SerpApi.
HTML output gives you the raw HTML results from Google.
* When pagination is being used, API does not have an HTML response, just a text. search_metadata.prettify_html_file
contains link to the prettified version of the result. It is displayed in playground.
API Examples
Example with q: pizza
and optional ll parameters

{
"search_metadata": {
"id": "60cb288cde983400906e0c2f",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/a78cfb1e309cdae7/60cb288cde983400906e0c2f.json",
"created_at": "2021-06-17 10:48:44 UTC",
"processed_at": "2021-06-17 10:48:44 UTC",
"google_maps_url": "https://www.google.com/maps/search/@40.7455096,-74.0083012,14z/coffee?hl=en",
"raw_html_file": "https://serpapi.com/searches/23ce88daea96a627/60cb288cde983400906e0c2f.html",
"total_time_taken": 11.20
},
"search_parameters": {
"engine": "google_maps",
"type": "search",
"q": "coffee",
"ll": "@40.7455096,-74.0083012,14z",
"google_domain": "google.com",
"hl": "en"
},
"search_information": {
"local_results_state": "Results for exact spelling",
"query_displayed": "coffee"
},
"local_results": [
{
"position": 1,
"title": "Peet's Coffee",
"place_id": "ChIJG3lW5ZhZwokRbbE3bvRnzb0",
"data_id": "0x89c25998e556791b:0xbdcd67f46e37b16d",
"data_cid": "13676701942912889197",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c25998e556791b%3A0xbdcd67f46e37b16d&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c25998e556791b%3A0xbdcd67f46e37b16d&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.734693,
"longitude": -73.99097499999999
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c25998e556791b%3A0xbdcd67f46e37b16d%218m2%213d40.734693%214d-73.99097499999999&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/11bsdhs65",
"rating": 4.3,
"reviews": 201,
"price": "$",
"type": "Coffee shop",
"address": "853 Broadway, New York, NY 10003",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(646) 759-4933",
"website": "https://locations.peets.com/ll/US/NY/New-York/853-Broadway",
"description": "Coffeehouse chain also known for its tea. Berkeley-born chain featuring signature coffee, tea & blended drinks alongside baked goods.",
"service_options": {
"takeout": true,
"delivery": false
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipNGZY9yFY8iEGSobkCA_xsNtvhH17sUthKCIMkO=w80-h106-k-no"
},
{
"position": 2,
"title": "Blue Bottle Coffee",
"place_id": "ChIJ2wHSrZlZwokRgtQcf8U3emw",
"data_id": "0x89c25999add201db:0x6c7a37c57f1cd482",
"data_cid": "7816621424635597954",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c25999add201db%3A0x6c7a37c57f1cd482&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c25999add201db%3A0x6c7a37c57f1cd482&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7340106,
"longitude": -73.992526
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c25999add201db%3A0x6c7a37c57f1cd482%218m2%213d40.7340106%214d-73.992526&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/g0dsg23_",
"rating": 4.4,
"reviews": 171,
"price": "$$",
"type": "Coffee shop",
"address": "101 University Pl, New York, NY 10003",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(510) 653-3394",
"website": "https://bluebottlecoffee.com/cafes/university-place",
"description": "Hip cafe for gourmet coffee & pastries. Trendy cafe chain offering upscale coffee drinks & pastries, plus beans & brewing equipment.",
"service_options": {
"takeout": true,
"delivery": true
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipNIpylioV7PNNLbdPMaptnI2f5tXWCfA7K719w6=w80-h106-k-no"
},
{
"position": 3,
"title": "Starbucks",
"place_id": "ChIJyenEWclZwokRQ4xrCTwZwgE",
"data_id": "0x89c259c959c4e9c9:0x1c2193c096b8c43",
"data_cid": "126691485166570563",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c259c959c4e9c9%3A0x1c2193c096b8c43&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c259c959c4e9c9%3A0x1c2193c096b8c43&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.740418,
"longitude": -74.005053
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c259c959c4e9c9%3A0x1c2193c096b8c43%218m2%213d40.740418%214d-74.005053&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/kj353osas",
"rating": 4.5,
"reviews": 24,
"price": "$$",
"type": "Coffee shop",
"address": "678 Hudson St, New York, NY 10014",
"open_state": "Open ⋅ Closes 6:30PM",
"hours": "Open until 6:30 PM",
"phone": "(646) 634-9309",
"website": "https://www.starbucks.com/",
"description": "Iconic Seattle-based coffeehouse chain. Seattle-based coffeehouse chain known for its signature roasts, light bites and WiFi availability.",
"service_options": {
"takeout": true,
"delivery": false
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipOOR6Fomj-k_i5WhmiTs-ko5k6jd9aAMbMwnrid=w80-h106-k-no"
},
{
"position": 4,
"title": "Stumptown Coffee Roasters",
"place_id": "ChIJT2h1HKZZwokR0kgzEtsa03k",
"data_id": "0x89c259a61c75684f:0x79d31adb123348d2",
"data_cid": "8778389626880739538",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c259a61c75684f%3A0x79d31adb123348d2&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c259a61c75684f%3A0x79d31adb123348d2&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7457399,
"longitude": -73.9882272
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c259a61c75684f%3A0x79d31adb123348d2%218m2%213d40.7457399%214d-73.9882272&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/11b6bn9665",
"rating": 4.6,
"reviews": 1335,
"price": "$$",
"type": "Coffee shop",
"address": "18 W 29th St, New York, NY 10001",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(855) 711-3385",
"website": "https://www.stumptowncoffee.com/locations/newyork/ace-nyc",
"description": "Coffee bar serving direct-trade java. Coffee bar chain offering house-roasted direct-trade coffee, along with brewing gear & whole beans",
"service_options": {
"takeout": true,
"delivery": false
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipMg90Zc0FekBv9vaTYG4nVOf_RoSYAhVklxGxmg=w80-h106-k-no"
},
{
"position": 5,
"title": "Starbucks",
"place_id": "ChIJi5-g-5VZwokRjwnlHIAFRhM",
"data_id": "0x89c25995fba09f8b:0x134605801ce5098f",
"data_cid": "1388803582889101711",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c25995fba09f8b%3A0x134605801ce5098f&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c25995fba09f8b%3A0x134605801ce5098f&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.739360999999995,
"longitude": -74.002577
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c25995fba09f8b%3A0x134605801ce5098f%218m2%213d40.739360999999995%214d-74.002577&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/lkm6k32f",
"rating": 4.1,
"reviews": 407,
"price": "$$",
"type": "Coffee shop",
"address": "122 Greenwich Ave space A, New York, NY 10011",
"open_state": "Open ⋅ Closes 7:00PM",
"hours": "Open until 7:00 PM",
"phone": "(212) 366-4672",
"website": "https://www.starbucks.com/store-locator/store/35545/",
"description": "Iconic Seattle-based coffeehouse chain. Seattle-based coffeehouse chain known for its signature roasts, light bites and WiFi availability.",
"service_options": {
"takeout": true,
"delivery": true
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipPhwg7H5eaooV8DA8zP9DyWvRmH_mev4LuwXv2Z=w92-h92-k-no"
},
{
"position": 6,
"title": "Blue Bottle Coffee",
"place_id": "ChIJMTaY5fVZwokRCz95ALVLoWs",
"data_id": "0x89c259f5e5983631:0x6ba14bb500793f0b",
"data_cid": "7755563274077814539",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c259f5e5983631%3A0x6ba14bb500793f0b&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c259f5e5983631%3A0x6ba14bb500793f0b&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7386586,
"longitude": -73.98727889999999
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c259f5e5983631%3A0x6ba14bb500793f0b%218m2%213d40.7386586%214d-73.98727889999999&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/m3l5m3_sg",
"rating": 4.5,
"reviews": 72,
"price": "$$",
"type": "Cafe",
"address": "257 Park Ave S, New York, NY 10010",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(510) 653-3394",
"website": "https://bluebottlecoffee.com/cafes/gramercy-park",
"description": "Hip cafe for gourmet coffee & pastries. Trendy cafe chain offering upscale coffee drinks & pastries, plus beans & brewing equipment.",
"service_options": {
"takeout": true,
"delivery": true
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipOB4Z_IE95LNGzww08xjzjSKFM2OBnD1XN-Facw=w122-h92-k-no"
},
{
"position": 7,
"title": "Stumptown Coffee Roasters",
"place_id": "ChIJ7c9s1JZZwokRs_zFHYCtNDA",
"data_id": "0x89c25996d46ccfed:0x3034ad801dc5fcb3",
"data_cid": "3473591978376428723",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c25996d46ccfed%3A0x3034ad801dc5fcb3&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c25996d46ccfed%3A0x3034ad801dc5fcb3&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7328275,
"longitude": -73.9979664
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c25996d46ccfed%3A0x3034ad801dc5fcb3%218m2%213d40.7328275%214d-73.9979664&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/asfm_kopv",
"rating": 4.5,
"reviews": 1041,
"price": "$$",
"type": "Coffee shop",
"address": "30 W 8th St, New York, NY 10011",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(347) 414-7802",
"website": "https://www.stumptowncoffee.com/locations/newyork/greenwich-village",
"description": "Coffee bar serving direct-trade java. Coffee bar chain offering house-roasted direct-trade coffee, along with brewing gear & whole beans",
"service_options": {
"takeout": true,
"dine_in": false,
"delivery": false
},
"editorial_reviews": {
"summary": "15 Best Coffee Shops In New York City",
"link": "https://secretnyc.co/best-coffee-shops-nyc/",
"thumbnail": "//www.google.com/s2/favicons?domain=secretnyc.co&sz=16"
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipORWWcvAQPN6tezoMCHMU1HHl-pC-wbtYh3cw48=w122-h92-k-no"
},
{
"position": 8,
"title": "Starbucks",
"place_id": "ChIJ8YG9_rtZwokRdDyBqOnMxYU",
"data_id": "0x89c259bbfebd81f1:0x85c5cce9a8813c74",
"data_cid": "9639335881382902900",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c259bbfebd81f1%3A0x85c5cce9a8813c74&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c259bbfebd81f1%3A0x85c5cce9a8813c74&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7430403,
"longitude": -74.0003861
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c259bbfebd81f1%3A0x85c5cce9a8813c74%218m2%213d40.7430403%214d-74.0003861&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/mfph42_13",
"rating": 4.1,
"reviews": 312,
"price": "$$",
"type": "Coffee shop",
"address": "177 8th Ave, New York, NY 10011",
"open_state": "Open ⋅ Closes 5:00PM",
"hours": "Open until 5:00 PM",
"phone": "(212) 414-8786",
"website": "https://www.starbucks.com/store-locator/store/13467/",
"description": "Iconic Seattle-based coffeehouse chain. Seattle-based coffeehouse chain known for its signature roasts, light bites and WiFi availability.",
"service_options": {
"takeout": true,
"delivery": true
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipPmfxJk7eCHbz8eU4GQpnwc-CEJOaqSotjxjv-V=w92-h92-k-no"
},
{
"position": 9,
"title": "Blue Bottle Coffee",
"place_id": "ChIJgx_-JDZZwokRTAPqxJVrBh8",
"data_id": "0x89c2593624fe1f83:0x1f066b95c4ea034c",
"data_cid": "2235592556033999692",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c2593624fe1f83%3A0x1f066b95c4ea034c&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c2593624fe1f83%3A0x1f066b95c4ea034c&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7531067,
"longitude": -74.001824
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c2593624fe1f83%3A0x1f066b95c4ea034c%218m2%213d40.7531067%214d-74.001824&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/m9fa0ddh",
"rating": 4.2,
"reviews": 141,
"price": "$$",
"type": "Cafe",
"address": "20 Hudson Yards #228, New York, NY 10018",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(510) 653-3394",
"website": "https://bluebottlecoffee.com/cafes/hudson-yards",
"description": "Hip cafe for gourmet coffee & pastries. Trendy cafe chain offering upscale coffee drinks & pastries, plus beans & brewing equipment.",
"service_options": {
"takeout": true,
"delivery": true
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipOCPTcR_HH2c8Z5t6Lyg3h8lXM4kv-n7Jah7Tfk=w80-h106-k-no"
},
{
"position": 10,
"title": "Starbucks",
"place_id": "ChIJgTRgkL5ZwokRx3yiiT0aIKI",
"data_id": "0x89c259be90603481:0xa2201a3d89a27cc7",
"data_cid": "11682366285003521223",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c259be90603481%3A0xa2201a3d89a27cc7&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c259be90603481%3A0xa2201a3d89a27cc7&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.741127999999996,
"longitude": -74.001302
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c259be90603481%3A0xa2201a3d89a27cc7%218m2%213d40.741127999999996%214d-74.001302&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/n4yk2n24",
"rating": 3.9,
"reviews": 471,
"price": "$$",
"type": "Coffee shop",
"address": "124 8th Ave, New York, NY 10011",
"open_state": "Open ⋅ Closes 5:00PM",
"hours": "Open until 5:00 PM",
"phone": "(212) 462-2020",
"website": "https://www.starbucks.com/store-locator/store/16006/",
"description": "Iconic Seattle-based coffeehouse chain. Seattle-based coffeehouse chain known for its signature roasts, light bites and WiFi availability.",
"service_options": {
"takeout": true,
"delivery": true
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipNcCFKISnOZYFGFVK8g26fX-4Fs2FxQXCZl-wlU=w92-h92-k-no"
},
{
"position": 11,
"title": "Starbucks",
"place_id": "ChIJk6SPTLpZwokRXQXwkiMeoI8",
"data_id": "0x89c259ba4c8fa493:0x8fa01e2392f0055d",
"data_cid": "10349305081835291997",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c259ba4c8fa493%3A0x8fa01e2392f0055d&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c259ba4c8fa493%3A0x8fa01e2392f0055d&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.745141,
"longitude": -73.998842
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c259ba4c8fa493%3A0x8fa01e2392f0055d%218m2%213d40.745141%214d-73.998842&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/ds9g0sdgss",
"rating": 3.9,
"reviews": 296,
"price": "$$",
"type": "Coffee shop",
"address": "300 W 23rd St, New York, NY 10011",
"open_state": "Open ⋅ Closes 6:30PM",
"hours": "Open until 6:30 PM",
"phone": "(646) 638-1571",
"website": "https://www.starbucks.com/store-locator/store/13905/",
"description": "Iconic Seattle-based coffeehouse chain. Seattle-based coffeehouse chain known for its signature roasts, light bites and WiFi availability.",
"service_options": {
"takeout": true,
"delivery": true
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipOmhUG4aOXuM_XzHkIcCrQ_LuTSmogF1F0SRpz4=w92-h92-k-no"
},
{
"position": 12,
"title": "Blue Bottle Coffee",
"place_id": "ChIJr0xfoAFZwokRE0hSsVju2Jk",
"data_id": "0x89c25901a05f4caf:0x99d8ee58b1524813",
"data_cid": "11085872547471968275",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c25901a05f4caf%3A0x99d8ee58b1524813&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c25901a05f4caf%3A0x99d8ee58b1524813&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7522643,
"longitude": -73.97845099999999
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c25901a05f4caf%3A0x99d8ee58b1524813%218m2%213d40.7522643%214d-73.97845099999999&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/mk62m3635",
"rating": 4.4,
"reviews": 186,
"price": "$$",
"type": "Coffee shop",
"address": "60 E 42nd St #140, New York, NY 10165",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(510) 653-3394",
"website": "https://bluebottlecoffee.com/cafes/grand-central-place",
"description": "Hip cafe for gourmet coffee & pastries. Trendy cafe chain offering upscale coffee drinks & pastries, plus beans & brewing equipment.",
"service_options": {
"takeout": true
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipN8rb38C4BgJbrXq2AfOrzwPbjEDjYQVmPf0e8P=w92-h92-k-no"
},
{
"position": 13,
"title": "Blue Bottle Coffee",
"place_id": "ChIJi_eyi6pZwokRFvY-ucXUXEk",
"data_id": "0x89c259aa8bb2f78b:0x495cd4c5b93ef616",
"data_cid": "5286334008307676694",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c259aa8bb2f78b%3A0x495cd4c5b93ef616&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c259aa8bb2f78b%3A0x495cd4c5b93ef616&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.75306,
"longitude": -73.984123
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c259aa8bb2f78b%3A0x495cd4c5b93ef616%218m2%213d40.75306%214d-73.984123&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/nhoigd0f4",
"rating": 4.4,
"reviews": 806,
"price": "$$",
"type": "Coffee shop",
"address": "54 W 40th St, New York, NY 10018",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(510) 653-3394",
"website": "https://bluebottlecoffee.com/cafes/bryant-park",
"description": "Hip cafe for gourmet coffee & pastries. Trendy cafe chain offering upscale coffee drinks & pastries, plus beans & brewing equipment.",
"service_options": {
"takeout": true,
"delivery": true
},
"editorial_reviews": {
"summary": "The 26 Best Coffee Shops in NYC",
"link": "https://www.thrillist.com/drink/new-york/best-coffee-shops-in-nyc",
"thumbnail": "//www.google.com/s2/favicons?domain=www.thrillist.com&sz=16"
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipMoLnh7KFvz_j8mVB3GpvBA5spkc7olrC8Sgii8=w80-h106-k-no"
},
{
"position": 14,
"title": "La Colombe Coffee Roasters",
"place_id": "ChIJeUkYJLZZwokRXjRpY77HTmg",
"data_id": "0x89c259b624184979:0x684ec7be6369345e",
"data_cid": "7516164448653489246",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c259b624184979%3A0x684ec7be6369345e&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c259b624184979%3A0x684ec7be6369345e&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7516193,
"longitude": -74.0053238
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c259b624184979%3A0x684ec7be6369345e%218m2%213d40.7516193%214d-74.0053238&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/f90ag890d3",
"rating": 4.4,
"reviews": 316,
"price": "$$",
"type": "Coffee shop",
"address": "601 W 27th St, New York, NY 10001",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(646) 885-0677",
"website": "http://www.lacolombe.com/",
"description": "Sleek cafe serving artisanal coffee. Trendy cafe serving house-brand artisanal coffee, pastries & snacks in a sleek space.",
"service_options": {
"takeout": true,
"delivery": false
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipNn9OkQu6xhC5QQ_QbCreu_vbO7iBbGpAJW_43T=w122-h92-k-no"
},
{
"position": 15,
"title": "le cafe coffee",
"place_id": "ChIJU2cGwuRYwokR1yb7K2YK9WQ",
"data_id": "0x89c258e4c2066753:0x64f50a662bfb26d7",
"data_cid": "7274732207027726039",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c258e4c2066753%3A0x64f50a662bfb26d7&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c258e4c2066753%3A0x64f50a662bfb26d7&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7597355,
"longitude": -73.9697968
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c258e4c2066753%3A0x64f50a662bfb26d7%218m2%213d40.7597355%214d-73.9697968&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/kjn43672_",
"rating": 4.7,
"reviews": 94,
"price": "$",
"type": "Coffee shop",
"address": "661 Lexington Ave, New York, NY 10022",
"open_state": "Closed ⋅ Opens 8:00AM",
"hours": "Opens at 8:00 AM",
"phone": "(646) 682-7384",
"website": "http://lecafecoffee.com/",
"service_options": {
"takeout": true,
"delivery": true
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipNv4GMYa1b7YG67pDNfvFSIBSU9TelymwYrcYS2=w122-h92-k-no"
},
{
"position": 16,
"title": "La Colombe Coffee Roasters",
"place_id": "ChIJ3Xrz-apZwokRlXC_woD9axg",
"data_id": "0x89c259aaf9f37add:0x186bfd80c2bf7095",
"data_cid": "1759778808883277973",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c259aaf9f37add%3A0x186bfd80c2bf7095&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c259aaf9f37add%3A0x186bfd80c2bf7095&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.753574799999996,
"longitude": -73.9855053
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c259aaf9f37add%3A0x186bfd80c2bf7095%218m2%213d40.753574799999996%214d-73.9855053&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/g8ds9314sx",
"rating": 4.4,
"reviews": 568,
"price": "$$",
"type": "Coffee shop",
"address": "Seven Bryant Park Building, 1045 6th Ave, New York, 10018",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(917) 386-0157",
"website": "http://www.lacolombe.com/",
"description": "Sleek cafe serving artisanal coffee. Trendy cafe serving house-brand artisanal coffee, pastries & snacks in a sleek space.",
"service_options": {
"dine_in": true,
"takeout": true,
"delivery": false
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipOYi9ezoo6yI-vEPEWeq3P1-WXV2xu3annobcGi=w122-h92-k-no"
},
{
"position": 17,
"title": "Le Cafe Coffee",
"place_id": "ChIJhUlV15hZwokR9b9PY28zvf0",
"data_id": "0x89c25998d7554985:0xfdbd336f634fbff5",
"data_cid": "18283826615694639093",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c25998d7554985%3A0xfdbd336f634fbff5&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c25998d7554985%3A0xfdbd336f634fbff5&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.733756,
"longitude": -73.9896515
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c25998d7554985%3A0xfdbd336f634fbff5%218m2%213d40.733756%214d-73.9896515&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/xz8g9sr34",
"rating": 4.5,
"reviews": 74,
"price": "$$",
"type": "Coffee shop",
"address": "145 4th Ave, New York, NY 10003",
"open_state": "Closed ⋅ Opens 7:30AM",
"hours": "Opens at 7:30 AM",
"phone": "(212) 388-9111",
"website": "http://lecafecoffee.com/",
"service_options": {
"takeout": true,
"no_contact_delivery": true
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipOL-PTXkG78LNadBbeLn2lJT1FH9LgNZ4qntt3K=w122-h92-k-no"
},
{
"position": 18,
"title": "Partners Coffee",
"place_id": "ChIJXeEtRpRZwokRiB3XgC8ccO0",
"data_id": "0x89c25994462de15d:0xed701c2f80d71d88",
"data_cid": "17109205974731136392",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c25994462de15d%3A0xed701c2f80d71d88&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c25994462de15d%3A0xed701c2f80d71d88&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7349199,
"longitude": -74.0022977
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c25994462de15d%3A0xed701c2f80d71d88%218m2%213d40.7349199%214d-74.0022977&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/gsa9d324rs",
"rating": 4.5,
"reviews": 350,
"price": "$$",
"type": "Coffee shop",
"address": "44 Charles St, New York, NY 10014",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(646) 590-1924",
"website": "http://www.partnerscoffee.com/",
"description": "Gourmet coffee shop & roasters. Gourmet coffee shop from Australia with pour-overs, espressos & snacks, plus roastings & classes.",
"service_options": {
"takeout": true,
"delivery": true,
"dine_in": false
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipO7qlBnObVdEJ1wl5Wdt5y7oIJX6L3b_1gauKux=w92-h92-k-no"
},
{
"position": 19,
"title": "La Colombe Coffee Roasters",
"place_id": "ChIJITzs6ppZwokRS5MAY3a5ee0",
"data_id": "0x89c2599aeaec3c21:0xed79b9766300934b",
"data_cid": "17111912177289171787",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c2599aeaec3c21%3A0xed79b9766300934b&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c2599aeaec3c21%3A0xed79b9766300934b&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7280812,
"longitude": -73.9932998
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c2599aeaec3c21%3A0xed79b9766300934b%218m2%213d40.7280812%214d-73.9932998&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/kdt_32gdds",
"rating": 4.4,
"reviews": 572,
"price": "$$",
"type": "Coffee shop",
"address": "400 Lafayette St, New York, NY 10003",
"open_state": "Closed ⋅ Opens 7:30AM",
"hours": "Opens at 7:30 AM",
"phone": "(212) 677-5834",
"website": "http://www.lacolombe.com/",
"description": "Sleek cafe serving artisanal coffee. Trendy cafe serving house-brand artisanal coffee, pastries & snacks in a sleek space.",
"service_options": {
"dine_in": true,
"takeout": true,
"delivery": false
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipM-kusOPFSy1v-yQKwgTMTEzJDWgryPYTzF_UTT=w92-h92-k-no"
},
{
"position": 20,
"title": "Kahve",
"place_id": "ChIJ1Xb0R1dYwokR2tJyOvX5Pjs",
"data_id": "0x89c2585747f476d5:0x3b3ef9f53a72d2da",
"data_cid": "4269124328436716250",
"reviews_link": "https://serpapi.com/search.json?data_id=0x89c2585747f476d5%3A0x3b3ef9f53a72d2da&engine=google_maps_reviews&hl=en",
"photos_link": "https://serpapi.com/search.json?data_id=0x89c2585747f476d5%3A0x3b3ef9f53a72d2da&engine=google_maps_photos&hl=en",
"gps_coordinates": {
"latitude": 40.7643914,
"longitude": -73.98880969999999
},
"place_id_search": "https://serpapi.com/search.json?data=%214m5%213m4%211s0x89c2585747f476d5%3A0x3b3ef9f53a72d2da%218m2%213d40.7643914%214d-73.98880969999999&engine=google_maps&google_domain=google.com&hl=en&type=place",
"provider_id": "/g/gsklhs8dd3",
"rating": 4.1,
"reviews": 343,
"price": "$",
"type": "Coffee shop",
"address": "403 W 51st St, New York, NY 10019",
"open_state": "Closed ⋅ Opens 7:00AM",
"hours": "Opens at 7:00 AM",
"phone": "(212) 256-0207",
"website": "http://kahvenyc.com/",
"description": "Buzzy cafe serving espresso & cookies. This stylish yet compact brick-lined establishment specializes in coffee drinks & sweets.",
"service_options": {
"takeout": true,
"delivery": true
},
"thumbnail": "https://lh5.googleusercontent.com/p/AF1QipP9kKgjss_4ib8zO8aiJfKvgsP1MzOS5E54bKXF=w80-h106-k-no"
}
],
"serpapi_pagination": {
"next": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&ll=%4040.7455096%2C-74.0083012%2C14z&q=coffee&start=20&type=search"
}
}