google_local
Retrieve Google Local business listings including ratings, reviews, addresses, GPS coordinates, and business type using search query and location parameters.
Instructions
Retrieves Google Local business listings including ratings, reviews, addresses, GPS coordinates, and business type. Costs 5 API credits per request. [Credits: 5 API credits per request] Notes: location and uule are mutually exclusive. Returns: { local_results: [{title, rating, reviews, price, description, address, type, place_id, gps_coordinates: {lat, lng}}] }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tbs | No | Advanced parameter ('to be searched') to filter search results. | |
| page | No | Page number of Google search results. 0 = first page, 1 = second page, etc. (default: 0) | |
| uule | No | Encoded geographic location/locale to tailor results, e.g. w+CAIQIFJlbWF5IFN0YXRlcw==. Cannot be used together with `location`. | |
| query | Yes | Google Search query, e.g. query=coffee+in+manhattan. | |
| domain | No | Google domain for local results, e.g. google.co.in for India, google.co.uk for the UK. (default: google.com) | |
| country | No | ISO country code from which to seek Google search results. (default: us) | |
| ludocid | No | Google My Business listing ID (CID), also known as the Google Place ID, to scrape. | |
| language | No | Language of the results, e.g. en, es, fr, de. (default: en) | |
| location | No | Location from which to scrape local results, e.g. 'Manhattan, New York'. Cannot be used together with `uule`. |