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
- Search Google Maps Places
- Extract Google Maps Place
- Extract Google Maps Place's Reviews
- TheFork
- TripAdvisor
Extract Google Maps Place
Extract Google Maps Place Async
POST
/
actions
/
googlemaps-extract-place
/
run
/
async
Copy
curl --request POST \
--url https://api.captaindata.com/v4/actions/googlemaps-extract-place/run/async \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"parameters": {},
"inputs": [
{
"google_maps_place_url": "<string>"
}
],
"callback": {
"url": "https://example.com/callback",
"headers": {}
}
}'
Copy
{
"run_id": 123,
"run_uid": "<string>",
"workspace_uid": "<string>",
"user_uid": "<string>",
"action_name": "<string>",
"status": "pending",
"postponed_until": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"synced_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Authorizations
Body
application/json
Response
200
application/json
Default Response
The response is of type object
.
Copy
curl --request POST \
--url https://api.captaindata.com/v4/actions/googlemaps-extract-place/run/async \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"parameters": {},
"inputs": [
{
"google_maps_place_url": "<string>"
}
],
"callback": {
"url": "https://example.com/callback",
"headers": {}
}
}'
Copy
{
"run_id": 123,
"run_uid": "<string>",
"workspace_uid": "<string>",
"user_uid": "<string>",
"action_name": "<string>",
"status": "pending",
"postponed_until": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"synced_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
Assistant
Responses are generated using AI and may contain mistakes.