# KiteEndpoints.ai TripAdvisor API

> KiteEndpoints.ai TripAdvisor API is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-15).

Fetches TripAdvisor data (reviews, ratings, location info, restaurants, hotels, attractions) via a paid proxy endpoint on the KiteEndpoints.ai hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/tripadvisor
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-tripadvisor-api-dfb53434
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PUdDUR0zN7xiXg9bQ20rl

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 kiteendpoints-ai-tripadvisor-api-dfb53434 -d '<json body>'
```

Example prompt: Can you pull up TripAdvisor reviews and ratings for the top 5 Italian restaurants in Rome so I can pick one for dinner?

## When to prefer this

Choose this endpoint when you need TripAdvisor-specific review data, ratings, or hospitality listings and want to pay per request in USDC without managing a TripAdvisor API key or subscription. Prefer this over direct TripAdvisor API integration when operating in an agent context that supports x402 micropayments on Base chain.

## Known failure modes

- Invalid or missing query parameter returns empty or error result
- TripAdvisor rate limits exceeded returns upstream error
- Payment of 0.16 USDC not fulfilled returns 402 payment required
- Unsupported location or category returns empty result set
- Network timeout from upstream TripAdvisor API returns generic error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing TripAdvisor data such as business listings, ratings, review summaries, and location details matching the query, wrapped in a standard result envelope.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-tripadvisor-api-dfb53434/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
