Openrice: Search Restaurants
Openrice via Parse · food_dining
Search for restaurants in Hong Kong with various filters. Returns paginated restaurant results with search metadata and filter options. Each result includes restaurant name, address, phone numbers, pricing range, scores, photos, district, cuisine categories, and booking widget information. Offset-based pagination via start_at; each page returns up to rows results from a total pool indicated by count. Search and browse restaurants in Hong Kong via OpenRice, including reviews, cuisine types, districts, and award winners. Fulfilled by Parse from openrice.com.
- food-dining
- maps-geo
- openrice
- openrice-com
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/80a6eb52-1dd5-4cab-a7a4-5da1f9c62b89/search_restaurants
- Interface artifact
- sha256:d874a0ec8e8a441d57f78f5cd272c601837c12d80d3702786d488024061a7883
- Manifest digest
- sha256:e979fb8419a5519cebbc4c5621b729b9cf25c6a409b67c83b22cfe92ed3ccae8
Request fields
- rows (integer): Number of results to return per page
- query (string): Search keyword (restaurant name, food type, etc.)
- sort_by (string): Sort order for results: Allowed values: ORScoreDesc, ScoreDesc, Newest
- start_at (integer): Offset for pagination
- cuisine_id (string): Filter by cuisine ID (use list_cuisines to get IDs)
- district_id (string): Filter by district ID (use list_districts to get IDs)
Example queries
- {"rows":"5","query":"sushi","sort_by":"ORScoreDesc","start_at":"0","cuisine_id":"1004","district_id":"1999"}