hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.66k stars 514 forks source link

Feature request: get list of recipes #936

Open pineapplelogic174 opened 9 months ago

pineapplelogic174 commented 9 months ago

Hi all,

How are you currently obtaining a list of recipes available from a particular site?

I see you can use the "scrape_me" method to retrieve recipe data from a particular recipe's URL. But that would require knowledge of the URL in advance.

My use case was to iterate through multiple recipes to find things I wanted. Is there any method available to obtain a list of recipe URLs at present?

Thanks!

jayaddison commented 9 months ago

Hi @pineapplelogic174 - yep, that's correct: this library provides the ability to read from an input URL and to attempt to extract recipe information from the resulting page data. We don't have a way to emit a directory/list of the recipes contained on a given website though, nope.