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.

LitescrapeAPIsTripadvisor Search API

// tripadvisor search api

The world's cheapest Tripadvisor Search API

Tripadvisor hotels, restaurants, attractions and destinations for a search term, with rating, review count, type, location, description and thumbnail, up to 30 per page, near a coordinate or inside a geography.

$0.15 / 1K requestsPay as you go10 free calls, no card

// live playground

Search Tripadvisor

The key below is created for this browser with 10 free calls and works on every Litescrape endpoint. Results are drawn the way the source shows them, with the JSON one click away.

Your API key

Verifying browser…

Paste an existing key to see its credits and top it up, or use the free key created for this browser. Keep it safe: anyone with the key can spend its balance.

// tripadvisor search

Build a live request

9 documented parameters available for this operation.

GET
Ready

Run the request to draw its results here. This endpoint returns:

  • search_results
  • map_previews
  • search_information
  • pagination

// use it anywhere

Take this exact request to your terminal.

Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.

public API endpoint
# pip install litescrape-sdk
# GET https://api.litescrape.com/api/tripadvisor/search
from litescrape_sdk import scrape

[result] = scrape(
    [
        {
            "endpoint": "tripadvisor_search",
            "q": "coffee",
            "tripadvisor_domain": "www.tripadvisor.com",
            "locale": "en-US",
            "lat": "30.27",
            "lon": "-97.74",
            "place_type": "eatery",
            "start": "0",
            "num": "5",
        }
    ],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the Tripadvisor Search API returns

Up to 30 results per page

num takes 1 through 30 and start pages to 10,000.

Filter by place type

place_type: all, accommodation, attraction, attraction_product, eatery or geo.

Near a point or in a geography

lat and lon center the search. geo_id limits it to a Tripadvisor geography.

Rating, reviews and type

Each result has rating, max_rating, reviews, type, detail_type, location, description, snippet and thumbnail.

Links into place and reviews

place_api_link and reviews_api_link open the Place and Reviews endpoints for each result.

Localized sites

tripadvisor_domain and locale pick the site and language.

// use cases

What teams build with it

  1. 01

    Hospitality market research

    Every restaurant or hotel near a point, with rating and review volume.

  2. 02

    Travel product enrichment

    Match your inventory to Tripadvisor places and pull their ratings.

  3. 03

    Competitive sets

    Build the set of properties a hotel competes with, by geography and type.

// why it's the cheapest

Tripadvisor Search API pricing, per 1,000 requests

Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.

Month-to-month list prices in USD. A provider that bills per record or per queued task shows how it bills instead of a per-request price.
ProviderPlan modeledPer 1,000 requestsMonthly cost
LitescrapeFlat prepaid rate$0.15$15.00
DataForSEOStandard queue, 30 listings per task$0.75$75.00
SearchApiBigData, 100,000 searches$2.50$250.00
Bright DataWeb Scraper API$0.75 per 1,000 records
ApifyTripadvisor Scraper actorFrom $2.00 per 1,000 results plus platform usage
Tripadvisor TerraFirst party, per location returnedAbout $9 per 1,000 locations at 100,000 a month

Start pulling Tripadvisor Search data in five minutes.

Your first 10 calls are free. Top up the same key from $10 whenever you need more.