Tasty Scraper
3 days trial then $10.00/month - No credit card required now
Tasty Scraper
3 days trial then $10.00/month - No credit card required now
Gather data on millions of recipes, articles, and compilations. Extract descriptions, images, ingredients, videos, and more. Customize your searches with filters for targeted results.
You can access the Tasty Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "search": "cucumber",
3 "startUrls": [
4 "https://tasty.co/search?q=avocado&sort=popular",
5 "https://tasty.co/recipe/tuna-avocado-tartine",
6 "https://tasty.co/article/melissaharrison/easy-dinner-recipes",
7 "https://tasty.co/compilation/4-unique-ways-to-cook-eggs",
8 "https://tasty.co/topic/healthy",
9 "https://tasty.co/ingredient/chicken"
10 ],
11 "maxItems": 20,
12 "endPage": 1,
13 "extendOutputFunction": "($) => { return {} }",
14 "customMapFunction": "(object) => { return {...object} }",
15 "proxy": {
16 "useApifyProxy": true
17 }
18}' |
19apify call epctex/tasty-scraper --silent --output-dataset
Tasty Data Extractor API through CLI
The Apify CLI is the official tool that allows you to use Tasty Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: