{"id":13701960,"url":"https://github.com/Josue87/EmailFinder","last_synced_at":"2025-05-05T04:30:36.886Z","repository":{"id":41082770,"uuid":"367126152","full_name":"Josue87/EmailFinder","owner":"Josue87","description":"Search emails from a domain through search engines","archived":true,"fork":false,"pushed_at":"2023-03-09T21:08:54.000Z","size":39,"stargazers_count":386,"open_issues_count":5,"forks_count":80,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-10T23:45:46.763Z","etag":null,"topics":["crawler","osint"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Josue87.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-05-13T17:34:54.000Z","updated_at":"2025-04-10T08:40:34.000Z","dependencies_parsed_at":"2024-01-14T10:18:06.470Z","dependency_job_id":"d6a2b964-2b4d-430e-9dc2-3415579fe461","html_url":"https://github.com/Josue87/EmailFinder","commit_stats":{"total_commits":12,"total_committers":4,"mean_commits":3.0,"dds":0.5,"last_synced_commit":"0676bc0343f7b66b59e051138499be9fd21d89e0"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josue87%2FEmailFinder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josue87%2FEmailFinder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josue87%2FEmailFinder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Josue87%2FEmailFinder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Josue87","download_url":"https://codeload.github.com/Josue87/EmailFinder/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252439358,"owners_count":21747992,"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","osint"],"created_at":"2024-08-02T21:00:28.350Z","updated_at":"2025-05-05T04:30:36.627Z","avatar_url":"https://github.com/Josue87.png","language":"Python","funding_links":[],"categories":["[](#table-of-contents) Table of contents","[↑](#-table-of-contents) Email addresses","Open Sources Intelligence (OSINT)","Python"],"sub_categories":["[](#searchers-scrapers-extractors-parsers)Searchers, scrapers, extractors, parsers","Email, phone search and analysis tools"],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cb\u003eEmailFinder\u003c/b\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.python.org/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/python-3.6+-blue.svg?style=flat-square\u0026logo=python\"\u003e \n  \u003c/a\u003e\n   \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0.en.html\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-GNU-green.svg?style=square\u0026logo=gnu\"\u003e\n   \u003ca href=\"https://twitter.com/JosueEncinar\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/author-@JosueEncinar-orange.svg?style=square\u0026logo=twitter\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\nEmailFinder is designed to find company emails that are filtered by search engines. This is done by searching for @company.com. The goal has to be to have the minimum amount of emails in the search engines.\n\u003c/p\u003e\n\u003cbr/\u003e\n\n\n## Installation:\n\n```\n\u003e pip3 install emailfinder\n```\n\nUpgrades are also available using:\n\n```\n\u003e pip3 install emailfinder --upgrade\n```\n\n## Search Engines\n\n* google: Ok (note cookies policy and Captcha!).\n* bing: OK.\n* baidu: OK (few requests).\n* bing: Hunting Robots very fast.\n\n## Usage \n\nEmailFinder can be used in 2 ways:\n\n### CLI\n```\nemailfinder -d domain.com\n```\n\n```\nemailfinder -d domain.com -p http://127.0.0.1:8080\n```\n\nParameters:\n* d: Specifies the target domain.\n* v: Show EmailFinder version.\n* p: HTTP proxy server URL.\n\n### In code\n```\nfrom emailfinder.extractor import *\n\n\nemails1 = get_emails_from_google(\"domain.com\")\nemails2 = get_emails_from_bing(\"domain.com\")\nemails3 = get_emails_from_baidu(\"domain.com\")\n```\n\n## Example\n\n![image](https://user-images.githubusercontent.com/16885065/118242513-b71e1800-b49d-11eb-82ab-f311ec0bba2c.png)\n\n# Author\n\nThis project has been developed by:\n\n* **Josué Encinar García** -- [@JosueEncinar](https://twitter.com/JosueEncinar)\n\n\n# Disclaimer!\n\nThe software is designed to check a company's emails found in the search engines. The author is not responsible for any illegitimate use.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJosue87%2FEmailFinder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJosue87%2FEmailFinder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJosue87%2FEmailFinder/lists"}