Google Local "Places" Results API

The Google Local "Places" Results API allows a user to scrape the results of Google Places search. SerpApi is able to make sense of this information and extract title, reviews, ratings, price, type, address, description, review, hours, thumbnail, gps_coordinates, place_id, links and more.

JSON structure overview

{
  "local_map": {
    "image": "String - URL to the image"
  },
  "local_results": [
    {
      "position": "Integer - Place position",
      "title": "String - Place title",
      "rating": "Float - Place rating",
      "reviews_original": "String - Place review count",
      "reviews": "Integer - Place review count",
      "price": "String - Place price point",
      "type": "String - Place type",
      "address": "String - Place address",
      "hours": "String - Place working hours",
      "description": "String - Description or short review of a place",
      "place_id": "String - Google CID (customer identifier) of a place",
      "place_id_search": "String - URL to the SerpApi search",
      "provider_id": "String - Provider ID of the place",
      "lsig": "String - Aditional ID of a place",
      "thumbnail": "String - URL to the image thumbnail",
      "extensions": "Array - Additional information to the place",
      "gps_coordinates": {
        "latitude": "Numeric - Place latitude",
        "longitude": "Numeric - Place longitude"
      },
      "links": "Hash - Action URL, e.g. directions, website, order, phone",
      "service_options": {
        "dine_in": "Boolean - Determine whether the place allow dine-in",
        "takeout": "Boolean - Determine whether the place allow takeout"
      }
    },
    ...
  ],
}

Results for: Coffee

Results for: Coffee

JSON Example

{
  "local_results": [
    {
      "position": 1,
      "title": "Houndstooth Coffee",
      "rating": 4.6,
      "reviews_original": "(862)",
      "reviews": 862,
      "price": "$$",
      "type": "Coffee shop",
      "address": "401 Congress Ave. #100c · In Frost Bank Tower",
      "description": "Cozy hangout for carefully sourced brews",
      "place_id": "11265938073076301333",
      "place_id_search": "https://serpapi.com/search.json?device=desktop&engine=google_local&gl=us&google_domain=google.com&hl=en&location=Austin%2C+Texas%2C+United+States&ludocid=11265938073076301333&q=Coffee",
      "lsig": "AB86z5Vdw6C2pJpM0xQ6JUx2KONU",
      "thumbnail": "<URL to image>",
      "gps_coordinates": {
        "latitude": 30.266398999999996,
        "longitude": -97.742779
      }
    },
    {
      "position": 2,
      "title": "Progress Coffee",
      "rating": 5,
      "reviews_original": "(4)",
      "reviews": 4,
      "type": "Coffee shop",
      "address": "515 Congress Ave. · In the Bank of America Financial Center",
      "place_id": "1973998765368382603",
      "place_id_search": "https://serpapi.com/search.json?device=desktop&engine=google_local&gl=us&google_domain=google.com&hl=en&location=Austin%2C+Texas%2C+United+States&ludocid=1973998765368382603&q=Coffee",
      "lsig": "AB86z5UihdVRxPqHoVsdxHlX9u_z",
      "thumbnail": "<URL to image>",
      "gps_coordinates": {
        "latitude": 30.267741599999997,
        "longitude": -97.74260389999999
      },
      "service_options": {
        "dine_in": true,
        "takeout": true
      }
    },
    {
      "position": 3,
      "title": "Starbucks",
      "rating": 4.3,
      "reviews_original": "(488)",
      "reviews": 488,
      "price": "$$",
      "type": "Coffee shop",
      "address": "301 W 3rd St",
      "description": "Iconic Seattle-based coffeehouse chain",
      "place_id": "14343056409938523336",
      "place_id_search": "https://serpapi.com/search.json?device=desktop&engine=google_local&gl=us&google_domain=google.com&hl=en&location=Austin%2C+Texas%2C+United+States&ludocid=14343056409938523336&q=Coffee",
      "lsig": "AB86z5VlzJFxycG7xUXBLf12UDjN",
      "thumbnail": "<URL to image>",
      "gps_coordinates": {
        "latitude": 30.265863000000003,
        "longitude": -97.74649199999999
      }
    },
    ...
  ]
}

Results for: Coffee (mobile)

Results for: Coffee (mobile)

JSON Example

{
  "local_map": {
    "image": "https://www.google.com/maps/vt/data=4zJ7N1y_P7sD11F4Z4iWqY4OapyAGFCd3qYsAiLA__cc5I9aktY6TJsy8kSk-tJAA8LgPC8bj-dRhpjHk_mXQlEf5OKdqbt9BnAHJ8qja7b7Batz--iGVlpzOKzLC3bZCk0t1gvPa-2poa2w-XPj----4Y9B1GvOQB1jBq1DG6ERx6lHWo_QBIjxquKUSp2T60nfuay1l2bJm3wiIwXzy8cuXr9dUMOL6W5M2mE5jteqw8Tq1ATJ4kLb3EhUsOaFvAdkAiM-Cn1tukh1PUnum2FplriY4OBsrEeDpmoZzHuJQ-itN7YfqM3IsXazuZS4L-vhqtRPqzrvjYlbBFkDf4xa5QmOSmfVO6-e44xaWrk9GjrYfunAfy0rZXvrEbu7ID1R2mU_klUidVj_tEJI8uCoT4vphOSALse1KTnlUTdomrZW4ev54u-qViv7l0AyxdVKZ8IlHJ47Z86DHJjFHLhpaxJGJ4J0dm-PYclluIrXhzflZquWQLlT3IgrNdemDaZw7FQZOtbUhUuNH-JzBVLEvc5Cjw9QYEdJywJRbO0_a6LNrhtiuCga3Fhjb6XXkRq-xZpn4u-raXip66gdOSig3IJBWz5pM2LSYyZ4wCy36AY2odWcD8ZXIOE8KJlmdN4B6Ruf3Xu8X3k-Q8k4Aaj3iIj-4yOD_A"
  },
  "local_results": [
    {
      "position": 1,
      "title": "Houndstooth Coffee",
      "rating": 4.6,
      "reviews_original": "(862)",
      "reviews": 862,
      "price": "$$",
      "address": "401 Congress Ave. #100c",
      "type": "Coffee shop",
      "description": "Cozy hangout for carefully sourced brews",
      "place_id": "11265938073076301333",
      "place_id_search": "https://serpapi.com/search.json?device=mobile&engine=google_local&gl=us&google_domain=google.com&hl=en&location=Austin%2C+Texas%2C+United+States&ludocid=11265938073076301333&q=Coffee",
      "lsig": "AB86z5WAwZ6EQxM6P9ZAHqnLlPp2",
      "images": [
        "https://lh5.googleusercontent.com/p/AF1QipNRZ1ehiInk8CTrHCD08GnhcnF7e4q-1H8Qs8mG=w288-h288-n-k-no",
        ...
      ],
      "links": {
        "phone": "+15123946051",
        "directions": "https://maps.google.com/maps/dir//Houndstooth+Coffee,+401+Congress+Ave.+%23100c,+Austin,+TX+78701/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x8644b50847967b9f:0x9c58a6fceb42fe15?entry=s&sa=X&hl=en&gl=us"
      }
    },
    {
      "position": 2,
      "title": "Progress Coffee",
      "rating": 5,
      "reviews_original": "(4)",
      "reviews": 4,
      "address": "515 Congress Ave.",
      "type": "Coffee shop",
      "place_id": "1973998765368382603",
      "place_id_search": "https://serpapi.com/search.json?device=mobile&engine=google_local&gl=us&google_domain=google.com&hl=en&location=Austin%2C+Texas%2C+United+States&ludocid=1973998765368382603&q=Coffee",
      "lsig": "AB86z5Vgm9PIfiTDMS_8Z3VZNXAm",
      "images": [
        "https://lh5.googleusercontent.com/p/AF1QipOLLcw0l3U8GXrKbvKluDBxgYnpsMMDcBBqVVQq=w288-h288-n-k-no",
        ...
      ],
      "service_options": {
        "dine_in": true,
        "takeout": true
      },
      "links": {
        "directions": "https://maps.google.com/maps/dir//Progress+Coffee,+515+Congress+Ave.,+Austin,+TX+78701/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x8644b538620ec6dd:0x1b650d6b1cd7948b?entry=s&sa=X&hl=en&gl=us",
        "order": "https://food.google.com/chooseprovider?restaurantId=/g/11s74wmx6b&g2lbs=ADZRdksd26nKYTMy6ziINvBaF4lPuF7YYQuhTnVLqyFunxYjagjGxB2EqHmSlzTmyRMjzCWJ0r4slqvchtzQ4VhC1yj79gVed4Xz3UWu6bJfkHkqZj1U-Qg%3D&hl=en-US&gl=us&ssta=1&fo_m=MfohQo559jFvMWvkddHzV46uMT_RFPQ05bfKMQVr5-7IofUJMU_hT8vrWuwRMUv3d8yCO4PgMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=search_restaurant_list&gei=SDQkZLi6F6OjptQPzJCuyAo&ei=SDQkZLi6F6OjptQPzJCuyAo&fo_s=OA,AH,SOE"
      }
    },
    {
      "position": 3,
      "title": "The Hideout Coffee House",
      "rating": 4.4,
      "reviews_original": "(452)",
      "reviews": 452,
      "price": "$",
      "address": "617 Congress Ave.",
      "type": "Coffee shop",
      "description": "Area institution with a theater upstairs",
      "place_id": "15498522356495312950",
      "place_id_search": "https://serpapi.com/search.json?device=mobile&engine=google_local&gl=us&google_domain=google.com&hl=en&location=Austin%2C+Texas%2C+United+States&ludocid=15498522356495312950&q=Coffee",
      "lsig": "AB86z5UgUFSFJo4bxVHuQ_dMtn-7",
      "images": [
        "https://lh5.googleusercontent.com/p/AF1QipPRRlLNKcWrvy-W13YzMiKIDRjPR03NabVX9j4D=w288-h288-n-k-no",
        ...
      ],
      "links": {
        "phone": "+15124761313",
        "directions": "https://maps.google.com/maps/dir//The+Hideout+Coffee+House,+617+Congress+Ave.,+Austin,+TX+78701/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x8644b509dc5317d5:0xd715cff7f25a6836?entry=s&sa=X&hl=en&gl=us",
        "order": "https://food.google.com/chooseprovider?restaurantId=/g/12qhb_bv0&g2lbs=ADZRdks9KbUTy6veglqdoHq9xooO0dZVMS-xPsPVvNmDUpAIUwWPJ4v4_m4hJj5aq9d90bm4iwvP3FsbcDNPz_oY7jWGnl3taE7hSZ7qqFwPhs19nHAI1-o%3D&hl=en-US&gl=us&ssta=1&fo_m=MfohQo559jFvMWvkddHzV46uMT_RFPQ05bfKMQVr5-7IofUJMU_hT8vrWuwRMUv3d8yCO4PgMUOzJVpjPL1YMfZ3bInYwBDuMfaXTPp5KXh-&utm_source=search_restaurant_list&gei=SDQkZLi6F6OjptQPzJCuyAo&ei=SDQkZLi6F6OjptQPzJCuyAo&fo_s=OA,AH,SOE"
      }
    },
    ...
  ]
}

Results with extensions

Results with extensions

JSON Example

{
  "local_results": [
    ...
    {
      "position": 19,
      "rating": 3.0,
      "reviews_original": "(2)",
      "reviews": 2,
      "description": "Has online care",
      "place_id": "6279182528142398096",
      "place_id_search": "https://serpapi.com/search.json?device=desktop&engine=google_local&gl=us&google_domain=google.com&hl=en&ludocid=6279182528142398096&q=private+health+service+in+austin",
      "provider_id": "/m/04g3gxf",
      "lsig": "AB86z5WaScbiSb4mZsqYMrTBQ6ws",
      "gps_coordinates": {
        "latitude": 30.273577600000003,
        "longitude": -97.7006447
      },
      "links": {
        "website": "https://lonestarcares.org/",
        "directions": "https://www.google.com/maps/dir//Lone+Star+Circle+of+Care+at+Oak+Springs,+3000+Oak+Springs+Dr+Suite+200,+Austin,+TX+78702/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x8644b57581278a93:0x5724233da5c45290?sa=X&ved=2ahUKEwil2IS9gMqAAxWrh-4BHeQ9C2kQ48ADegQIBhAA&hl=en&gl=us"
      },
      "title": "Lone Star Circle of Care at Oak Springs",
      "type": "Medical clinic",
      "address": "3000 Oak Springs Dr Suite 200",
      "phone": "(877) 800-5722",
      "hours": "Closed ⋅ Opens 8 AM",
      "extensions": [
        "Medicare/Medicaid accepted",
        "Free or low-cost care"
      ]
    },
    {
      "position": 20,
      "rating": 3.6,
      "reviews_original": "(700)",
      "reviews": 700,
      "description": "Has online care",
      "place_id": "1180798402976466894",
      "place_id_search": "https://serpapi.com/search.json?device=desktop&engine=google_local&gl=us&google_domain=google.com&hl=en&ludocid=1180798402976466894&q=private+health+service+in+austin",
      "provider_id": "/g/11fk1qdxcx",
      "lsig": "AB86z5WwMuiF4PHmzgSmYGJ9Plzj",
      "gps_coordinates": {
        "latitude": 30.27651,
        "longitude": -97.73383520000002
      },
      "links": {
        "website": "https://healthcare.ascension.org/Locations/Texas/TXAUS/Austin-Dell-Seton-Medical-Center-at-The-University-of-Texas?utm_campaign=gmb&utm_medium=organic&utm_source=local",
        "directions": "https://www.google.com/maps/dir//Dell+Seton+Medical+Ctr+at+The+Univ+of+Texas,+1500+Red+River+St,+Austin,+TX+78701/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x8644b5a27ba55557:0x106309e430c2c7ce?sa=X&ved=2ahUKEwil2IS9gMqAAxWrh-4BHeQ9C2kQ48ADegQICRAA&hl=en&gl=us"
      },
      "title": "Dell Seton Medical Center at The University of Texas",
      "type": "Hospital",
      "address": "1500 Red River St",
      "phone": "(512) 324-7000",
      "hours": "Open 24 hours",
      "extensions": [
        "Medicare/Medicaid accepted"
      ]
    }
  ],
  ...
}

Results requested with ludocid

The data_cid gathered from our Google Maps Local Results API can be used as ludocid in the Google Local Results API.

Results requested with ludocid

JSON Example

{
  "local_results": [
    {
      "position": 1,
      "rating": 4.1,
      "reviews_original": "(1.1K)",
      "reviews": 1100,
      "price": "$$",
      "place_id": "11859840425088059614",
      "place_id_search": "https://serpapi.com/search.json?device=desktop&engine=google_local&gl=us&google_domain=google.com&hl=en&ludocid=11859840425088059614&q=Coffee",
      "lsig": "AB86z5WkM5El4xKH_xwD9BA_zMCz",
      "provider_id": "/g/11xdfwq9f",
      "gps_coordinates": {
        "latitude": 40.747737799999996,
        "longitude": -73.98907659999999
      },
      "links": {
        "website": "http://www.gregoryscoffee.com/",
        "directions": "https://www.google.com/maps/dir//Gregorys+Coffee,+874+6th+Ave,+New+York,+NY+10001/data=!4m6!4m5!1m1!4e2!1m2!1m1!1s0x89c259af336b3341:0xa4969e07ce3108de?sa=X&ved=2ahUKEwiskdWNzPyBAxWTLFkFHZxFASAQ48ADegQIARAA&hl=en&gl=us"
      },
      "title": "Gregorys Coffee",
      "type": "Coffee shop",
      "address": "874 6th Ave",
      "phone": "(877) 231-7619",
      "hours": "Closed ⋅ Opens 6:30 AM"
    }
  ],
  ...
}