{"id":25001464,"url":"https://github.com/adityasinghvats/web-crawler","last_synced_at":"2025-07-28T05:05:04.706Z","repository":{"id":274071140,"uuid":"921814991","full_name":"Adityasinghvats/web-crawler","owner":"Adityasinghvats","description":"This is a project which mimics the web crawlers used in large browser engines like Chromium and Gecko.","archived":false,"fork":false,"pushed_at":"2025-01-25T14:40:02.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-08T10:05:16.710Z","etag":null,"topics":["csv","jest-tests","seo","web-crawling"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Adityasinghvats.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2025-01-24T17:06:16.000Z","updated_at":"2025-01-25T14:45:51.000Z","dependencies_parsed_at":"2025-06-08T10:15:07.465Z","dependency_job_id":null,"html_url":"https://github.com/Adityasinghvats/web-crawler","commit_stats":null,"previous_names":["adityasinghvats/web-crawler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Adityasinghvats/web-crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adityasinghvats%2Fweb-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adityasinghvats%2Fweb-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adityasinghvats%2Fweb-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adityasinghvats%2Fweb-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adityasinghvats","download_url":"https://codeload.github.com/Adityasinghvats/web-crawler/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adityasinghvats%2Fweb-crawler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267464522,"owners_count":24091505,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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":["csv","jest-tests","seo","web-crawling"],"created_at":"2025-02-04T20:35:12.528Z","updated_at":"2025-07-28T05:05:04.683Z","avatar_url":"https://github.com/Adityasinghvats.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web-crawler\n\nThis is a project which mimics the web crawlers used in large browser engines like Chromium and Gecko.\n\n## Description\n\nThis web crawler is designed to crawl web pages starting from a base URL, collect links, and generate a report of the pages it has visited and the number of times each page was found. It is built using Node.js and demonstrates basic web crawling and reporting functionalities.\n\n## Features\n\n- Crawl web pages and collect links\n- Normalize URLs\n- Handle both absolute and relative URLs\n- Generate a report of crawled pages and their hit counts\n- Unit tests for core functionalities using Jest\n- Ability to create report in CSV format for usage in excel or python parsing.\n\n## Installation\n\n1. Clone the repository:\n    ```sh\n    git clone https://github.com/Adityasinghvats/web-crawler.git\n    ```\n2. Navigate to the project directory:\n    ```sh\n    cd webcrawler\n    ```\n3. Install the dependencies:\n    ```sh\n    npm install\n    ```\n\n## Usage\n\nTo start the web crawler, run the following command:\n```sh\nnpm start \u003cany url of your choice\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityasinghvats%2Fweb-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadityasinghvats%2Fweb-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadityasinghvats%2Fweb-crawler/lists"}