{"id":22015312,"url":"https://github.com/ericz99/go-crawler","last_synced_at":"2025-10-07T20:45:20.193Z","repository":{"id":57563354,"uuid":"250007403","full_name":"ericz99/go-crawler","owner":"ericz99","description":"Simple lightweight crawler, that will find all endpoints on any website.","archived":false,"fork":false,"pushed_at":"2020-03-25T15:28:46.000Z","size":5,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-28T15:35:24.101Z","etag":null,"topics":["crawler","golang"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ericz99.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":"2020-03-25T14:52:51.000Z","updated_at":"2024-11-04T15:18:54.000Z","dependencies_parsed_at":"2022-08-31T05:01:51.051Z","dependency_job_id":null,"html_url":"https://github.com/ericz99/go-crawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericz99%2Fgo-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericz99%2Fgo-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericz99%2Fgo-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericz99%2Fgo-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericz99","download_url":"https://codeload.github.com/ericz99/go-crawler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245078129,"owners_count":20557279,"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","golang"],"created_at":"2024-11-30T04:21:09.645Z","updated_at":"2025-10-07T20:45:15.131Z","avatar_url":"https://github.com/ericz99.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## go-crawler\n\nWill crawl through the website, and scrape all endpoints, paths, hashtags, etc.\n\n## Installation\n\nInstallation is done using `go get`.\n\n```\ngo get -u github.com/ericz99/go-crawler\n```\n\n## Example\n\n```golang\npackage example\n\nimport (\n\tcrawler \"github.com/ericz99/go-crawler\"\n)\n\nfunc main() {\n\t// # create a crawler instance\n\tspider := crawler.Crawler{}\n\t// # crawl the page\n\tresult, domain := spider.Crawl(\"https://kith.com/\")\n\t// # download result\n\tspider.Download(result, domain)\n}\n```\n\n## Todo\n\n- [ ] Find all links base on regex, instead of relying on goquery\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericz99%2Fgo-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericz99%2Fgo-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericz99%2Fgo-crawler/lists"}