apify-tripadvisor-scraperlisted
Install: claude install-skill johnisanerd/claude-skill-tripadvisor-scraper
# Tripadvisor Scraper. Places and Reviews as Structured JSON
A Tripadvisor scraper with no browser automation to babysit. One call searches places; a second call turns any placeId into that place's full reviews as JSON rows.
## When to use this skill
- The user wants a "tripadvisor scraper" or asks about "tripadvisor scraping" from code.
- They want Tripadvisor hotel, restaurant, or attraction listings as JSON or CSV.
- They have a place and need its reviews exported with dates, ratings, and trip context.
- They want a regional Tripadvisor site (UK, Germany, France, Brazil and 6 more) instead of the US one.
Not for: hotel prices and availability (use Google Hotels, see `references/actor-index.md`), US local business reviews (Yelp is stronger there), or building a sentiment dataset in one step (use the companion apify-tripadvisor-hotel-reviews skill).
## What you get
One dataset row per place (search mode) or per review (reviews mode). `resultType` tells them apart.
- Search rows: `position`, `title`, `placeType`, `rating`, `reviewCount`, `location`, `description`, `placeId`, `url`, `thumbnail`
- Review rows: `placeId`, `reviewId`, `title`, `snippet` (the review text), `rating`, `reviewDate`, `tripDate`, `tripType`, `language`, `votes`, `authorName`, `authorUsername`, `authorContributions`, `url`
- Both: `resultType`, `query` echo, `errorMessage` on the single row a failed run emits
## Prerequisites
- Apify account (sign up at https://apify.com?fpr=9n7kx3&fp_sid=skill