# Tripadvisor Nearby Location Search

> Tripadvisor Nearby Location Search is a paid API for AI agents from tripadvisor.x402.paysponge.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Searches for hotels, restaurants, and attractions near a given location using Tripadvisor's travel content database

## Facts

- Endpoint: GET https://tripadvisor.x402.paysponge.com/api/v1/location/nearby_search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/tripadvisor-e8836d14
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xBNN7Ly1rrIBiq1m80qn5

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 tripadvisor-e8836d14
```

Example prompt: Can you find me hotels, restaurants, and attractions near the Eiffel Tower in Paris using Tripadvisor data?

## When to prefer this

Use this endpoint when you need to discover places of interest near a specific geographic location and want Tripadvisor's rich travel dataset including ratings and categories. Prefer this over generic maps APIs when travel-specific metadata (traveler ratings, Tripadvisor location IDs for follow-up calls) is needed. Pairs naturally with the sibling endpoints for location details, reviews, and photos.

## Known failure modes

- Missing required query parameters returns a 400 error
- Invalid coordinates or location reference returns empty results
- Payment not processed (402) blocks the response
- Rate limiting may return a 429 error
- No locations found in sparse or remote areas returns an empty results array

## How this service works

Nearby location search

## Output

Returns a list of nearby Tripadvisor locations (hotels, restaurants, attractions) with names, location IDs, addresses, ratings, and category details for places within the search area

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "latLong": "42.3455,-71.0983"
  }
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/tripadvisor-e8836d14/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from tripadvisor.x402.paysponge.com](https://www.zero.xyz/host/tripadvisor.x402.paysponge.com/llms.txt)
