Get photos for a place
Returns photo thumbnails and full-size image URLs for a place identified by the dataId from a places search result. Filter by categoryId and paginate with nextPageToken. Costs 1 data credit per call.
Authorizations
Company API key - scoped to a specific company. Generate from the Integrations page in your dashboard.
Query Parameters
Company ID whose data credits are billed for the call
Data ID of the place, from a places search result
Results language (default 'en')
Filter by a photo category ID from a previous response
Pagination token from a previous response
Response
Photos payload with categories and pagination token
Photos payload: photo categories, the photos list (thumbnail and full-size image URLs), and a pagination token for the next page.

