Yelp: Search Businesses
Yelp via Parse · reviews_ratings
Search for businesses by keyword and location. Returns up to ~15 businesses per page. Offset-based pagination via the start parameter; each page returns a businesses array. The total field reports the count of items in the current page, not total results available. Extract business listings, details, and photos from Yelp. Fulfilled by Parse from yelp.com.
- b2b-directory
- food-dining
- maps-geo
- parse
- platform-key
- reviews-ratings
- yelp
- yelp-com
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- reviews_ratings
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/7e1332d8-dfa5-4fb0-9297-f9bf1c71543c/search_businesses
- Interface artifact
- sha256:59a04fed11a6add1932e771eebcfaa19da760669d9673b39a4c9a5f6780c800d
- Manifest digest
- sha256:2d522f48a990201a32026b59defc67c4750ff18d1a347d833d354680f3cfda43
Request fields
- query (string, required): Search keyword (e.g. 'pizza', 'plumber', 'coffee')
- start (integer): Result offset for pagination. Each page returns ~15 results; use start=0, 10, 20, etc. to paginate.
- sort_by (string): Sort order for results: Allowed values: best_match, rating, review_count, distance
- location (string, required): City, state, or ZIP code (e.g. 'New York, NY', 'San Francisco', '10001')
Example queries
- {"query":"coffee","start":"0","sort_by":"best_match","location":"San Francisco, CA"}