# AnyAPI TripAdvisor Search

> AnyAPI TripAdvisor Search 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).

Searches TripAdvisor for restaurants, hotels, attractions, and experiences by query, returning structured listing data.

## Facts

- Endpoint: POST https://api.getanyapi.com/v1/run/tripadvisor.search
- 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-search-0e21a1f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LFB-jpf4amXbfBCiLYrBJ

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-search-0e21a1f1 -d '<json body>'
```

Example prompt: Search TripAdvisor for the top-rated seafood restaurants in Barcelona and give me their names, ratings, and addresses.

## When to prefer this

Use this endpoint when you need structured search results from TripAdvisor — such as finding restaurants, hotels, or attractions in a specific location — without managing a TripAdvisor API subscription. Prefer it over generic web search when you specifically need TripAdvisor-sourced data with ratings and review context, and pay-per-call pricing via USDC is acceptable.

## Known failure modes

- Query returns no results if the search term is too narrow or misspelled
- TripAdvisor may block or rate-limit scraping, causing empty or error responses
- Location not recognized if provided in an ambiguous or unsupported format
- Payment failure if USDC wallet balance is insufficient
- Response may be partial if TripAdvisor changes its page structure

## 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 response containing a list of TripAdvisor search results matching the query, including business names, ratings, review counts, addresses, categories, and links to TripAdvisor listing pages.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/anyapi-tripadvisor-search-0e21a1f1/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)
