{"library":"recipe-scrapers","title":"recipe-scrapers","description":"A Python package for scraping recipe data from hundreds of websites. Provides a unified interface to extract structured data such as ingredients, instructions, cook times, and nutrition. Requires Python >=3.10. Current version: 15.11.0. Active development with frequent releases every few weeks.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install recipe-scrapers"],"cli":null},"imports":["from recipe_scrapers import scrape_me","from recipe_scrapers import AbstractScraper"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from recipe_scrapers import scrape_me\n\nurl = 'https://www.allrecipes.com/recipe/12345/'\nscraper = scrape_me(url)\nprint(scraper.title())\nprint(scraper.ingredients())\nprint(scraper.instructions())","lang":"python","description":"Fetch and parse a recipe from a given URL. scrape_me returns a scraper object with methods like title(), ingredients(), instructions(), etc.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}