Up to 49 reviews per call
num takes 1 through 49 and start pages the rest, up to 10,000.
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.
// 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.
// live playground
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.
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.
Run the request to draw its results here. This endpoint returns:
reviewssearch_informationreview_languagespagination// use it anywhere
Every public search, maps, place, and reviews endpoint accepts the same bearer key and exposes its full documented parameter surface here.
# 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
num takes 1 through 49 and start pages the rest, up to 10,000.
comment carries the whole review. Yelp's first-party API returns three excerpts of about 160 characters.
relevance_desc, date_desc, date_asc, rating_desc, rating_asc and elites_desc.
rating takes any combination of 1 through 5. hl picks the review language, and review_languages lists what is available with counts.
feedback counts, reactions, review photos and owner_replies come with each review.
search_information carries the business, its rating and its rating distribution.
// use cases
Newest first for each location daily, with alerts on low ratings and on reviews without an owner reply.
Full text with ratings and dates for your own models.
Compare rating distributions and complaint themes across nearby businesses.
Measure how fast each location replies and to which reviews.
// why it's the cheapest
Public list prices for 100,000 requests a month, read on September 17, 2026. Litescrape's rate is flat at every volume.
| Provider | Plan modeled | Per 1,000 requests | Monthly cost |
|---|---|---|---|
| Litescrape | Flat prepaid rate | $0.15 | $15.00 |
| Unwrangle | Starter, 10 reviews per page | $0.99 | $99.00 |
| HasData | Basic, 10 credits per request | $0.99 | $99.00 |
| OpenWeb Ninja | Mega, 200,000 requests | $1.50 | $150.00 |
| Yelp Fusion | Enhanced, three excerpts per call | $7.59 | $759.00 |
| Apify | Yelp Reviews Scraper actor | $0.79 per 1,000 reviews | |
| Bright Data | Web Scraper API | $1.50 per 1,000 reviews |
Your first 10 calls are free. Top up the same key from $10 whenever you need more.