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.

LitescrapeAPIsYelp Reviews API

// yelp reviews api

The world's cheapest Yelp Reviews API

Full Yelp reviews for one business, up to 49 per call: rating, text, date, reviewer, photos, reactions and owner replies, sortable six ways and filterable by rating and language. Yelp's own reviews endpoint returns three excerpts.

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

// live playground

Read a business's Yelp 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.

// yelp reviews

Build a live request

10 documented parameters available for this operation.

GET

Fetch Yelp’s first-party public review feed for one encoded business ID.

Ready

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

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

[result] = scrape(
    [
        {
            "endpoint": "yelp_reviews",
            "place_id": "dDz2erKJ_Z2HMur0tQ_iJA",
            "yelp_domain": "www.yelp.com",
            "hl": "en",
            "sortby": "relevance_desc",
            "start": "0",
            "num": "10",
        }
    ],
    api_key="ls_live_your_key",
)
print(result.raise_for_error())

// what you get

What the Yelp Reviews API returns

Up to 49 reviews per call

num takes 1 through 49 and start pages the rest, up to 10,000.

Full text, with its language

comment carries the whole review. Yelp's first-party API returns three excerpts of about 160 characters.

Six sort orders

relevance_desc, date_desc, date_asc, rating_desc, rating_asc and elites_desc.

Rating and language filters

rating takes any combination of 1 through 5. hl picks the review language, and review_languages lists what is available with counts.

Reactions, photos and owner replies

feedback counts, reactions, review photos and owner_replies come with each review.

The business summary

search_information carries the business, its rating and its rating distribution.

// use cases

What teams build with it

  1. 01

    Reputation monitoring

    Newest first for each location daily, with alerts on low ratings and on reviews without an owner reply.

  2. 02

    Sentiment analysis

    Full text with ratings and dates for your own models.

  3. 03

    Competitor benchmarking

    Compare rating distributions and complaint themes across nearby businesses.

  4. 04

    Response time tracking

    Measure how fast each location replies and to which reviews.

// why it's the cheapest

Yelp 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
UnwrangleStarter, 10 reviews per page$0.99$99.00
HasDataBasic, 10 credits per request$0.99$99.00
OpenWeb NinjaMega, 200,000 requests$1.50$150.00
Yelp FusionEnhanced, three excerpts per call$7.59$759.00
ApifyYelp Reviews Scraper actor$0.79 per 1,000 reviews
Bright DataWeb Scraper API$1.50 per 1,000 reviews

Start pulling Yelp Reviews data in five minutes.

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