Skip to main content

Python package, scraping recipes from all over the internet

Project description

Github Version PyPI - Python Version GitHub Actions Unittests Coveralls License

Installation

pip install recipe-scrapers

Basic Usage

from recipe_scrapers import scrape_me

scraper = scrape_me("https://www.allrecipes.com/recipe/158968/spinach-and-feta-turkey-burgers/")
scraper.title()
scraper.instructions()
scraper.to_json()
# for a complete list of methods:
# help(scraper)

This package is focused exclusively on HTML parsing.

For advanced implementations, you’ll need to implement your own solution for fetching recipe HTMLs and managing network requests. The library works best when you provide both the HTML content and its source domain.

You are encouraged to use our scrape_html method:

from recipe_scrapers import scrape_html

Higher-quality image detection is enabled by default when multiple options are available on a page. If you prefer to keep the first image returned by the site, disable the behaviour on a per-call basis or via the global setting:

scraper = scrape_html(html, url, best_image=False)
image_url = scraper.image()

from recipe_scrapers.settings import settings

settings.BEST_IMAGE_SELECTION = False

Supported Sites

We support a wide range of recipe websites out of the box. Check our supported sites list for the full list.

You can also get the full list programmatically with:

from recipe_scrapers import SCRAPERS

SCRAPERS.keys()

Contributing

We welcome contributions! Please read our contribution guide to get started.

Special Thanks

To all the contributors who help make this project better!

https://contrib.rocks/image?repo=hhursev/recipe-scrapers

Share Your Project

Have an idea for using recipe-scrapers? Check out our project ideas wall for inspiration or to share your own project!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

recipe_scrapers_gregbiv_fork-0.1.0.tar.gz (141.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

recipe_scrapers_gregbiv_fork-0.1.0-py3-none-any.whl (300.8 kB view details)

Uploaded Python 3

File details

Details for the file recipe_scrapers_gregbiv_fork-0.1.0.tar.gz.

File metadata

File hashes

Hashes for recipe_scrapers_gregbiv_fork-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a98fca3d9044667dd0d96e5b0c457201a876c110b70a37c007fde8002dc94b8c
MD5 bd6aa2ff54754422e39b40aaa42f2662
BLAKE2b-256 b0c266433e5286a6eb408fd9bbada1e1b0cbd3c038e9bf1c85376a7e53ae9ce7

See more details on using hashes here.

File details

Details for the file recipe_scrapers_gregbiv_fork-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for recipe_scrapers_gregbiv_fork-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d181c071fa32927cfe363cbd278e78eab00b789ac022f9b37abe358b4eec9a4a
MD5 60803230d81b2106be1d3a0b1ae210a2
BLAKE2b-256 0f749733bc6c7e224984986aaed366a1a1ba98c294af96b10fbdaeef04008455

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page