Tasty Ingredients avatar

Tasty Ingredients

Try for free

1 day trial then $12.99/month - No credit card required now

Go to Store
Tasty Ingredients

Tasty Ingredients

pintostudio/tasty-ingredients
Try for free

1 day trial then $12.99/month - No credit card required now

Get Ingredients data from tasty.co

Tasty Ingredients Actor Documentation

Overview

This Apify actor scrapes recipe ingredients from Tasty.co, one of the world's largest food-focused digital platforms. It enables developers, food enthusiasts, and researchers to programmatically access Tasty's extensive recipe database through a simple API interface.

Input Parameters

ParameterTypeDefaultDescription
mealTagstring"chicken"Meal category (e.g., 'chicken', 'pasta', 'dole-pineapple-day', 'potato', 'beef')
pagestring"1"Page number for pagination through search results
perPagestring"20"Number of results to return per page (max: 100)

Usage Examples

Basic Usage

1const input = {
2    "mealTag": "chicken",
3    "page": "1",
4    "perPage": "20"
5};
1const input = {
2    "mealTag": "chicken",
3    "page": "2",
4    "perPage": "50"
5};

Output Format

The actor returns data in JSON format with the following structure:

1{
2    "items": [
3        {
4            "id": "recipe_id",
5            "name": "Recipe Name",
6            "description": "Recipe Description",
7            "ingredients": [...],
8            "instructions": [...],
9            "nutritionalInfo": {...},
10            "cookTime": "...",
11            "servings": "..."
12        }
13    ],
14    "totalCount": 100,
15    "currentPage": 1
16}

Use Cases

  • Recipe aggregation websites and apps
  • Meal planning services
  • Food bloggers and content creators
  • Nutritional analysis tools
  • Restaurant menu inspiration
  • Dietary requirement filtering

Installation & Setup

  1. Create an Apify account at apify.com
  2. Navigate to the Apify Console
  3. Search for "Tasty Recipes Search Actor"
  4. Click "Try Actor"

Running the Actor

Via Apify Console

  1. Open the actor in Apify Console
  2. Configure input parameters
  3. Click "Run"

Via API

1curl --request POST \
2  --url https://api.apify.com/v2/acts/[ACTOR_NAME]/runs?token=[YOUR_API_TOKEN] \
3  --header 'content-type: application/json' \
4  --data '{
5    "query": "chicken",
6    "page": "1",
7    "perPage": "20"
8  }'

Best Practices

  • Use specific search terms for better results
  • Implement pagination for large data sets
  • Consider rate limiting for bulk requests
  • Cache results when appropriate
  • Handle error responses gracefully

Error Handling

The actor implements robust error handling for common scenarios:

  • Invalid input parameters
  • Network connectivity issues
  • Rate limiting responses
  • Invalid or empty search results

Limitations

  • Maximum 100 results per page
  • Rate limiting applies to prevent server overload
  • Some premium recipes might not be accessible
  • Search results depend on Tasty.co's content availability

Support

For issues and feature requests, please: Contact support at pintoflowpt@gmail.com

Keywords

recipes, tasty, food scraping, recipe api, cooking, meal planning, food data, web scraping, apify actor, tasty.co, recipe search, food database, cooking api, recipe crawler, food scraper

Tasty.co Enthusiast 🍳

Passionate about exploring the culinary world through Tasty's innovative recipes and cooking videos. I love their bite-sized recipe formats and creative food hacks that make cooking accessible and fun.

What I Love About Tasty

  • Their signature overhead cooking videos that revolutionized food content
  • The diverse range of recipes spanning global cuisines
  • Their handy meal prep guides and kitchen organization tips
  • The vibrant community of home cooks sharing their Tasty-inspired creations

Favorite Recipe Categories

  • One-Pot Wonders: Perfect for busy weeknights
  • Budget-Friendly Meals: Delicious without breaking the bank
  • Weekend Baking Projects: From cookies to complex pastries
  • Party Food & Appetizers: Crowd-pleasing favorites
  • Healthy Meal Prep: Nutritious and convenient options

Kitchen Tips & Tricks

  • Master knife skills through their detailed tutorials
  • Learn ingredient substitutions for dietary restrictions
  • Discover time-saving cooking hacks
  • Explore kitchen gadget recommendations
  • Perfect portion control with their meal prep guides

Frequently Asked Questions

Q: What makes Tasty recipes different? A: Tasty specializes in easy-to-follow video recipes with clear, step-by-step instructions. Their signature overhead shooting style and concise format make cooking approachable for all skill levels.

Q: Do I need special equipment? A: Most Tasty recipes use basic kitchen equipment. While some recipes might call for specific tools, they often provide alternatives for common household items.

Q: Are the recipes beginner-friendly? A: Yes! Tasty offers recipes for all skill levels, from complete beginners to experienced cooks. Their detailed instructions and visual guides make it easy to follow along.

Q: Can I find dietary-specific recipes? A: Absolutely! Tasty has dedicated collections for vegetarian, vegan, gluten-free, low-carb, and other dietary preferences.

Q: How can I save recipes? A: Create a free Tasty account to save your favorite recipes, make shopping lists, and join the community. You can also download the Tasty app for mobile access.

Get Connected

  • Follow for daily recipe inspiration
  • Share your cooking adventures using #TastyMadeMe
  • Join our cooking challenges
  • Exchange tips with fellow food enthusiasts

Follow along as I recreate Tasty's viral recipes and share my own kitchen adventures! Let's make something delicious together. 🥘

Cooking with love and a dash of Tasty inspiration

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 4 days ago

Categories