tripadvisor-cli

Search TripAdvisor for hotels, restaurants, attractions, and destinations via CLI.

208|42|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ItamarZand88/CLI-Anything-WEB --skill tripadvisor-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tripadvisor-cli
Source: https://github.com/ItamarZand88/CLI-Anything-WEB/tree/main/.claude/skills/tripadvisor-cli
Command: npx skills add https://github.com/ItamarZand88/CLI-Anything-WEB --skill tripadvisor-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Finds hotels, restaurants, attractions, and destinations on TripAdvisor by querying the site from a CLI, eliminating manual web browsing and speeding up trip planning.

Core Features & Use Cases

  • Search destinations, hotels, restaurants, and attractions by name or location and return structured results in JSON.
  • Get detailed information for a specific hotel, restaurant, or attraction via its TripAdvisor URL.
  • Use case: plan trips quickly by building a shortlist of options with ratings, prices, and URLs.

Quick Start

Ask cli-web-tripadvisor to search hotels in a city and return results in JSON.

Frequently Asked Questions about tripadvisor-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search TripAdvisor for hotels and restaurants via command line?

You can search TripAdvisor for hotels and restaurants via command line by using a CLI tool that queries the site directly and returns structured JSON results, eliminating the need for manual web browsing.

Can I get structured JSON data from TripAdvisor without an API key?

Yes, you can retrieve structured JSON data from TripAdvisor without authentication by using a CLI tool that scrapes search results for hotels, restaurants, and attractions, returning fields like id, name, rating, and address.

What's the best way to scrape TripAdvisor attraction data for trip planning?

Scraping TripAdvisor attraction data for trip planning is best handled by a CLI tool that queries destinations by name or location, resolving geo-ids and returning structured JSON metadata to quickly build a shortlist of options.

How do I fetch full details for a specific TripAdvisor hotel URL?

To fetch full details for a specific TripAdvisor hotel URL, use the get command provided by the CLI tool, which retrieves complete information from the URL and structures it for downstream use.

Does the TripAdvisor CLI tool support pagination for large search results?

Yes, the TripAdvisor CLI tool supports optional paging for locations, hotels, restaurants, and attractions searches, allowing you to manage and retrieve large sets of structured results efficiently.

What data fields are included when scraping TripAdvisor destinations via CLI?

When scraping TripAdvisor destinations via CLI, the returned JSON data includes fields such as id, name, url, rating, price_range, address, city, country, and other metadata necessary for trip planning.