← ClaudeAtlas

apify-tripadvisor-scraperlisted

Scrape Tripadvisor places and reviews into structured JSON with the Apify Tripadvisor API Actor (johnvc/tripadvisor-api). Search mode returns ranked places for any query with placeType, rating, reviewCount, location and a placeId; reviews mode takes that placeId and returns full reviews with title, text, rating, reviewDate, tripDate, tripType, language and authorName, 10 per upstream page with paging handled for you. Ten regional domains from www.tripadvisor.com to www.tripadvisor.de. Use when the user wants a tripadvisor scraper, tripadvisor scraping, a tripadvisor api without official access, tripadvisor data export to JSON or CSV, or hotel, restaurant and attraction data from code. Pay per result, MCP-ready for Claude and other AI agents.
johnisanerd/claude-skill-tripadvisor-scraper · ★ 0 · API & Backend · score 63
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