Google Maps Photos API

Scraping only the photos from Google Maps is now possible with the Google SERP API.

If you only want to scrape the Google Maps Photos, you can do so by simply interacting with the Google Maps Photos API. This engine will return a JSON object of all the photos available, based on your query.

Scrape Google Maps Photos

Google Maps Photos API Integration Examples

We will use following URL as an example for this request:

Ready to Use Google Maps Photos Scraping Scripts:

Google Maps Photos Parameters

#1: Query Parameter

Parameter
Type
Description

data_id Required

string

Google Maps data ID that you are searching.

#2: Request Customisation Parameters

Parameter
Type
Description

category_id

string

The ID of the category you want to filter your request by.

#3: Geolocation Parameters

Parameter
Type
Description

hl

string

The language you want to use for your Google search. List of supported languages

#4: Pagination Parameters

Parameter
Type
Description

next_page_token

string

Token of the next page, used to retrieve results from the next page.

Response Example

Last updated