API Documentation
Business API
- Workspaces
- Users
- Integrations
LinkedIn API
- Authentication
- Extract
- Search
- Intents
- Messaging
- Engage
Sales Navigator API
- Search
- Metrics
- Engage
- Recruiter Lite
Extraction API
Google Maps
Extract Google Maps Place
POST
/
actions
/
googlemaps-extract-places
/
run
/
live
curl --request POST \
--url https://api.captaindata.com/v4/actions/googlemaps-extract-places/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"parameters": {},
"input": {
"google_maps_place_url": "<string>"
}
}'
{
"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
}
Authorizations
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
curl --request POST \
--url https://api.captaindata.com/v4/actions/googlemaps-extract-places/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"parameters": {},
"input": {
"google_maps_place_url": "<string>"
}
}'
{
"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
}
Assistant
Responses are generated using AI and may contain mistakes.