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
- TheFork
- TripAdvisor
- Search TripAdvisor Hotel
- Extract TripAdvisor Hotel
- Search TripAdvisor Restaurant
- Extract TripAdvisor Restaurant
- Extract TripAdvisor Reviews
Extract TripAdvisor Restaurant
Extract TripAdvisor Restaurant
POST
/
actions
/
tripadvisor-extract-restaurant
/
run
/
live
Copy
curl --request POST \
--url https://api.captaindata.com/v4/actions/tripadvisor-extract-restaurant/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"input": {
"tripadvisor_restaurant_url": "<string>"
}
}'
Copy
{
"name": "<string>",
"grade": 123,
"price_range": "<string>",
"categories": [
"<string>"
],
"number_reviews": 123,
"awards": [
"<string>"
],
"breakdown_grade": {
"atmosphere": 123,
"food": 123,
"service": 123,
"value": 123
},
"website": "<string>",
"email": "[email protected]",
"address": "<string>",
"description": "<string>",
"phone": "<string>",
"details": [
"<string>"
],
"property_url": "<string>",
"open_hours": {
"mon": [
{
"open_time": "<string>",
"close_time": "<string>"
}
]
}
}
Authorizations
Body
application/json
Response
200
application/json
Successful response
The response is of type object
.
Copy
curl --request POST \
--url https://api.captaindata.com/v4/actions/tripadvisor-extract-restaurant/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"input": {
"tripadvisor_restaurant_url": "<string>"
}
}'
Copy
{
"name": "<string>",
"grade": 123,
"price_range": "<string>",
"categories": [
"<string>"
],
"number_reviews": 123,
"awards": [
"<string>"
],
"breakdown_grade": {
"atmosphere": 123,
"food": 123,
"service": 123,
"value": 123
},
"website": "<string>",
"email": "[email protected]",
"address": "<string>",
"description": "<string>",
"phone": "<string>",
"details": [
"<string>"
],
"property_url": "<string>",
"open_hours": {
"mon": [
{
"open_time": "<string>",
"close_time": "<string>"
}
]
}
}
Assistant
Responses are generated using AI and may contain mistakes.