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

// tripadvisor reviews api

The world's cheapest Tripadvisor Reviews API

Tripadvisor reviews for one place, up to 50 per call: rating, title, full text, dates, language, helpful votes, the reviewer and their trip, sorted by recency or relevance, with machine translation on request.

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

// live playground

Read a place's Tripadvisor reviews

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 reviews

Build a live request

7 documented parameters available for this operation.

GET

Fetch public reviews from Tripadvisor’s first-party persisted query.

Ready

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

  • reviews
  • search_information
  • sort
  • 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/reviews
from litescrape_sdk import scrape

[result] = scrape(
    [
        {
            "endpoint": "tripadvisor_reviews",
            "place_id": "437641",
            "tripadvisor_domain": "www.tripadvisor.com",
            "locale": "en-US",
            "start": "0",
            "num": "10",
            "sort_by": "recent",
            "translate": "false",
        }
    ],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the Tripadvisor Reviews API returns

Up to 50 reviews per call

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

Recent or relevant

sort_by recent for chronological order or relevance for Tripadvisor's ranking.

Trip type and reviewer

Each review has the user, the trip, helpful_votes, language, original_language, platform and published_date.

Translation on request

translate asks Tripadvisor for machine-translated text in your locale.

Totals up front

search_information gives total_results and results_on_page.

// use cases

What teams build with it

  1. 01

    Review monitoring for hospitality

    Newest reviews per property daily, with alerts on low ratings.

  2. 02

    Guest sentiment analysis

    Full text with trip type and dates for topic and sentiment models.

  3. 03

    Competitor benchmarking

    Compare complaint themes across a competitive set.

// why it's the cheapest

Tripadvisor Reviews 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, 10 reviews per task$0.75$75.00
SearchApiBigData, up to 20 per page$2.50$250.00
Tripadvisor TerraFirst party, per location entity$9.16$916.00
Bright DataWeb Scraper API$0.75 per 1,000 reviews
ApifyTripadvisor Reviews Scraper actorFrom $0.90 per 1,000 reviews plus platform usage
OutscraperPay per review$2.98 per 1,000 reviews at 100,000 a month

Start pulling Tripadvisor Reviews data in five minutes.

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