{"id":20095409,"url":"https://github.com/adriantomin/email-scraper","last_synced_at":"2026-03-12T21:12:10.879Z","repository":{"id":256626877,"uuid":"855563191","full_name":"AdrianTomin/email-scraper","owner":"AdrianTomin","description":"📧 A Python-based web scraping tool that recursively collects email addresses from websites. 🌐 It follows links to multiple pages and extracts emails using BeautifulSoup and regex.","archived":false,"fork":false,"pushed_at":"2024-11-04T22:25:03.000Z","size":17,"stargazers_count":18,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T21:46:29.027Z","etag":null,"topics":["automation","beautifulsoup","emailextractor","python","regex","requests","webscraping"],"latest_commit_sha":null,"homepage":"","language":"Python","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/AdrianTomin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2024-09-11T04:35:37.000Z","updated_at":"2025-09-15T04:49:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"31ea525e-08ae-437f-8e44-a317bb5043a8","html_url":"https://github.com/AdrianTomin/email-scraper","commit_stats":null,"previous_names":["adriantomin/email-scraper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdrianTomin/email-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianTomin%2Femail-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianTomin%2Femail-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianTomin%2Femail-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianTomin%2Femail-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdrianTomin","download_url":"https://codeload.github.com/AdrianTomin/email-scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianTomin%2Femail-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30444406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T20:23:30.529Z","status":"ssl_error","status_checked_at":"2026-03-12T20:23:14.027Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["automation","beautifulsoup","emailextractor","python","regex","requests","webscraping"],"created_at":"2024-11-13T16:55:16.746Z","updated_at":"2026-03-12T21:12:10.863Z","avatar_url":"https://github.com/AdrianTomin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Email Scraper Tool 📧\n\nA Python-based tool that scrapes websites to collect email addresses. Given a starting URL, this tool will recursively follow links found on the page and extract email addresses from all visited pages.\n\nBuilt with:\n\u003cbr\u003e\n\u003cbr\u003e\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54) \n\u003cbr\u003e\n\u003cbr\u003e\n\n## Features ✨\n- **Recursive scraping**: Follows links on the web pages to visit multiple pages for a thorough search.\n- **Email extraction**: Uses regular expressions to find and collect email addresses.\n- **Easy to use**: Just enter a URL, and the tool will start scraping.\n\n## Requirements 🛠️\n- `python 3.x`\n- `requests` – For making HTTP requests.\n- `beautifulsoup4` – For parsing and navigating HTML.\n- `lxml` – An XML/HTML parser for BeautifulSoup.\n\n## Installation Guide 📝\n\n### 1. Clone the repository:\n```bash\ngit clone https://github.com/AdrianTomin/email-scraper.git\ncd email-scraper\n```\n\n### 2. Set up a virtual environment (optional but recommended):\n```bash\npython -m venv venv\nsource venv/bin/activate  \n```\n\u003e On Windows: venv\\Scripts\\activate\n\n### 3. Install dependencies:\nThe required libraries are listed in requirements.txt. You can install them using pip:\n```bash\npip install -r requirements.txt\n```\nIf you don't have the requirements.txt file yet, you can generate it as follows:\n```bash\npip freeze \u003e requirements.txt\n```\n\n### 4. Run the tool:\nAfter installing the dependencies, you can run the tool by executing the following command:\n\n```bash\npython email_scraper.py\n```\n\n## Example Output 🖥️\n```\n[+] Enter url to scan: https://example.com\n[1] Processing https://example.com\n[2] Processing https://example.com/contact\nFound emails:\ninfo@example.com\nsupport@example.com\n```\n\n## Badges\n[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)\n\n## Authors\n- [@AdrianTomin](https://www.github.com/AdrianTomin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriantomin%2Femail-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadriantomin%2Femail-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadriantomin%2Femail-scraper/lists"}