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

Search Query

q

Optional

Parameter defines the query you want to search. You can use anything that you would use in a regular Google Maps search. The parameter is only required if type is set to search.

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.

Search Type

type

Required

Parameter defines the type of search you want to make. It can be set to:
search - returns a list of results for the set q parameter,
place - returns results for a specific place when data parameter is set

Parameter is not required when using place_id.

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

engine

Required

Set parameter to google_maps to use the Google Maps API engine.

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_key

Required

Parameter defines the SerpApi private key to use.

output

Optional

Parameter defines the final output you want. It can be set to json (default) to get a structured JSON of the results, or html to get the raw html retrieved.

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

Example with q: pizza and optional ll parameters

JSON Example

{
  "search_metadata": {
    "id": "65a1d5f03a218a9a3fdc0a9f",
    "status": "Success",
    "json_endpoint": "https://serpapi.com/searches/5d84abd1659fe51c/65a1d5f03a218a9a3fdc0a9f.json",
    "created_at": "2024-01-13 00:14:40 UTC",
    "processed_at": "2024-01-13 00:14:40 UTC",
    "google_maps_url": "https://www.google.com/maps/search/pizza/@40.7455096,-74.0083012,14z?hl=en",
    "raw_html_file": "https://serpapi.com/searches/5d84abd1659fe51c/65a1d5f03a218a9a3fdc0a9f.html",
    "total_time_taken": 2.94
  },
  "search_parameters": {
    "engine": "google_maps",
    "type": "search",
    "q": "pizza",
    "ll": "@40.7455096,-74.0083012,14z",
    "google_domain": "google.com",
    "hl": "en"
  },
  "search_information": {
    "local_results_state": "Results for exact spelling",
    "query_displayed": "pizza"
  },
  "local_results": [
    {
      "position": 1,
      "title": "Joe's Pizza Broadway",
      "place_id": "ChIJifIePKtZwokRVZ-UdRGkZzs",
      "data_id": "0x89c259ab3c1ef289:0x3b67a41175949f55",
      "data_cid": "4280570365733019477",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c259ab3c1ef289%3A0x3b67a41175949f55&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c259ab3c1ef289%3A0x3b67a41175949f55&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.754679499999995,
        "longitude": -73.9870291
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJifIePKtZwokRVZ-UdRGkZzs",
      "provider_id": "/g/11bw4ws2mt",
      "rating": 4.5,
      "reviews": 17266,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Pizza delivery",
        "Restaurant"
      ],
      "address": "1435 Broadway, New York, NY 10018",
      "open_state": "Open ⋅ Closes 5 AM Sat",
      "hours": "Open ⋅ Closes 5 AM Sat",
      "operating_hours": {
        "friday": "10 AM–5 AM",
        "saturday": "10 AM–5 AM",
        "sunday": "10 AM–4 AM",
        "monday": "10 AM–4 AM",
        "tuesday": "10 AM–4 AM",
        "wednesday": "10 AM–4 AM",
        "thursday": "10 AM–4 AM"
      },
      "phone": "(646) 559-4878",
      "website": "http://joespizzanyc.com/",
      "description": "Classic NYC slice shop. Modern outpost of a longtime counter-serve pizza joint prepping New York-style slices and pies.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/11bw4ws2mt&g2lbs=AIQllVwZUQMq-GnQ20P0H5UrnBtAx3VEn9dbUzYWGIKULm91HORAhyw94aP7xDfovv_uR1RAzlN35qEzlsZJ4yq21MKCGF_30_f5EpJlNXmrXhPWRAhYwVM36iHo91f1h0yJ3AxWSF4rY_2i06xpJOLA1IMWpNR-Rg%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipNhcaKMILyQDZIailnNG6WL9EHzU8H2MJau-mXY=w128-h92-k-no"
    },
    {
      "position": 2,
      "title": "Little Italy Pizza",
      "place_id": "ChIJj5R4TqhZwokRuxkrhtALBKk",
      "data_id": "0x89c259a84e78948f:0xa9040bd0862b19bb",
      "data_cid": "12178872282548738491",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c259a84e78948f%3A0xa9040bd0862b19bb&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c259a84e78948f%3A0xa9040bd0862b19bb&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.747606999999995,
        "longitude": -73.9848854
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJj5R4TqhZwokRuxkrhtALBKk",
      "provider_id": "/g/1tcx7ycp",
      "rating": 4.2,
      "reviews": 3634,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Italian restaurant",
        "Takeout Restaurant",
        "Pizza delivery"
      ],
      "address": "2 E 33rd St, New York, NY 10016",
      "open_state": "Open ⋅ Closes 5 AM Sat",
      "hours": "Open ⋅ Closes 5 AM Sat",
      "operating_hours": {
        "friday": "9 AM–5 AM",
        "saturday": "9 AM–5 AM",
        "sunday": "9 AM–4 AM",
        "monday": "9 AM–4 AM",
        "tuesday": "9 AM–4 AM",
        "wednesday": "9 AM–4 AM",
        "thursday": "9 AM–4 AM"
      },
      "phone": "(212) 481-5200",
      "website": "https://www.littleitalypizza.com/",
      "description": "New York-style pizzeria. Slices on-the-go, New York-style pies & calzones in a counter-service Midtown setting.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/1tcx7ycp&g2lbs=AIQllVxLYUnVoJMH-xaeG7L2C1If163FKmsOmPDB1Lm6r9nkLrQPWX3Di-MK0IMCaEsQbNotwXUa45pE_nEd717JSre-EuOnS63Gb8tdelJzaTqtw-7kNlI-l1mmWBFl3r_Qg48vdQR0fLKEykKwyB7N39kUtJ7w5w%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipOXsOKyhj_qB8l9idMSe8VOTo4tJ4g4j15Sr79X=w147-h92-k-no"
    },
    {
      "position": 3,
      "title": "Angelo's Pizza",
      "place_id": "ChIJCTvSdPhYwokR5PDoOE7VuCc",
      "data_id": "0x89c258f874d23b09:0x27b8d54e38e8f0e4",
      "data_cid": "2862272095132905700",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c258f874d23b09%3A0x27b8d54e38e8f0e4&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c258f874d23b09%3A0x27b8d54e38e8f0e4&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7638118,
        "longitude": -73.98294469999999
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJCTvSdPhYwokR5PDoOE7VuCc",
      "provider_id": "/g/1th5dgw_",
      "rating": 4.2,
      "reviews": 2036,
      "price": "$$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Italian restaurant"
      ],
      "address": "1697 Broadway, New York, NY 10019",
      "open_state": "Open ⋅ Closes 3 AM",
      "hours": "Open ⋅ Closes 3 AM",
      "operating_hours": {
        "friday": "11:30 AM–3 AM",
        "saturday": "11:30 AM–3 AM",
        "sunday": "11:30 AM–3 AM",
        "monday": "11:30 AM–3 AM",
        "tuesday": "11:30 AM–3 AM",
        "wednesday": "11:30 AM–3 AM",
        "thursday": "11:30 AM–3 AM"
      },
      "phone": "(212) 245-8811",
      "website": "https://www.angelosbroadway.com/?y_source=1_OTM1MzAwOTktNzE1LWxvY2F0aW9uLndlYnNpdGU%3D",
      "description": "Coal-fired, brick-oven pizza. Family-friendly pizzeria serving thin-crust pies alongside calzones, pastas & salads.",
      "service_options": {
        "dine_in": true,
        "curbside_pickup": true,
        "no_contact_delivery": true
      },
      "reserve_a_table": "https://www.google.com/maps/reserve/v/dine/c/m7pZRkxkv7E?source=pa&opi=79508299&hl=en-US&gei=8dWhZfreGYXAi-gPheCdkAI&sourceurl=http://www.google.com/service/MapsSearchService/Search?hl%3Den%26authuser%3D0%26gl%3Dus%26q%3Dpizza%26tbm%3Dmap",
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/1th5dgw_&g2lbs=AIQllVxV4fUgfVrBfL7BbzTnZRumVuSYnwEYp-EzAioP60pnEo7dsctVz6oI_DlySvdoTe3J0NBvNKvzAM0FXcjF4L-xBoh3GCqFt2jQgBupyQLk1Z8msI65-HTW6TXq5OIQoMV5Q5htVMG20S9Kscuou29fZa89SA%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipNVIN-HKIxqx_20VoUNw5HR4udPYlBrSDw_Jl2g=w80-h100-k-no"
    },
    {
      "position": 4,
      "title": "Uncle Paul's Pizza NY",
      "place_id": "ChIJPxPd_P1YwokRfzLhSiACEoU",
      "data_id": "0x89c258fdfcdd133f:0x851202204ae1327f",
      "data_cid": "9588728894343688831",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c258fdfcdd133f%3A0x851202204ae1327f&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c258fdfcdd133f%3A0x851202204ae1327f&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7546824,
        "longitude": -73.9768744
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJPxPd_P1YwokRfzLhSiACEoU",
      "provider_id": "/g/11cfhqnqf",
      "rating": 4.4,
      "reviews": 2200,
      "price": "$$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Delivery Restaurant",
        "Pizza delivery",
        "Wine bar"
      ],
      "address": "70 Vanderbilt Ave, New York, NY 10017",
      "open_state": "Open ⋅ Closes 9 PM",
      "hours": "Open ⋅ Closes 9 PM",
      "operating_hours": {
        "friday": "10 AM–9 PM",
        "saturday": "10 AM–9 PM",
        "sunday": "10 AM–9 PM",
        "monday": "10 AM–9 PM",
        "tuesday": "10 AM–9 PM",
        "wednesday": "10 AM–9 PM",
        "thursday": "10 AM–9 PM"
      },
      "phone": "(212) 922-1200",
      "website": "https://www.unclepaulspizzamenu.com/",
      "description": "Casual 24-hour Italian eatery. Slices, pies & Italian dishes with a gourmet twist are served round-the-clock in a low-key space.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/11cfhqnqf&g2lbs=AIQllVwwFV-00KVtXPDLOl909gygKO1sb8ufsiTp4qrzDue8tLx2LI8usIZdD5vl_ws8gi5RkBKOTGggSaxNRFmBIMbevCDCh-6CX4dPqc9BXZggJTH_GdMup4K9TVz2GPf2Ot5oeaXrGmvMdhLTjbfDfR7HT771Vg%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh3.googleusercontent.com/gps-proxy/AMy85WLRblytFif4FRHHG1pnPF2PHs-Luusohb1mFT9pohp7x7cIpe2JN4k4rzQxvgRJlFBowt99Z7YQ_DzFe7kqwyZd8pUvFfRGUm05JoDrt9YePoYV057LYqZ42jNyLPSr9chd8sM25ii1aLC7d6V_HPZbrqCvBNwvr7SbejicmSeEWgBxbTKq8KR2=w147-h92-k-no"
    },
    {
      "position": 5,
      "title": "East Village Pizza",
      "place_id": "ChIJqcgHCJ1ZwokRRmJ-uWL5DAA",
      "data_id": "0x89c2599d0807c8a9:0xcf962b97e6246",
      "data_cid": "3651902134706758",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c2599d0807c8a9%3A0xcf962b97e6246&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c2599d0807c8a9%3A0xcf962b97e6246&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7281911,
        "longitude": -73.98509899999999
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJqcgHCJ1ZwokRRmJ-uWL5DAA",
      "provider_id": "/g/1thqbs6b",
      "rating": 4.3,
      "reviews": 1156,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant"
      ],
      "address": "145 1st Ave., New York, NY 10003",
      "open_state": "Open ⋅ Closes 4:30 AM Sat",
      "hours": "Open ⋅ Closes 4:30 AM Sat",
      "operating_hours": {
        "friday": "11 AM–4:30 AM",
        "saturday": "11 AM–4:30 AM",
        "sunday": "11 AM–3 AM",
        "monday": "11 AM–3 AM",
        "tuesday": "11 AM–3 AM",
        "wednesday": "11 AM–3 AM",
        "thursday": "11 AM–3 AM"
      },
      "phone": "(212) 529-4545",
      "website": "http://eastvillagepizza.net/",
      "description": "Late-night pizzeria. Veteran pizza shop with late-night hours and a menu that also includes salads, heros & calzones.",
      "service_options": {
        "dine_in": true,
        "curbside_pickup": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/1thqbs6b&g2lbs=AIQllVyyrE8DwG3D33nDIkezw7uBvTic5z8kgCHUhX21RC5K9gqL8YB8EmFK5Z7CBYXphN94bucuNrch6_PFzc5PrA0jEvNpcwDOpTkYBYbNH_-W0PFy6dh1v36-OJIu304o2xexizhjIIikK2-sJ7hid3dDhs9x-A%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipNMMfnpDg03B1aVsIBzobvTVRk4GMItrR4bogWD=w92-h92-k-no"
    },
    {
      "position": 6,
      "title": "Bleecker Street Pizza",
      "place_id": "ChIJrXXKn5NZwokR78g0ipCnY60",
      "data_id": "0x89c259939fca75ad:0xad63a7908a34c8ef",
      "data_cid": "12494014030491732207",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c259939fca75ad%3A0xad63a7908a34c8ef&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c259939fca75ad%3A0xad63a7908a34c8ef&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.732198,
        "longitude": -74.0034014
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJrXXKn5NZwokR78g0ipCnY60",
      "provider_id": "/g/1tfczq_0",
      "rating": 4.5,
      "reviews": 4490,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Takeout Restaurant",
        "Pizza delivery"
      ],
      "address": "69 7th Ave S, New York, NY 10014",
      "open_state": "Open ⋅ Closes 5 AM Sat",
      "hours": "Open ⋅ Closes 5 AM Sat",
      "operating_hours": {
        "friday": "10 AM–5 AM",
        "saturday": "10 AM–5 AM",
        "sunday": "10 AM–12 AM",
        "monday": "10 AM–12 AM",
        "tuesday": "10 AM–12 AM",
        "wednesday": "10 AM–12 AM",
        "thursday": "10 AM–4 AM"
      },
      "phone": "(212) 924-4466",
      "website": "https://bleeckerstreetpizza.com/",
      "description": "No-frills, late-night slices & pies. Basic pizza shop on a busy corner that offers cheap slices & pies late into the night.",
      "service_options": {
        "dine_in": true,
        "curbside_pickup": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/1tfczq_0&g2lbs=AIQllVzs9uYuaJeCjYCwE6BfLQw21jOAVbNp4E5RIzAAL_dNWEENcJnvzR1yKR5iMS5YnJHRGi5GQwApZdeSS0yU3b7qhGfYhV40t3QQW2Ft_qsyYN2FSX6lxdnVAjUdsyW4GfhMGUza_vhLa-8t8XcUjrTJN_mycA%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipPwnVgc9zdMsd8l1e5KyUixb6WVSDen5uIYIzD1=w80-h95-k-no"
    },
    {
      "position": 7,
      "title": "Prince Street Pizza",
      "place_id": "ChIJ6xvs94VZwokRnT1D2lX2OTw",
      "data_id": "0x89c25985f7ec1beb:0x3c39f655da433d9d",
      "data_cid": "4339770564542676381",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c25985f7ec1beb%3A0x3c39f655da433d9d&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c25985f7ec1beb%3A0x3c39f655da433d9d&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.723084,
        "longitude": -73.994528
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJ6xvs94VZwokRnT1D2lX2OTw",
      "provider_id": "/g/113f6l3sc",
      "rating": 4.5,
      "reviews": 7148,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant"
      ],
      "address": "27 Prince St A, New York, NY 10012",
      "open_state": "Open ⋅ Closes 5 AM Sat",
      "hours": "Open ⋅ Closes 5 AM Sat",
      "operating_hours": {
        "friday": "10 AM–5 AM",
        "saturday": "10 AM–5 AM",
        "sunday": "10 AM–3 AM",
        "monday": "10 AM–3 AM",
        "tuesday": "10 AM–3 AM",
        "wednesday": "10 AM–12 AM",
        "thursday": "10 AM–5 AM"
      },
      "phone": "(212) 966-4100",
      "website": "https://www.princestreetpizzamenu.com/?utm_source=gbp",
      "description": "Tiny slice shop. Square pies named for streets in the neighborhood nourish & amuse at this NoLita pizzeria.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/113f6l3sc&g2lbs=AIQllVzwiT_SZ-ygp7OHfOmUh3ycCvPKSXvW4kj1CVB6WW1PgdeLSlpejsjteQNlJyDIZCSMDeAIY-QSn9HdJzAlCIoJ-BDMWScRjx2Yc2w3ul6hAjpiJznczueFXkvwP5BMzVN29qX5MIRhMfaVTTru_NF9ng-VhA%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipN0GzWa6V7cjfPbKlEfqYLA11KbWCKypA5mIzTn=w92-h92-k-no"
    },
    {
      "position": 8,
      "title": "Champion Pizza - Soho",
      "place_id": "ChIJaeOQ3IhZwokRtTqgShbnjZE",
      "data_id": "0x89c25988dc90e369:0x918de7164aa03ab5",
      "data_cid": "10488293190143064757",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c25988dc90e369%3A0x918de7164aa03ab5&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c25988dc90e369%3A0x918de7164aa03ab5&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7216169,
        "longitude": -73.9972514
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJaeOQ3IhZwokRtTqgShbnjZE",
      "provider_id": "/g/11b60t8vl9",
      "rating": 4.6,
      "reviews": 2107,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant"
      ],
      "address": "17 Cleveland Pl, New York, NY 10012",
      "open_state": "Open ⋅ Closes 4 AM",
      "hours": "Open ⋅ Closes 4 AM",
      "operating_hours": {
        "friday": "10 AM–4 AM",
        "saturday": "10 AM–4 AM",
        "sunday": "10 AM–2 AM",
        "monday": "10 AM–2 AM",
        "tuesday": "10 AM–2 AM",
        "wednesday": "10 AM–2 AM",
        "thursday": "10 AM–4 AM"
      },
      "phone": "(212) 226-3777",
      "website": "https://www.orderchampionpizza.com/?utm_source=gbp",
      "description": "Rustic setting for thin-crust pies. Laid-back joint prepping creative thin-crust pizzas in narrow, wood-accented digs with a hip vibe.",
      "service_options": {
        "dine_in": true,
        "curbside_pickup": true,
        "delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/11b60t8vl9&g2lbs=AIQllVy1C9_u4xI9iCUEZBZMKU131R_376S6DrUYmxuJovFStq4tuYxh5XgF4byJ6ny7cAYCCP85hF4GJqWg7_Dnr6qnQRsZdlO64DYCj7zBAWkgrSBciB5obSOks6Hn1wSMSkRtMlDk_TPBM8jtjsEsev6z_KA-dw%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh3.googleusercontent.com/gps-proxy/AMy85WJNsTbdydXmRk1avUN-ZKc2KJbN09tzi3RKFUXRJP7WV2GnLf1XDqKc1hz7pIqN4TdtABIGGd847ft5ZUtt8FW9ipwb0XcOx_RQ-hufeDsJeWHD3wjeMoC0vIacn6YLWh6GMObY7P5kiTzJpDtoCOc4qBPsQKt1KPNK3pB3a8Yc2rUKUOJHznZF=w163-h92-k-no"
    },
    {
      "position": 9,
      "title": "2 Bros Pizza",
      "place_id": "ChIJPRdZtlJYwokRQhH8ZKfvI1w",
      "data_id": "0x89c25852b659173d:0x5c23efa764fc1142",
      "data_cid": "6639413777907061058",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c25852b659173d%3A0x5c23efa764fc1142&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c25852b659173d%3A0x5c23efa764fc1142&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7569851,
        "longitude": -73.9934482
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJPRdZtlJYwokRQhH8ZKfvI1w",
      "provider_id": "/g/1tpn3gws",
      "rating": 4.3,
      "reviews": 2119,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Pizza delivery"
      ],
      "address": "542 9th Ave, New York, NY 10018",
      "open_state": "Open ⋅ Closes 1 AM",
      "hours": "Open ⋅ Closes 1 AM",
      "operating_hours": {
        "friday": "11 AM–1 AM",
        "saturday": "11 AM–1 AM",
        "sunday": "11 AM–1 AM",
        "monday": "11 AM–1 AM",
        "tuesday": "11 AM–1 AM",
        "wednesday": "11 AM–1 AM",
        "thursday": "11 AM–1 AM"
      },
      "phone": "(212) 695-2642",
      "website": "https://www.2brospizzanewyork.com/?utm_source=gbp",
      "description": "Quick stop for slices & whole pies. NYC-based chain dishing up pizza by the slice & whole pies in bare-bones environs.",
      "service_options": {
        "dine_in": true,
        "curbside_pickup": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/1tpn3gws&g2lbs=AIQllVwWjPqAb9Nf4EULaal3_r9KOMDe0qmQ8Pv2wjdqFsMRAq_pFlGycoLTC4ag9lJs9foZbo9H1D3jwMUVBKfolJITfZQXwFZKsyIc4rHaSFgmGlWxoRUJE7YgsZwxCPE1KU0f6TjzwyfBs8vc0Au_CL6nwSnCTQ%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipNa2afshNaRLFhEza7JuLvr4fuouhCMGFjnXJtl=w204-h92-k-no"
    },
    {
      "position": 10,
      "title": "99 Cent Fresh Pizza",
      "place_id": "ChIJxwasBPhYwokRBtqwfxiHwd0",
      "data_id": "0x89c258f804ac06c7:0xddc187187fb0da06",
      "data_cid": "15979201492178491910",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c258f804ac06c7%3A0xddc187187fb0da06&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c258f804ac06c7%3A0xddc187187fb0da06&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7646066,
        "longitude": -73.9825329
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJxwasBPhYwokRBtqwfxiHwd0",
      "provider_id": "/g/1tvr_mtp",
      "rating": 4.5,
      "reviews": 3869,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Fast food restaurant",
        "Pizza delivery",
        "Pizza Takeout"
      ],
      "address": "1723 Broadway, New York, NY 10019",
      "open_state": "Open ⋅ Closes 5 AM Sat",
      "hours": "Open ⋅ Closes 5 AM Sat",
      "operating_hours": {
        "friday": "9:30 AM–5 AM",
        "saturday": "9:30 AM–5 AM",
        "sunday": "9:30 AM–4:30 AM",
        "monday": "9:30 AM–5 AM",
        "tuesday": "9:30 AM–5 AM",
        "wednesday": "9:30 AM–5 AM",
        "thursday": "9:30 AM–5 AM"
      },
      "phone": "(212) 245-2155",
      "website": "http://99centsfreshpizzanyc.com/",
      "description": "Humble counter-serve joint for slices. Counter-service outpost dispensing straight-up thin-crust slices in no-frills digs.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/1tvr_mtp&g2lbs=AIQllVzy3ZvvpE7s2ESKDinW6_dOhBaYTJOTjoaUErdZ07JwQx5zqf5TdkjIaJp_X_CB7gIebAt4Sinf88ADIR-dUUWbWqNMO-Gly7oCj67CWMC3sSX9v7pkh18YZz4AJjPS-Qkxo-C7mWMpvptBDWJE3wrdqIuzeA%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh3.googleusercontent.com/gps-proxy/AMy85WIvXoqVTlDV7pRoV3mC8VhST5SwQfJ00bBJOAmpKQQTAZF3GUgCrEEJPM1UPkA28-jVnOHoJRHb2-y3oYrhBGSWEaHMMjIjrSGpbhrD3ssAud05R-4-3F6eBggkMXLWbB7aTakBxq9vNWW9O5BERNxMecw6BFqlVzDqzxAczfFLKTNDdh5bzZGZ3g=w163-h92-k-no"
    },
    {
      "position": 11,
      "title": "John's of Times Square",
      "place_id": "ChIJBSESh1RYwokRyHcVnrG7JWo",
      "data_id": "0x89c2585487122105:0x6a25bbb19e1577c8",
      "data_cid": "7648725913694468040",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c2585487122105%3A0x6a25bbb19e1577c8&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c2585487122105%3A0x6a25bbb19e1577c8&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7582117,
        "longitude": -73.98839579999999
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJBSESh1RYwokRyHcVnrG7JWo",
      "provider_id": "/g/11b6xdz4vy",
      "rating": 4.3,
      "reviews": 6809,
      "price": "$$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant"
      ],
      "address": "260 W 44th St, New York, NY 10036",
      "open_state": "Open ⋅ Closes 11:30 PM",
      "hours": "Open ⋅ Closes 11:30 PM",
      "operating_hours": {
        "friday": "11:30 AM–11:30 PM",
        "saturday": "11:30 AM–11:30 PM",
        "sunday": "11:30 AM–11:30 PM",
        "monday": "11:30 AM–11:30 PM",
        "tuesday": "11:30 AM–11:30 PM",
        "wednesday": "11:30 AM–11:30 PM",
        "thursday": "11:30 AM–11:30 PM"
      },
      "phone": "(212) 391-7560",
      "website": "http://www.johnspizzerianyc.com/",
      "description": "Brick-oven pizza in a converted church. Famous 1997 eatery serving trademark thin-crust pizza in a soaring Times Square former church.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "delivery": true
      },
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipOq4rFGVdaaAMrlfsYv5xkNFsLNKe25LOQKHkXx=w138-h92-k-no"
    },
    {
      "position": 12,
      "title": "Famous Original Ray's Pizza",
      "place_id": "ChIJ6ySICVZYwokR9rIK8HjXhzE",
      "data_id": "0x89c25856098824eb:0x3187d778f00ab2f6",
      "data_cid": "3569058144137687798",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c25856098824eb%3A0x3187d778f00ab2f6&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c25856098824eb%3A0x3187d778f00ab2f6&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7604282,
        "longitude": -73.9841041
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJ6ySICVZYwokR9rIK8HjXhzE",
      "provider_id": "/g/11c37zdzqh",
      "rating": 3.9,
      "reviews": 4292,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Italian restaurant",
        "Pizza delivery",
        "Pizza Takeout"
      ],
      "address": "736 7th Ave, New York, NY 10019",
      "open_state": "Open ⋅ Closes 4 AM",
      "hours": "Open ⋅ Closes 4 AM",
      "operating_hours": {
        "friday": "10 AM–4 AM",
        "saturday": "10 AM–4 AM",
        "sunday": "10 AM–2 AM",
        "monday": "10 AM–2 AM",
        "tuesday": "10 AM–2 AM",
        "wednesday": "10 AM–2 AM",
        "thursday": "10 AM–2 AM"
      },
      "phone": "(212) 956-7297",
      "website": "https://rayspizza.com/",
      "description": "Casual pizza joint with ample seating. Roomy outpost of a no-frills local chain serving slices & pies, calzones & other Italian eats.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/11c37zdzqh&g2lbs=AIQllVxjjztnppkJtJTtSS41M_FPEpU_2YEjvOK1F459PoXWGvgt4hZ3rdAVB_DmS5G_Ph1aKhIze2thK8-kT5nEj3pi6tEc3779GdKT5ubbTVT0y0mBpzraPqCQNVQBiqgXIa7vrIz7ACZ3cjxjyVM_VoUTBk8Lqg%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipO4lANFxGOc2I28_pRHBRtyYsbSVsNtkfBZbvlw=w138-h92-k-no"
    },
    {
      "position": 13,
      "title": "Joe's Pizza",
      "place_id": "ChIJ8Q2WSpJZwokRQz-bYYgEskM",
      "data_id": "0x89c259924a960df1:0x43b20488619b3f43",
      "data_cid": "4877966330195296067",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c259924a960df1%3A0x43b20488619b3f43&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c259924a960df1%3A0x43b20488619b3f43&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7306597,
        "longitude": -74.0021707
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJ8Q2WSpJZwokRQz-bYYgEskM",
      "provider_id": "/g/1tyyy0n3",
      "rating": 4.5,
      "reviews": 8222,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Fast food restaurant",
        "Pizza Takeout",
        "Restaurant"
      ],
      "address": "7 Carmine St, New York, NY 10014",
      "open_state": "Open ⋅ Closes 5 AM Sat",
      "hours": "Open ⋅ Closes 5 AM Sat",
      "operating_hours": {
        "friday": "10 AM–5 AM",
        "saturday": "10 AM–5 AM",
        "sunday": "10 AM–3 AM",
        "monday": "10 AM–3 AM",
        "tuesday": "10 AM–3 AM",
        "wednesday": "10 AM–3 AM",
        "thursday": "10 AM–3 AM"
      },
      "phone": "(212) 366-1182",
      "website": "http://www.joespizzanyc.com/",
      "description": "Classic New York-style pizzeria. Counter-service pizzeria known for classic New York slices since 1975.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "delivery": true
      },
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipPjdqn3FCYZagQxNjCSdzovqiAKBKWgJzRDyynL=w157-h92-k-no"
    },
    {
      "position": 14,
      "title": "Little Italy Pizza",
      "place_id": "ChIJ42SVvf9YwokRD35keDIYqj4",
      "data_id": "0x89c258ffbd9564e3:0x3eaa183278647e0f",
      "data_cid": "4515448181439626767",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c258ffbd9564e3%3A0x3eaa183278647e0f&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c258ffbd9564e3%3A0x3eaa183278647e0f&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7564807,
        "longitude": -73.9814849
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJ42SVvf9YwokRD35keDIYqj4",
      "provider_id": "/g/1tf3291r",
      "rating": 4.4,
      "reviews": 1429,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Italian restaurant"
      ],
      "address": "55 W 45th St, New York, NY 10036",
      "open_state": "Open ⋅ Closes 8:15 PM",
      "hours": "Open ⋅ Closes 8:15 PM",
      "operating_hours": {
        "friday": "9 AM–8:15 PM",
        "saturday": "10 AM–6:45 PM",
        "sunday": "Closed",
        "monday": "9 AM–8:15 PM",
        "tuesday": "9 AM–8:15 PM",
        "wednesday": "9 AM–8:15 PM",
        "thursday": "9 AM–8:15 PM"
      },
      "phone": "(212) 730-7575",
      "website": "https://littleitalypizzaon45th.com/?utm_source=gbp",
      "description": "Slice joint with wide variety. Basic NYC-style pizzeria with a variety of slices & pies plus calzones & garlic knots.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/1tf3291r&g2lbs=AIQllVxlAdrw6IrMy2e8UIZQO0o4kebs8LJwuWBbRBssf6OwtToaSZHsfNqYX11TrlQdxCb4hS2Dr1qqjYVF2ZMOjrL5HHWjM59FhC4198UeMFic5fiz4d8FTQlw6q7dvUeqCO_w7SeMwtakQ9Odwd0dMUQj_HUwqQ%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipNjeqxRdbF2P7V3U7J0KCnUln6aoFTyAH6n4Zdh=w114-h92-k-no"
    },
    {
      "position": 15,
      "title": "2 Bros Pizza",
      "place_id": "ChIJ1x6n_axZwokRwVtestFkcV0",
      "data_id": "0x89c259acfda71ed7:0x5d7164d1b25e5bc1",
      "data_cid": "6733273769699072961",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c259acfda71ed7%3A0x5d7164d1b25e5bc1&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c259acfda71ed7%3A0x5d7164d1b25e5bc1&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7547065,
        "longitude": -73.9918986
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJ1x6n_axZwokRwVtestFkcV0",
      "provider_id": "/g/1hdz9t3mk",
      "rating": 4.3,
      "reviews": 4053,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Restaurant"
      ],
      "address": "557 8th Ave, New York, NY 10018",
      "open_state": "Open ⋅ Closes 9 PM",
      "hours": "Open ⋅ Closes 9 PM",
      "operating_hours": {
        "friday": "11 AM–9 PM",
        "saturday": "11 AM–9 PM",
        "sunday": "11 AM–8 PM",
        "monday": "11 AM–8 PM",
        "tuesday": "11 AM–8 PM",
        "wednesday": "11 AM–8 PM",
        "thursday": "11 AM–8 PM"
      },
      "phone": "(212) 239-1117",
      "website": "https://www.twobrospizzanewyork.com/?utm_source=gbp",
      "description": "Quick stop for slices & whole pies. NYC-based chain dishing up pizza by the slice & whole pies in bare-bones environs.",
      "service_options": {
        "dine_in": true,
        "curbside_pickup": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/1hdz9t3mk&g2lbs=AIQllVyCLVru6p8shWYKp3ghFl999u3Pv7cw9mX_bUbL0x2u15Cyyj2YZMwm5VNLg5g02lbsrql9gvZ-juUv3Av9bdYWX8k6PvTGyUq3grEvFvZe2J_4tkqCd5KKk2OBnJFESde1yM4Xfujw6kQITG9jyEtyWZYRyA%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipPfL56L0UNrT5XVrznuAFNWAe_y1HL0b-9NMocr=w122-h92-k-no"
    },
    {
      "position": 16,
      "title": "NY Pizza Suprema",
      "place_id": "ChIJjaD94kFZwokR-20CXqlpy_4",
      "data_id": "0x89c25941e2fda08d:0xfecb69a95e026dfb",
      "data_cid": "18359884482053565947",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c25941e2fda08d%3A0xfecb69a95e026dfb&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c25941e2fda08d%3A0xfecb69a95e026dfb&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7501501,
        "longitude": -73.9952496
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJjaD94kFZwokR-20CXqlpy_4",
      "provider_id": "/g/1thzvq7f",
      "rating": 4.6,
      "reviews": 6707,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Italian restaurant"
      ],
      "address": "413 8th Ave, New York, NY 10001",
      "open_state": "Open ⋅ Closes 12 AM",
      "hours": "Open ⋅ Closes 12 AM",
      "operating_hours": {
        "friday": "10:30 AM–12 AM",
        "saturday": "10:30 AM–12 AM",
        "sunday": "10:30 AM–12 AM",
        "monday": "10:30 AM–12 AM",
        "tuesday": "10:30 AM–12 AM",
        "wednesday": "10:30 AM–12 AM",
        "thursday": "10:30 AM–12 AM"
      },
      "phone": "(212) 594-8939",
      "website": "http://nypizzasuprema.com/",
      "description": "Old-school pizzeria with classic slices and pies. Established Madison Square Garden-area staple serving pizzas whole and by the slice.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/1thzvq7f&g2lbs=AIQllVx6rpSa6c9pYitev0NFE8GzRtQ2ZBN39SaIDPvRaAsbjbI4GJxiNgHcEqdSqcY4SEkDx6UScTSihAaZ5bY2eqZaCab2hibN5fEQjwovQvZFnqiM0QR42-uYaljuyAFn2EgS8AheSaMNnsTDH0y5BSSfI9OsXQ%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipOI-SPn0wUkHO4YAmkpZHDudClVvfCM5fn3klhM=w122-h92-k-no"
    },
    {
      "position": 17,
      "title": "99 Cent Fresh Pizza",
      "place_id": "ChIJlVxSR6tZwokR0WPDTeK2cq8",
      "data_id": "0x89c259ab47525c95:0xaf72b6e24dc363d1",
      "data_cid": "12642368187065918417",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c259ab47525c95%3A0xaf72b6e24dc363d1&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c259ab47525c95%3A0xaf72b6e24dc363d1&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.754669899999996,
        "longitude": -73.98745559999999
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJlVxSR6tZwokR0WPDTeK2cq8",
      "provider_id": "/g/11csqccj3n",
      "rating": 4.5,
      "reviews": 2069,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Fast food restaurant",
        "Pizza delivery",
        "Pizza Takeout"
      ],
      "address": "143 W 40th St, New York, NY 10018",
      "open_state": "Open ⋅ Closes 5 AM Sat",
      "hours": "Open ⋅ Closes 5 AM Sat",
      "operating_hours": {
        "friday": "9:30 AM–5 AM",
        "saturday": "9:30 AM–5 AM",
        "sunday": "9:30 AM–4:30 AM",
        "monday": "9:30 AM–5 AM",
        "tuesday": "9:30 AM–5 AM",
        "wednesday": "9:30 AM–5 AM",
        "thursday": "9:30 AM–5 AM"
      },
      "phone": "(212) 366-5550",
      "website": "https://www.99centsfreshpizzanyc.com/",
      "description": "No-frills spot for slices & whole pizzas. Tiny, straightforward pizza counter turning out a variety of slices & whole pizzas.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/11csqccj3n&g2lbs=AIQllVwoH4-MYzm628xB2_JlPdv-WHP9vZIorZWObla4CjZBOYc16dtiAnlHpvdb2MzdsFlKl8d7NIClb18rrnG1NZVCZ5JtMXSvVyQSdEI9E-Bz-Dvoa2kwV8C9C258C6AddnHUvzydB8QuWYslt6-96pe-VVM2JQ%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh3.googleusercontent.com/gps-proxy/AMy85WIvXoqVTlDV7pRoV3mC8VhST5SwQfJ00bBJOAmpKQQTAZF3GUgCrEEJPM1UPkA28-jVnOHoJRHb2-y3oYrhBGSWEaHMMjIjrSGpbhrD3ssAud05R-4-3F6eBggkMXLWbB7aTakBxq9vNWW9O5BERNxMecw6BFqlVzDqzxAczfFLKTNDdh5bzZGZ3g=w163-h92-k-no"
    },
    {
      "position": 18,
      "title": "Bravo Pizza",
      "place_id": "ChIJ_050uq9ZwokRMGsTwRIZMpQ",
      "data_id": "0x89c259afba744eff:0x94321912c1136b30",
      "data_cid": "10678625234788248368",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c259afba744eff%3A0x94321912c1136b30&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c259afba744eff%3A0x94321912c1136b30&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.748464,
        "longitude": -73.992687
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJ_050uq9ZwokRMGsTwRIZMpQ",
      "provider_id": "/g/11c0t63bz4",
      "rating": 4.2,
      "reviews": 1185,
      "price": "$",
      "unclaimed_listing": true,
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Italian restaurant",
        "Restaurant"
      ],
      "address": "360 7th Ave #5011, New York, NY 10001",
      "open_state": "Open ⋅ Closes 1:30 AM",
      "hours": "Open ⋅ Closes 1:30 AM",
      "operating_hours": {
        "friday": "11 AM–1:30 AM",
        "saturday": "11 AM–1:30 AM",
        "sunday": "12–11:30 PM",
        "monday": "11 AM–11:30 PM",
        "tuesday": "11 AM–11:30 PM",
        "wednesday": "11 AM–11:30 PM",
        "thursday": "11 AM–11:30 PM"
      },
      "phone": "(212) 235-1114",
      "website": "https://www.bravopizzany.com/",
      "description": "Straightforward Italian pizza counter. No-frills pizzeria turning out classic & creatively topped slices, plus Italian heroes & desserts.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/11c0t63bz4&g2lbs=AIQllVzkafpItxuOIerMsBfcciRFRO_LwYZzfxgAGBczqsNQUR5Pg9eIjkU42tEFjYm5yRUEUkq4hFlN7cDR-k_AfdhQVLQoHFx7qNwhelj9QMWXV1N2dhFLBzAaWudPbR1zzWkVsETuqchAztOo8Ko5MOmEzanMxQ%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipPrxdqoW4l-E8frc2u2K0_-z2eb8uAJm2OlWO60=w122-h92-k-no"
    },
    {
      "position": 19,
      "title": "Joe's Pizza",
      "place_id": "ChIJCWif3p5ZwokRwiawXpWqqXE",
      "data_id": "0x89c2599ede9f6809:0x71a9aa955eb026c2",
      "data_cid": "8190264955865409218",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c2599ede9f6809%3A0x71a9aa955eb026c2&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c2599ede9f6809%3A0x71a9aa955eb026c2&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7332362,
        "longitude": -73.9876852
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJCWif3p5ZwokRwiawXpWqqXE",
      "provider_id": "/g/11ddxqzhd4",
      "rating": 4.5,
      "reviews": 3191,
      "price": "$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant"
      ],
      "address": "150 E 14th St, New York, NY 10003",
      "open_state": "Open ⋅ Closes 5 AM Sat",
      "hours": "Open ⋅ Closes 5 AM Sat",
      "operating_hours": {
        "friday": "10 AM–5 AM",
        "saturday": "10 AM–5 AM",
        "sunday": "10 AM–3 AM",
        "monday": "10 AM–3 AM",
        "tuesday": "10 AM–3 AM",
        "wednesday": "10 AM–3 AM",
        "thursday": "10 AM–4 AM"
      },
      "phone": "(212) 388-9474",
      "website": "http://www.joespizzanyc.com/",
      "description": "Longtime counter-serve NY-style pies. No-frills counter-serve establishment serving New York-style slices & pies since 1975.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "no_contact_delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/11ddxqzhd4&g2lbs=AIQllVyQH6ByCcRlmQSYf5n6ULdgEFl-uMdKwxPMPrTB3t-n17LB62EWNg0X_eHWvWzOOqTFto9JRiYEFb26xs0sNxw7yJNyBjJ07PvUTHKpkl2OlMXU_JXnf9JlQXqaAk2fPquXc41on6dtO4HOD4awX7H3wLDzUg%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipNFAnb8-ppTpLTsDWWwH42hr78ZFMXyQXwk2lwV=w80-h106-k-no"
    },
    {
      "position": 20,
      "title": "Capizzi",
      "place_id": "ChIJURgSuVJYwokRyUTyhXB9K4c",
      "data_id": "0x89c25852b9121851:0x872b7d7085f244c9",
      "data_cid": "9740016541355885769",
      "reviews_link": "https://serpapi.com/search.json?data_id=0x89c25852b9121851%3A0x872b7d7085f244c9&engine=google_maps_reviews&hl=en",
      "photos_link": "https://serpapi.com/search.json?data_id=0x89c25852b9121851%3A0x872b7d7085f244c9&engine=google_maps_photos&hl=en",
      "gps_coordinates": {
        "latitude": 40.7574821,
        "longitude": -73.99364469999999
      },
      "place_id_search": "https://serpapi.com/search.json?engine=google_maps&google_domain=google.com&hl=en&place_id=ChIJURgSuVJYwokRyUTyhXB9K4c",
      "provider_id": "/g/1tf5lkhr",
      "rating": 4.5,
      "reviews": 1832,
      "price": "$$",
      "type": "Pizza restaurant",
      "types": [
        "Pizza restaurant",
        "Italian restaurant",
        "Wine bar"
      ],
      "address": "547 9th Ave, New York, NY 10018",
      "open_state": "Open ⋅ Closes 12 AM",
      "hours": "Open ⋅ Closes 12 AM",
      "operating_hours": {
        "friday": "11 AM–3:30 PM",
        "saturday": "11 AM–3:30 PM",
        "sunday": "12–10 PM",
        "monday": "11 AM–3:30 PM",
        "tuesday": "11 AM–3:30 PM",
        "wednesday": "11 AM–3:30 PM",
        "thursday": "11 AM–3:30 PM"
      },
      "phone": "(212) 695-6900",
      "website": "http://capizzinyc.com/",
      "description": "Brick-oven Neapolitan-style pizzas. Small, family-owned brick-oven pizzeria serving Neapolitan-style pies in an old-fashioned space.",
      "service_options": {
        "dine_in": true,
        "takeout": true,
        "delivery": true
      },
      "order_online": "https://food.google.com/chooseprovider?restaurantId=/g/1tf5lkhr&g2lbs=AIQllVwrlLlNMoUl4CJswRLBLsKZ1hXOcVYUDUL8xanbBnoauKWGMQCGcQ2rRm0koqXWR2docbD4p-bXX2BG2BFt5YfvMlFsy07yUtxHfRb6-SKI6B65S4BQ6iZ1aNzj5D5FVUR-jKod78APXHVqlBCk4fGzPoCUZQ%3D%3D&hl=en-US&gl=us&fo_m=MfohQo559jFvMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=tactile&gei=8dWhZfreGYXAi-gPheCdkAI&ei=8dWhZfreGYXAi-gPheCdkAI&fo_s=OA,SOE&opi=79508299",
      "thumbnail": "https://lh5.googleusercontent.com/p/AF1QipMgOJ9TCICezKjEiQfxJuhefdlkK92yiiQTBLWs=w92-h92-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=pizza&start=20&type=search"
  }
}