hhursev / recipe-scrapers

Python package for scraping recipes data
MIT License
1.74k stars 531 forks source link

Scraper for sz-magazin.sueddeutsche.de #741

Open Agraphie opened 1 year ago

Agraphie commented 1 year ago

Hi there,

would be great to have a scraper for sz-magazin.sueddeutsche.de. From what I see it already has a recipe JSON schema, it's just not picked up.

jakejoh commented 1 year ago

scraping the page seems to be a hit and miss. The layout is inconsistent and the full page loads only with a mobile useragent, apparently.

https://sz-magazin.sueddeutsche.de/probier-doch-mal/hummus-rezept-84356 https://sz-magazin.sueddeutsche.de/probier-doch-mal/rezept-falafel-vegetarisch-87645 https://sz-magazin.sueddeutsche.de/probier-doch-mal/bunte-falafel-mit-erbsen-linsen-und-kichererbsen-92523

I don't know how regularly the design is changed, but I don't getting the recipe reliably is possible?