# AnyAPI TripAdvisor Reviews Scraper

> AnyAPI TripAdvisor Reviews Scraper is a paid API for AI agents from api.getanyapi.com, paid per call via x402, $0.00325/call, status unknown (last checked 2026-09-14).

Scrapes and returns reviews for a TripAdvisor listing (hotel, restaurant, attraction, etc.) given its URL or identifier

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tripadvisor.reviews
- Price: $0.00325/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/anyapi-tripadvisor-reviews-scraper-21ffed83
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Sd6LQr_Nv4ERyNuOgc3Kf

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability anyapi-tripadvisor-reviews-scraper-21ffed83 -d '<json body>'
```

Example prompt: Can you pull the latest TripAdvisor reviews for The NoMad Hotel in New York City so I can see what guests are saying about it?

## When to prefer this

Use this endpoint when you need programmatic access to TripAdvisor review data without maintaining a TripAdvisor developer account or scraping infrastructure. Ideal for one-off or low-volume lookups billed per request with no monthly commitment, especially for travel, hospitality reputation analysis, or competitive research tasks.

## Known failure modes

- TripAdvisor listing URL not found or invalid — returns error with no results
- TripAdvisor blocks scraping request — may return empty or partial results
- Rate limiting or anti-bot detection triggers — request may fail or return stale data
- Malformed input identifier — returns validation error
- Network timeout from upstream scraping infrastructure — returns timeout error

## How this service works

1,200+ scraping and data APIs behind one key. Pay per request in real dollars. No subscriptions, nothing monthly, nothing to cancel.

## Output

A JSON object containing a list of TripAdvisor reviews for the specified listing, including reviewer names, star ratings, review titles, review text, dates posted, and helpful vote counts.

## Response schema (JSON Schema)

```json
{
 "type": "json"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-tripadvisor-reviews-scraper-21ffed83/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.getanyapi.com](https://www.zero.xyz/host/api.getanyapi.com/llms.txt)
