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 Place API

// tripadvisor place api

The world's cheapest Tripadvisor Place API

One Tripadvisor place in full: rating, review count, subratings, ranking, address, phone, email, website, menu, neighborhoods, description and coordinates, in your currency and locale.

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

// live playground

Open a Tripadvisor place

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 place

Build a live request

5 documented parameters available for this operation.

GET

Resolve one Tripadvisor place and its source-native detail fields.

Ready

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

  • place_results

// 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/place
from litescrape_sdk import scrape

[result] = scrape(
    [
        {
            "endpoint": "tripadvisor_place",
            "place_id": "437641",
            "tripadvisor_domain": "www.tripadvisor.com",
            "locale": "en-US",
            "currency": "USD",
        }
    ],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the Tripadvisor Place API returns

The full detail page

title, type, rating, max_rating, reviews, subratings, ranking, description, address, structured_address, phone, email, website, menu and gps_coordinates.

Prices in your currency

currency takes a three-letter ISO code for price fields.

Ranking in its geography

ranking gives the place's position among its peers in the city, as Tripadvisor shows it.

Straight to the reviews

reviews_api_link opens the Reviews endpoint for the place.

Localized sites

tripadvisor_domain and locale pick the site and language.

// use cases

What teams build with it

  1. 01

    Property benchmarking

    Ranking, rating and subratings for each property in a competitive set, refreshed daily.

  2. 02

    Listing data for travel apps

    Contact details, description and coordinates to show next to your own inventory.

  3. 03

    Reputation dashboards

    Rating and ranking movements per location over time.

// why it's the cheapest

Tripadvisor Place 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
SearchApiBigData, 100,000 requests$2.50$250.00
Tripadvisor TerraFirst party, per location entity$9.16$916.00
Bright DataWeb Scraper API$0.75 per 1,000 records
ApifyTripadvisor Scraper actorFrom $2.00 per 1,000 places plus platform usage

Start pulling Tripadvisor Place data in five minutes.

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