Allrecipes Advanced Scraper
3 days trial then $25.00/month - No credit card required now
Allrecipes Advanced Scraper
3 days trial then $25.00/month - No credit card required now
Advanced scraping on Allrecipes for data on millions of recipes, articles, galleries, and many more. Crawl Recipes and extract descriptions, images, steps, ingredients, nutrition, and all other properties. You can specify search terms, filters, mappings, and much more.
You can access the Allrecipes Advanced 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://www.allrecipes.com/cook/onewholesomemeal",
5 "https://www.allrecipes.com/cook/foodwisheswithchefjohn/collection/bookmarks_5e9f2dfb-c75b-8640-f3ff-7897a9ed3897",
6 "https://www.allrecipes.com/search/results/?search=cucumber",
7 "https://www.allrecipes.com/gallery/butter-rich-recipes/",
8 "https://www.allrecipes.com/author/melanie-fincher/",
9 "https://www.allrecipes.com/article/how-to-clean-air-fryer/",
10 "https://www.allrecipes.com/recipe/261911/chef-johns-croissants/"
11 ],
12 "maxItems": 20,
13 "endPage": 1,
14 "extendOutputFunction": "($) => { return {} }",
15 "customMapFunction": "(object) => { return {...object} }",
16 "proxy": {
17 "useApifyProxy": true
18 }
19}' |
20apify call epctex/allrecipes-advanced-scraper --silent --output-dataset
Allrecipes Data Extractor API through CLI
The Apify CLI is the official tool that allows you to use Allrecipes Advanced 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: