curl --request POST \
--url https://api.captaindata.com/v4/actions/googlemaps-extract-place/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"parameters": {},
"input": {
"google_maps_place_url": "<string>",
"custom_data": {}
}
}'
{
"address": "<string>",
"website": "<string>",
"place_name": "<string>",
"google_maps_place_url": "<string>",
"rating": "<string>",
"number_reviews": 123,
"category": "<string>",
"opening_hours": [
"<string>"
],
"description": "<string>",
"services_available": [
"<string>"
],
"additional_info": "<string>",
"google_maps_place_id": "<string>",
"phone": "<string>",
"coordinates_latitude": "<string>",
"coordinates_longitude": "<string>",
"closed_temporarily": true,
"closed_permanently": true
}
curl --request POST \
--url https://api.captaindata.com/v4/actions/googlemaps-extract-place/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"parameters": {},
"input": {
"google_maps_place_url": "<string>",
"custom_data": {}
}
}'
{
"address": "<string>",
"website": "<string>",
"place_name": "<string>",
"google_maps_place_url": "<string>",
"rating": "<string>",
"number_reviews": 123,
"category": "<string>",
"opening_hours": [
"<string>"
],
"description": "<string>",
"services_available": [
"<string>"
],
"additional_info": "<string>",
"google_maps_place_id": "<string>",
"phone": "<string>",
"coordinates_latitude": "<string>",
"coordinates_longitude": "<string>",
"closed_temporarily": true,
"closed_permanently": true
}
Successful response
The response is of type object
.