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 Hotel
Extract TripAdvisor Hotel
POST
/
actions
/
tripadvisor-extract-hotel
/
run
/
live
Copy
curl --request POST \
--url https://api.captaindata.com/v4/actions/tripadvisor-extract-hotel/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"input": {
"tripadvisor_hotel_url": "<string>"
}
}'
Copy
{
"name": "<string>",
"grade": 123,
"ranking": 123,
"price_range": "<string>",
"number_reviews": 123,
"awards": [
"<string>"
],
"breakdown_grade": {
"cleanliness": "<string>",
"location": "<string>",
"rooms": "<string>",
"service": "<string>",
"sleep_quality": "<string>",
"value": "<string>"
},
"email": "[email protected]",
"website": "<string>",
"address": "<string>",
"description": "<string>",
"phone": "<string>",
"amenities": [
"<string>"
],
"hidden_amenities": [
"<string>"
],
"stars": 123,
"property_url": "<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-hotel/run/live \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '{
"input": {
"tripadvisor_hotel_url": "<string>"
}
}'
Copy
{
"name": "<string>",
"grade": 123,
"ranking": 123,
"price_range": "<string>",
"number_reviews": 123,
"awards": [
"<string>"
],
"breakdown_grade": {
"cleanliness": "<string>",
"location": "<string>",
"rooms": "<string>",
"service": "<string>",
"sleep_quality": "<string>",
"value": "<string>"
},
"email": "[email protected]",
"website": "<string>",
"address": "<string>",
"description": "<string>",
"phone": "<string>",
"amenities": [
"<string>"
],
"hidden_amenities": [
"<string>"
],
"stars": 123,
"property_url": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.