{"id":13447169,"url":"https://github.com/vivekg13186/easy_web_crawler","last_synced_at":"2026-07-06T01:31:07.162Z","repository":{"id":57218817,"uuid":"139572602","full_name":"vivekg13186/easy_web_crawler","owner":"vivekg13186","description":"Web crawler around puppeteer to crawler ajax/java script enabled pages.","archived":false,"fork":false,"pushed_at":"2018-10-11T18:29:44.000Z","size":1237,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T14:45:42.088Z","etag":null,"topics":["crawler","spider","web"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/vivekg13186.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-03T11:19:28.000Z","updated_at":"2019-05-18T18:31:04.000Z","dependencies_parsed_at":"2022-08-28T23:22:29.980Z","dependency_job_id":null,"html_url":"https://github.com/vivekg13186/easy_web_crawler","commit_stats":null,"previous_names":["vivekg13186/simple_web_crawler"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekg13186%2Feasy_web_crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekg13186%2Feasy_web_crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekg13186%2Feasy_web_crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vivekg13186%2Feasy_web_crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vivekg13186","download_url":"https://codeload.github.com/vivekg13186/easy_web_crawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246193156,"owners_count":20738450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["crawler","spider","web"],"created_at":"2024-07-31T05:01:09.988Z","updated_at":"2025-10-24T13:25:26.986Z","avatar_url":"https://github.com/vivekg13186.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# easy_web_crawler [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/easy_web_crawler/Lobby)\n\nWeb crawler around puppeteer to crawler ajax/java script enabled pages.Check out example folder for how to use\n\n# Features!\n\n  - Support crawling of javascript/ajax pages\n  - url filter\n  - avoid duplicate urls\n  - delay before page load\n  - custom data extraction\n  - build in spider\n  - stop and resume the crawling\n  - fast image download\n\n# Documentation\n[Read full documentation here](https://vivekg13186.github.io/easy_web_crawler/1.0.5/)\n\n\n   \n    \n### USAGE\n\n```\nvar Scraper = require(\"easy_web_crawler\")\n\nasync function main() {\n\n    var scraper = new Scraper();\n    scraper.startWithURLs(\"start_url\")\n    scraper.allowIfMatches(function (url) { \u003c\u003csome true false logic here\u003e\u003e })\n    scraper.enableAutoCrawler(true)\n    scraper.saveProgressInFile(\"hello.db\")\n    scraper.waitBetweenPageLoad(0)\n    scraper.callbackOnPageLoad(async function (page) {\n        \u003c\u003clogic here\u003e\u003e\n    });\n    scraper.callbackOnFinish(function (result) {\n        console.log(JSON.stringify(result,null,4))\n    })\n    await scraper.start()\n}\n\nmain()\n\n```\n\n\n\nLicense\n----\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekg13186%2Feasy_web_crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvivekg13186%2Feasy_web_crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvivekg13186%2Feasy_web_crawler/lists"}