{"id":17651484,"url":"https://github.com/lawzava/emailscraper","last_synced_at":"2025-05-07T07:13:49.378Z","repository":{"id":46631521,"uuid":"345141818","full_name":"lawzava/emailscraper","owner":"lawzava","description":"Minimalistic library to scrape emails from websites with headless browser support.","archived":false,"fork":false,"pushed_at":"2023-12-25T12:07:07.000Z","size":66,"stargazers_count":26,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-07T07:13:37.872Z","etag":null,"topics":["email","go","golang","hacktoberfest","headless","scraping"],"latest_commit_sha":null,"homepage":"https://pkg.go.dev/github.com/lawzava/emailscraper","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/lawzava.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["lawzava"]}},"created_at":"2021-03-06T16:33:40.000Z","updated_at":"2025-04-05T07:17:19.000Z","dependencies_parsed_at":"2023-12-25T13:33:33.074Z","dependency_job_id":"5df6e24e-c18e-465b-877c-3794327f2426","html_url":"https://github.com/lawzava/emailscraper","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lawzava%2Femailscraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lawzava%2Femailscraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lawzava%2Femailscraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lawzava%2Femailscraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lawzava","download_url":"https://codeload.github.com/lawzava/emailscraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252831270,"owners_count":21810784,"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":["email","go","golang","hacktoberfest","headless","scraping"],"created_at":"2024-10-23T11:42:23.697Z","updated_at":"2025-05-07T07:13:49.314Z","avatar_url":"https://github.com/lawzava.png","language":"Go","funding_links":["https://github.com/sponsors/lawzava"],"categories":[],"sub_categories":[],"readme":"![GolangCI](https://github.com/lawzava/emailscraper/workflows/golangci/badge.svg?branch=main)\n[![Version](https://img.shields.io/badge/version-v1.2.1-green.svg)](https://github.com/lawzava/emailscraper/releases)\n[![Go Report Card](https://goreportcard.com/badge/github.com/lawzava/emailscraper)](https://goreportcard.com/report/github.com/lawzava/emailscraper)\n[![Coverage Status](https://coveralls.io/repos/github/lawzava/emailscraper/badge.svg?branch=main)](https://coveralls.io/github/lawzava/emailscraper?branch=main)\n[![Go Reference](https://pkg.go.dev/badge/github.com/lawzava/emailscraper.svg)](https://pkg.go.dev/github.com/lawzava/emailscraper)\n\n# emailscraper\n\nMinimalistic library to scrape emails from websites.\n\nRequires chromium or google-chrome available in environment for JS render utilization. \n\n## Installation\n\n```\ngo get github.com/lawzava/emailscraper\n```\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\n\t\"github.com/lawzava/emailscraper\"\n)\n\nfunc main() {\n\ts := emailscraper.New(emailscraper.DefaultConfig())\n\n\textractedEmails, err := s.Scrape(\"https://lawzava.com\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\t\n\tfmt.Println(extractedEmails)\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flawzava%2Femailscraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flawzava%2Femailscraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flawzava%2Femailscraper/lists"}