Yelp: Search Businesses
Yelp via Parse · reviews_ratings
Full-text search for businesses in a specific Australian location. Returns up to 10 results per page with business names, ratings, categories, and addresses. Pagination is offset-based via `start` (increments of 10). Results include both organic listings and ads (flagged via `is_ad`). An empty `query` returns popular businesses in the location. APIs for extracting business listings, details, and reviews from Yelp Australia. Supports keyword and location search, business detail lookup by ID or alias, and paginated review retrieval with author profiles and rating distributions. Fulfilled by Parse from yelp.com.au.
- b2b-directory
- food-dining
- maps-geo
- parse
- platform-key
- reviews-ratings
- yelp
- yelp-com-au
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- reviews_ratings
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/ccb9b044-144d-41ce-83ee-e10f5ae298a0/search_businesses
- Interface artifact
- sha256:087663e5b5d253e84591e369125112e5207c29a8e00c6f715afee84749b19e87
- Manifest digest
- sha256:9f331f1fb1971ae5d399d692b5b04901dd3f1ad0504cab5422b8c5bc84976a71
Request fields
- query (string): Search query (e.g., 'movers', 'removalists', 'restaurants')
- start (integer): Offset for pagination, increments of 10
- location (string, required): Location to search in format 'City STATE' (e.g., 'Sydney NSW', 'Melbourne VIC', 'Brisbane QLD')
Example queries
- {"query":"movers","start":"0","location":"Sydney NSW"}