whiskybase.com API: get_distilleries
whiskybase.com via Parse · marketplace
List all distilleries in the Whiskybase database. Default mode returns name, country, and whisky count from a single page. When include_location is true, returns paginated results (25 per page) with region, latitude, and longitude fetched from each distillery's shop-tour page. Coordinates are available for distilleries that have a shop-tour page; others return null. Use the page parameter to paginate through results when include_location is enabled. Access whisky database, marketplace listings, distilleries, top rankings, and new releases from Whiskybase.com. Fulfilled by Parse from whiskybase.com.
- ecommerce
- food-dining
- marketplace
- parse
- platform-key
- reviews-ratings
- whiskybase-com
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- marketplace
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1fa3ba9e-3cd6-4ffe-b2d7-0da0f2ba5f66/get_distilleries
- Interface artifact
- sha256:d70fe2abdd09bf107384db399a7a7af7a23c4a66f626e9700195b47d9c90ba34
- Manifest digest
- sha256:3e932a8b9870ecac0820ba81fc08f789c322a558e523bd9e494e7b84e18b1a1c
Request fields
- page (integer): Page number (1-based) for paginated results when include_location is true. Each page returns 25 distilleries. Ignored when include_location is false.
- include_location (boolean): When true, returns additional location fields (region, latitude, longitude) for each distillery fetched from their shop-tour pages. Results are paginated (25 per page). Use the page parameter to iterate.
Example queries
- {"page":"1","include_location":"false"}