Wolt: List Venues By Category
Wolt via Parse · food_dining
List venues filtered by category slug. Uses search to find venues matching the category name. Category slugs are city-specific — use list_categories with the same lat/lon to discover valid slugs for a given location. Access Wolt food delivery platform data including venues, menus, items, and search across multiple cities. Fulfilled by Parse from wolt.com.
- ecommerce
- food-dining
- maps-geo
- parse
- platform-key
- wolt
- wolt-com
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/2b62f42d-c0fd-4009-88c2-2a50d02b3596/list_venues_by_category
- Interface artifact
- sha256:2174c5a80aa01bd551fe3db0ca4b722b2fa2c0736658af5dd31da963fc62845e
- Manifest digest
- sha256:76bdbe10b3a983f269a21d72dbc33f433047e73b158e7f5b99285e13fc5bd30a
Request fields
- lat (string, required): Latitude of the location (e.g. 60.17 for Helsinki).
- lon (string, required): Longitude of the location (e.g. 24.94 for Helsinki).
- category_slug (string, required): Category slug to filter by (e.g. pizza, sushi, salad). Must be a valid slug for the given location — obtain from list_categories endpoint with the same coordinates.
Example queries
- {"lat":"60.17","lon":"24.94","category_slug":"salad"}