scrape-recipe

Scrape recipe websites with recipe schema data using Playwright

Usage no npm install needed!

<script type="module">
  import scrapeRecipe from 'https://cdn.skypack.dev/scrape-recipe';
</script>

README

GitHub top language GitHub repo size GitHub code size in bytes GitHub

Scrape Recipe

Scrape recipe websites with recipe schema data using Playwright.

Installation

Using npm:

npm install scrape-recipe

Usage

// import module
const scrapeRecipe = require('scrape-recipe')

async function getRecipe() {
  let recipe = await scrapeRecipe('recipe-website-url')
  console.log(recipe)
}

Contributing

Issues and pull requests are welcome. This codebase follows the Contributor Covenant standard.

License

MIT