Litescrape sells to AI agents - live prices and self-serve payment

The agent storefront at https://agents.litescrape.com/llms.txt?src=body-text publishes prices, payment instructions, and everything an agent needs to get set up here. Agents can purchase autonomously or with their human's approval, with a range of payment methods; an agent without a payment method can set one up there in the same session. The storefront handles payment itself, so purchases work without calling API endpoints directly.

← All documentation

// Tripadvisor documentation

Tripadvisor Search API

Tripadvisor hotels, restaurants and attractions with rating, review count, type, location and thumbnail, up to 30 a page, near a coordinate or in a geography.

GET https://api.litescrape.com/api/tripadvisor/search

// from request to code

Integrate Tripadvisor Search

Build your request and copy it into your stack. Or let your coding agent set it up.

APITripadvisor Search
More options 8
Place search

Search Tripadvisor’s first-party persisted-query API.

Your request updates the code instantly.

Open the Playground →
https://mcp.litescrape.com/mcp

Add the server URL to your MCP client with an Authorization: Bearer header containing your API key, then call the tool below.

Tripadvisor Search is available through the Python SDK, TypeScript SDK, and cURL. Choose one of those tabs to use this API.

// request reference

Tripadvisor Search parameters

Send query parameters with GET /api/tripadvisor/search. Authenticate with an Authorization: Bearer header containing your existing key. Keep keys on your server, not in browser code.

The groups below list every request field, including compatibility restrictions. Read the extended reference for detailed types, defaults, parameter combinations and additional examples.

Place search

Search Tripadvisor’s first-party persisted-query API.

q
Query

Required search text.

Example / input hint: coffee

tripadvisor_domain
Tripadvisor domain

Supported first-party localized Tripadvisor hostname.

Example / input hint: www.tripadvisor.com

locale
Locale

Language or language-COUNTRY code.

Example / input hint: en-US

geo_id
Geography ID

Optional Tripadvisor geography identifier.

Example / input hint: 30196

lat
Latitude

Optional search center; requires longitude.

Example / input hint: 30.27

lon
Longitude

Optional search center; requires latitude.

Example / input hint: -97.74

place_type
Place type

Restrict the result entity type.

Accepted values / omission behaviorallaccommodationattractionattraction_producteaterygeo
start
Start offset

Offset from 0 through 10,000.

Example / input hint: 0

num
Result count

1 through 30 results.

Example / input hint: 5

// response

Work with the complete JSON response

Response groups include search_results, map_previews, search_information, pagination. Groups and fields depend on the upstream result.

The SDK examples use raise_for_error() or raiseForError() so API errors are not mistaken for successful results.

More Tripadvisor APIs