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.

← All documentation

// Yelp documentation

Yelp Reviews API

Yelp reviews, up to 49 full reviews a call with rating, text, date, reviewer, photos, reactions and owner replies, six sort orders and rating filters.

GET https://api.litescrape.com/api/yelp/reviews

// from request to code

Integrate Yelp Reviews

Build your request and copy it into your stack. Or let your coding agent set it up.

APIYelp Reviews
More options 6
Business reviews

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

Your request updates the code instantly.

Open the Playground →
https://mcp.litescrape.com/mcp

Add the server URL to your MCP client with an Authorization: Bearer header containing your API key, then call the tool below.

Yelp Reviews is available through the Python SDK, TypeScript SDK, and cURL. Choose one of those tabs to use this API.

// request reference

Yelp Reviews parameters

Send query parameters with GET /api/yelp/reviews. Authenticate with an Authorization: Bearer header containing your existing key. Keep keys on your server, not in browser code.

The groups below list every request field, including compatibility restrictions. Read the extended reference for detailed types, defaults, parameter combinations and additional examples.

Business reviews

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

place_id
Business ID

Required encoded Yelp business ID.

Example / input hint: dDz2erKJ_Z2HMur0tQ_iJA

yelp_domain
Yelp domain

Supported first-party localized Yelp hostname.

Example / input hint: www.yelp.com

hl
Language

Review language such as en or fr-FR.

Example / input hint: en

sortby
Sort

Yelp review ordering.

Accepted values / omission behaviorrelevance_descdate_descdate_ascrating_descrating_ascelites_desc
rating
Ratings

Comma-separated ratings from 1 through 5.

Example / input hint: 5,4

start
Start offset

Offset from 0 through 10,000.

Example / input hint: 0

num
Review count

1 through 49 reviews.

Example / input hint: 10

Unavailable feed controls

These explicit controls return an actionable unsupported-parameter error.

q
Review text queryNot supported

Yelp does not expose review text filtering in this feed.

Example / input hint: parking

// response

Work with the complete JSON response

Response groups include reviews, search_information, review_languages, pagination. Groups and fields depend on the upstream result.

The SDK examples use raise_for_error() or raiseForError() so API errors are not mistaken for successful results.

More Yelp APIs