business_photos
Retrieve business photos using a unique business identifier to visually showcase locations and services for research or presentation purposes.
Instructions
Get business photos by Business Id.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business_id | Yes | Unique Business Id. Accepts google_id / business_id or place_id. Examples: 0x880fd393d427a591:0x8cba02d713a995ed ChIJkaUn1JPTD4gR7ZWpE9cCuow | |
| limit | No | Maximum number of business photos to return. Default: 20 Allowed values: 1-100 | 20 |
| cursor | No | Specify the cursor obtained from the previous request to get the next of result page (use for pagination). | |
| is_video | No | Example value: | |
| region | No | Query Google Maps from a particular region or country. For a list of supported region/country codes see https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes (Alpha-2 code). Default: us | |
| fields | No | A comma separated list of review fields to include in the response (field projection). By default all fields are returned. Example: type,photo_url |