Tasty: Get Recipe Tips
Tasty via Parse · food_dining
Get user tips and reviews for a specific recipe, sorted by upvotes descending. Supports offset-based pagination. Each tip includes author name, tip body text, upvote count, optional photo, and last updated timestamp. API for searching and retrieving recipe details from Tasty.co, including ingredients, instructions, video guides, popular recipes, and user tips. Fulfilled by Parse from tasty.co.
- entertainment
- food-dining
- parse
- platform-key
- reviews-ratings
- tasty
- tasty-co
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/7d28e1e6-41ea-4c03-805c-513435b41acb/get_recipe_tips
- Interface artifact
- sha256:e67bf7ef6dad64892707c0e79ef6282552ea77a587976b358a5edd488ad62f1d
- Manifest digest
- sha256:c3405124e262dbf42dc14097e061759db9f8ce5ec4c0cb179b7ec557efa51294
Request fields
- offset (integer): Offset for pagination (number of tips to skip).
- recipe_id (integer, required): The recipe's numeric ID. Obtainable from search_recipes or get_popular_recipes results (e.g. 3383 for orange chicken, 1217 for brownies).
Example queries
- {"offset":"0","recipe_id":"3383"}