Allrecipes Advanced Scraper avatar
Allrecipes Advanced Scraper

Pricing

$25.00/month + usage

Go to Store
Allrecipes Advanced Scraper

Allrecipes Advanced Scraper

Developed by

epctex

epctex

Maintained by Community

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.

0.0 (0)

Pricing

$25.00/month + usage

1

Total users

84

Monthly users

5

Runs succeeded

98%

Last modified

17 hours ago

You can access the Allrecipes Advanced Scraper programmatically from your own applications by using the Apify API. You can also 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.

$echo '{
< "search": "cucumber",
< "startUrls": [
< "https://www.allrecipes.com/cook/onewholesomemeal",
< "https://www.allrecipes.com/cook/foodwisheswithchefjohn/collection/bookmarks_5e9f2dfb-c75b-8640-f3ff-7897a9ed3897",
< "https://www.allrecipes.com/search/results/?search=cucumber",
< "https://www.allrecipes.com/gallery/butter-rich-recipes/",
< "https://www.allrecipes.com/author/melanie-fincher/",
< "https://www.allrecipes.com/article/how-to-clean-air-fryer/",
< "https://www.allrecipes.com/recipe/261911/chef-johns-croissants/"
< ],
< "maxItems": 20,
< "endPage": 1,
< "extendOutputFunction": "($) => { return {} }",
< "customMapFunction": "(object) => { return {...object} }",
< "proxy": {
< "useApifyProxy": true
< }
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: