Tasty: Search Recipes
Tasty via Parse · food_dining
Full-text search over Tasty.co recipes by keyword. Returns recipe summaries with names, slugs, IDs, thumbnails, tags, and cooking times. Supports offset-based pagination. 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/search_recipes
- Interface artifact
- sha256:34ad559d3e4cc7da22a8effe7ff73a190143214d56fd31d712e9e4e6b11aa435
- Manifest digest
- sha256:62902df0a0e218329b7bc4b21eb198bee0ac8d43051367a40f5a9a0ad765b422
Request fields
- limit (integer): Number of results to return per page.
- query (string, required): Search keyword or phrase (e.g. 'chicken', 'chocolate cake', 'pasta').
- offset (integer): Offset for pagination (number of items to skip).
Example queries
- {"limit":"5","query":"chicken","offset":"0"}