n8n-nodes-tripadvisor-api
v0.1.1
Published
Tripadvisor API for n8n: search hotels, restaurants and attractions, then pull full review threads with ratings, trip type and author details as structured items. Apify-backed community node, pay-per-result, usable as an AI agent tool.
Maintainers
Readme
Tripadvisor API for n8n
An n8n community node for the Tripadvisor API on Apify. search hotels, restaurants and attractions, then pull full review threads with ratings, trip type and author details as structured items. Apify-backed community node, pay-per-result, usable as an AI agent tool.
This is the Apify-backed node: no proxies, browsers or maintenance on your side, billed per result on your Apify account, and it works as an AI Agent tool.
Install
- In n8n, open Settings then Community Nodes.
- Choose Install a community node and enter
n8n-nodes-tripadvisor-api. - Confirm and restart when prompted. The Tripadvisor node then appears in the node picker.
Self-hosted n8n only; n8n Cloud does not load community nodes.
Credentials
The node needs an Apify API token.
- Create a free account at apify.com.
- In the Apify Console, open Settings then API & Integrations and copy your token.
- In n8n, create an Apify API key connection credential and paste the token.
Operations
- Get Reviews: Pull the review thread for one place, one item per review.
- Search: Search for hotels, restaurants and attractions, one item per place.
Output modes
- Simplified (default): a compact, LLM-friendly subset of fields. Forced automatically when the node runs as an AI Agent tool, to save context.
- Raw: every field the API produces.
- Selected Fields: pick exactly the fields you want.
Output fields
| Field | Meaning |
|---|---|
| resultType | Result Type |
| placeId | Place ID |
| totalReviews | Total Reviews |
| position | Position |
| reviewId | Review ID |
| title | Title |
| snippet | Snippet |
| rating | Rating |
| reviewDate | Review Date |
| language | Language |
| tripDate | Trip Date |
| tripType | Trip Type |
| votes | Votes |
| authorName | Author Name |
| authorUsername | Author Username |
| authorContributions | Author Contributions |
| url | URL |
| query | Query |
| placeType | Place Type |
| reviewCount | Review Count |
| location | Location |
| description | Description |
| thumbnail | Thumbnail |
Full field semantics are documented on the Actor page.
Example workflows
- Weekly review monitor: a Cron node runs Get Reviews for your property's placeId every Monday and appends new reviews to a Google Sheet.
- Competitor sweep: Search for hotels in a city, then loop the top placeIds through Get Reviews and send a sentiment digest to Slack.
Pricing
Runs bill to your Apify account per result, with a free tier to start. Current rates are on the Actor page.
Links
- Actor: https://apify.com/johnvc/tripadvisor-api?fpr=9n7kx3
- Apify + n8n docs: https://docs.apify.com/platform/integrations/n8n
- Issues: https://github.com/johnisanerd/n8n-nodes-tripadvisor-api/issues
License
MIT
