Liquor: List All Recipes
Liquor via Parse · food_dining
Enumerate all cocktail recipes from the liquor.com sitemap with cursor-based pagination. Returns recipe title (derived from URL slug), URL, last-modified date, and null thumbnail/category. Supports cursor and limit parameters for paginating through the full list of ~1200 recipes. Each request fetches the sitemap once; use next_cursor to page through results without re-scanning. Access liquor.com cocktail recipes, editorial articles, search results, and user comments. Fulfilled by Parse from liquor.com.
- food-dining
- liquor
- liquor-com
- news-media
- parse
- platform-key
- reviews-ratings
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/8e72ae31-915d-4350-b89a-49e4878138ce/list_all_recipes
- Interface artifact
- sha256:6ec9f24f5d4ef0b444851f26522374aae036d17889ecbba225c7cbb8132ef4e9
- Manifest digest
- sha256:32f63ccb2e80b9bf32d17037b98e35ae66c0d6de57eea87a97ed28f919983a33
Request fields
- limit (integer): Number of results per page (1-100).
- cursor (string): Opaque pagination cursor returned as next_cursor from a previous call. Omit for the first page.
Example queries
- {"limit":"3","cursor":"5"}