Menupages: Search Restaurants
Menupages via Parse · food_dining
Search for restaurants by name and/or location (city, address, or zip). Matches against MenuPages' full restaurant directory. Returns all matching restaurants with their Grubhub IDs, names, addresses, and city. A single request fetches the complete directory and filters client-side; no pagination needed. Both name and location filters use case-insensitive substring matching. Extract restaurant menu items and modifiers from MenuPages (powered by Grubhub). Returns structured menu data including categories, items with descriptions and prices, and modifier/customization options. Fulfilled by Parse from menupages.com.
- ecommerce
- food-dining
- maps-geo
- menupages
- menupages-com
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- food_dining
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/55cbca2b-9d74-4752-9abd-feb18551c984/search_restaurants
- Interface artifact
- sha256:5b464f50edc29d820838f079e7a3765d35bb3948fd147a3098a91bf2b875e6dd
- Manifest digest
- sha256:bea82a201579641a42dd4fbc71b860be426323e32fd0e92e0960bc819775d024
Request fields
- name (string): Restaurant name or partial name to search for (case-insensitive substring match). At least one of name or location must be provided.
- location (string): Location to filter by — matches against city name or street address (case-insensitive substring match). At least one of name or location must be provided.
Example queries
- {"name":"pizza","location":"Miami"}