Hungerstation: Get Restaurants By City
Hungerstation via Parse · food_dining
Returns restaurants for a given city page with full details including name, ID, location, rating, cuisine type, logo, and complete menu with prices. Each page corresponds to one district within the city. Restaurant details and menus are fetched from the HungerStation API for each restaurant. Use limit to control how many restaurants are enriched per call (each restaurant requires two API round-trips). Results are paginated by district; use num_pages from the response to determine total available pages. Access restaurant data from HungerStation, Saudi Arabia's food delivery platform. Browse cities, discover restaurants by city with full details including menus. Fulfilled by Parse from hungerstation.com.
- ecommerce
- food-dining
- hungerstation
- hungerstation-com
- maps-geo
- parse
- platform-key
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/77b0aebd-1e5f-4d91-9b11-aa6933c36428/get_restaurants_by_city
- Interface artifact
- sha256:57075ce05dfc79c21fbcaf1a21edbf57179221beb9bce3c18b1b2d2e5ff3bee1
- Manifest digest
- sha256:b209667e798c9495a6eb3a616670c2546b745385d7778b9365187922b4500b6f
Request fields
- page (integer): Page number (1-indexed). Each page corresponds to one district within the city.
- limit (integer): Maximum number of restaurants to return per call (max 50). Each restaurant requires two API round-trips for enrichment, so lower values return faster.
- city_slug (string, required): URL slug identifying the city (e.g. 'riyadh', 'jeddah', 'dammam'). Obtain from get_cities endpoint's city_slug field.
Example queries
- {"page":"1","limit":"3","city_slug":"dammam"}