Skip to main content
This action allows you to extract comprehensive details about places listed on Google Maps. By providing a Google Maps place URL, you can retrieve information such as address, website, ratings, and more.
1

Step 1

Provide a valid Google Maps place URL.
2

Step 2

Select the desired language for extraction.
3

Step 3

Execute the action to retrieve place details.
We currently do not support extracting information from franchise locations.

Inputs

google_maps_place_url
string
required
The URL of the Google Maps place you wish to extract information from.

Parameters

language
string
default:"en"
The language in which you wish to extract the information. Options include English, French, Italian, German, Spanish, and Portuguese.

Output Fields

The action returns the following fields:
Below is the JSON schema for the output fields:
{
    "additional_info": "string",
    "address": "string",
    "category": "string",
    "closed_permanently": "boolean",
    "closed_temporarily": "boolean",
    "coordinates_latitude": "number",
    "coordinates_longitude": "number",
    "description": "string",
    "google_maps_place_id": "string",
    "google_maps_place_url": "string",
    "number_reviews": "integer",
    "opening_hours": "string",
    "phone": "string",
    "place_name": "string",
    "rating": "number",
    "services_available": "string",
    "website": "string"
}