{"id":21911542,"url":"https://github.com/arumie/recipe-scraper","last_synced_at":"2026-04-19T13:31:30.301Z","repository":{"id":265134957,"uuid":"895237652","full_name":"arumie/recipe-scraper","owner":"arumie","description":"Scraper for scraping recipes","archived":false,"fork":false,"pushed_at":"2024-11-27T21:43:24.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-22T08:29:53.343Z","etag":null,"topics":["deno","puppeteer","typescript"],"latest_commit_sha":null,"homepage":"https://dzach.dev","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arumie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-27T20:22:45.000Z","updated_at":"2024-11-27T21:43:27.000Z","dependencies_parsed_at":"2024-11-27T21:29:48.586Z","dependency_job_id":"4f478751-78e7-44d1-903f-7a7ed49cf386","html_url":"https://github.com/arumie/recipe-scraper","commit_stats":null,"previous_names":["arumie/recipe-scraper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arumie/recipe-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arumie%2Frecipe-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arumie%2Frecipe-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arumie%2Frecipe-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arumie%2Frecipe-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arumie","download_url":"https://codeload.github.com/arumie/recipe-scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arumie%2Frecipe-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32009051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","puppeteer","typescript"],"created_at":"2024-11-28T18:06:34.744Z","updated_at":"2026-04-19T13:31:30.278Z","avatar_url":"https://github.com/arumie.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Recipe Scraper\n\nThis project is a recipe scraper that extracts recipe information from a given\nURL and converts it into Markdown format. It uses Puppeteer for web scraping and\nDeno as the runtime environment.\n\n## Features\n\n- Scrapes recipe title, description, tags, ingredients, and steps.\n- Converts the scraped recipe into Markdown format.\n- Supports headless and non-headless browser modes.\n\n## Installation\n\n1. Install [Deno](https://deno.land/#installation).\n2. Clone this repository:\n\n```sh\ngit clone https://github.com/your-username/recipe-scraper.git\ncd recipe-scraper\ndeno install -A\n```\n\n## Usage\n\nTo run the scraper, use the following command:\n\n```sh\ndeno task run \u003crecipe_url\u003e [headless]\n```\n\n### Arguments\n\n- `\u003crecipe_url\u003e`: URL of the recipe to scrape (required).\n- `[headless]`: Whether to run the browser in headless mode (default: true).\n\n### Example\n\n```sh\ndeno task run https://www.example.com/recipe true\n```\n\n## Project Structure\n\n- `main.ts`: Entry point of the application.\n- `src/scraper.ts`: Contains the main scraping logic.\n- `src/utils.ts`: Utility functions for the scraper.\n- `deno.json`: Configuration file for Deno tasks.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farumie%2Frecipe-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farumie%2Frecipe-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farumie%2Frecipe-scraper/lists"}