SERPHouseSERPHouse

Local Business

SERPHouse Uncover the Gems of Your Neighbourhood with the Google Local Business Result API.

Access local business listings from Google's Local Pack, providing business details like address, rating, reviews, and contact information.

Requires authentication → provide your API key as a Bearer token in the Authorization header.

POST https://api.serphouse.com/google-web

Response

Local business results appear in the local_pack field within the response results. Each entry contains business listing details.

FieldTypeDescription
positionintegerRanking position in the local pack
titlestringBusiness name
ratingstringStar rating
reviews_countstringNumber of reviews
typestringBusiness category
addressstringBusiness address
open_statestringOpen/closed status and hours
urlstringGoogle Maps listing URL
websitestringBusiness website
map_urlstringDirect Google Maps URL

Example Request

curl --location --request POST 'https://api.serphouse.com/google-web' \--header 'Authorization: Bearer <YOUR_API_KEY>' \--header 'Content-Type: application/json' \--data-raw '{    "data": {        "q": "headphones shop near me",        "domain": "google.com",        "lang": "en",        "device": "desktop",        "loc": "Surat,Gujarat,India"    }}'
Google Local BusinessClick to expand
Google Local Business in search results
{  "local_pack": [    {      "position": 1,      "title": "Audio Vision",      "rating": "4.8",      "reviews_count": "(959)",      "type": "Commercial refrigerator supplier",      "address": "Ashirwad Industrial Estate, 1A/2, 120 Feet Bamroli Rd, near Komal Circle · 098982 00881",      "open_state": "Open  · Closes 9 pm ",      "url": "https://www.google.com/searchviewer/10?sca_esv=3e69f37c1e17d2ac&hl=en&gl=IN&output=search&svid=CAwSHBIaCgNwdnESE0Nnd3ZaeTh4YUdSNmJXNDJjVEkYCg&lqi=ChdoZWFkcGhvbmVzIHNob3AgbmVhciBtZUjCtejps4-AgAhaIRAAEAEYAhgDIhdoZWFkcGhvbmVzIHNob3AgbmVhciBtZZIBIGNvbW1lcmNpYWxfcmVmcmlnZXJhdG9yX3N1cHBsaWVy&phdesc=iYy486bc6pc",      "website": null,      "map_url": null    },    {      "position": 2,      "title": "Reliance Digital",      "rating": "4.8",      "reviews_count": "(3.7K)",      "type": "Electronics store",      "address": "2nd Floor, Reliance Mega Mall, opposite Rajkumar Theatre · 08071 889 635",      "open_state": "Open  · Closes 10 pm ",      "url": "https://www.google.com/searchviewer/10?sca_esv=3e69f37c1e17d2ac&hl=en&gl=IN&output=search&svid=CAwSHRIbCgNwdnESFENnMHZaeTh4TVdka1oyUXhhMmczGAo&lqi=ChdoZWFkcGhvbmVzIHNob3AgbmVhciBtZUjni4Pmsa6AgAhaIRAAEAEYAhgDIhdoZWFkcGhvbmVzIHNob3AgbmVhciBtZZIBEWVsZWN0cm9uaWNzX3N0b3Jl&phdesc=RJ5f1_2GtTE",      "website": null,      "map_url": null    },    {      "position": 3,      "title": "Croma - Ghoddod Road",      "rating": "4.8",      "reviews_count": "(26K)",      "type": "Electronics store",      "address": "Crossway Mall, Ghod Dod Rd · 090990 58861",      "open_state": "Open  · Closes 9 pm ",      "url": "https://www.google.com/searchviewer/10?sca_esv=3e69f37c1e17d2ac&hl=en&gl=IN&output=search&svid=CAwSHBIaCgNwdnESE0Nnd3ZaeTh4TVRsNE1qTnhjR2MYCg&lqi=ChdoZWFkcGhvbmVzIHNob3AgbmVhciBtZUiutYfBp4GAgAhaIRAAEAEYAhgDIhdoZWFkcGhvbmVzIHNob3AgbmVhciBtZWgBkgERZWxlY3Ryb25pY3Nfc3RvcmWhAXI6HB6wp6iQoQHELQGofhf89KEBm2O5BN-QJruhAXNXgXVy2B1JoQH3G5VhjrHNMw&phdesc=L836WA1aacw",      "website": null,      "map_url": null    }  ]}

Last updated on

How is this guide?

On this page