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

Yelp business search, 10 businesses a page with rating, reviews, categories, address, phone and coordinates, with Yelp's sort, category and attribute filters.

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

// from request to code

Integrate Yelp Search

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

APIYelp Search
More options 6
Business search

Search Yelp’s first-party web application with native filters.

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 Search is available through the Python SDK, TypeScript SDK, and cURL. Choose one of those tabs to use this API.

// request reference

Yelp Search parameters

Send query parameters with GET /api/yelp/search. 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 search

Search Yelp’s first-party web application with native filters.

find_desc
Description

Business name, category, or search terms.

Example / input hint: coffee

find_loc
Location

Required Yelp search location.

Example / input hint: Austin, TX

yelp_domain
Yelp domain

Supported first-party localized Yelp hostname.

Example / input hint: www.yelp.com

l
Map bounds

Optional Yelp-native map bounds token.

Example / input hint: g:-97.80,30.20,-97.70,30.30

cflt
Category

Yelp category identifier.

Example / input hint: coffee

sortby
Sort

Native Yelp ordering.

Accepted values / omission behaviorrecommended Recommendedrating Ratingreview_count Review count
attrs
Attributes

Yelp-native comma-separated attribute filters.

Example / input hint: OutdoorSeating

start
Start offset

Offset from 0 through 10,000.

Example / input hint: 0

// response

Work with the complete JSON response

Response groups include organic_results, ads_results, filters, related_links, search_information, 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