{"categories":[{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/9"},{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/7"}],"enrichment":{"capability":"Extracts structured recipe data (ingredients, instructions, cooking times, images) from cooking websites by parsing HTML, Schema.org markup, and OpenGraph metadata.","skillfed_tags":["web-scraping","recipe-data","html-parsing"],"use_cases":["Build a recipe collection app that imports recipes from multiple cooking websites into a unified database.","Scrape recipe metadata to power a meal-planning or nutrition-tracking tool.","Extract recipe instructions and ingredients for offline recipe storage or mobile app content.","Aggregate recipe data from multiple sources for comparison or analysis.","Integrate recipe parsing into a cooking assistant or kitchen app."],"what_it_does":"recipe-scrapers is a Python library that extracts structured recipe data from cooking websites. It parses recipe information from standard HTML structure, Schema.org markup (JSON-LD, Microdata, RDFa), and OpenGraph metadata, providing a consistent API to retrieve ingredients, instructions, cooking times, images, and other recipe fields. The library handles the parsing layer only\u2014you supply the HTML content and its source domain, and it returns structured data via methods like title(), instructions(), and to_json().\n\nThe package is focused exclusively on HTML parsing and does not handle network requests or bot protection circumvention. It supports current Python versions (3.10 through 3.14) and works with a wide range of recipe websites out of the box. Higher-quality image detection is enabled by default but can be disabled per-call or globally.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. It solves a specific, well-defined problem\u2014parsing recipe data from HTML\u2014with a simple API and support for multiple markup standards. Install it if you need to extract recipe information from websites; skip it if you don't need recipe parsing."},"id":"recipe-scrapers","links":{"html":"https://skillfed.io/packages/recipe-scrapers","md":"https://skillfed.io/packages/recipe-scrapers.md","pypi":"https://pypi.org/project/recipe-scrapers/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-08","license_spdx":null,"license_treatment":"permissive","name":"recipe-scrapers","python_support":"supports_current","summary":"Python package, scraping recipes from all over the internet"},"popularity":{"monthly_downloads":97483,"position":13149,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"15.12.0"}
