{"id":19289999,"url":"https://github.com/biltudas1/scamemails","last_synced_at":"2026-01-08T07:15:00.888Z","repository":{"id":157929114,"uuid":"269358366","full_name":"BiltuDas1/ScamEmails","owner":"BiltuDas1","description":"All scam/fraud email address list","archived":false,"fork":false,"pushed_at":"2023-09-24T17:01:51.000Z","size":169,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"update","last_synced_at":"2025-02-04T14:46:44.244Z","etag":null,"topics":["emails","fake","fraud","scam","spam"],"latest_commit_sha":null,"homepage":"https://scam-emailapi.vercel.app/api","language":"PHP","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/BiltuDas1.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}},"created_at":"2020-06-04T12:50:15.000Z","updated_at":"2023-05-07T10:42:15.000Z","dependencies_parsed_at":"2025-01-05T19:41:41.695Z","dependency_job_id":"8a5a8642-f064-40f1-8cf5-6edc6ebe8af5","html_url":"https://github.com/BiltuDas1/ScamEmails","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/BiltuDas1%2FScamEmails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiltuDas1%2FScamEmails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiltuDas1%2FScamEmails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BiltuDas1%2FScamEmails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BiltuDas1","download_url":"https://codeload.github.com/BiltuDas1/ScamEmails/tar.gz/refs/heads/update","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246193156,"owners_count":20738450,"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":["emails","fake","fraud","scam","spam"],"created_at":"2024-11-09T22:17:44.339Z","updated_at":"2026-01-08T07:15:00.848Z","avatar_url":"https://github.com/BiltuDas1.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ScamEmails\nThis is a list of verified scammers that I have found on the internet. Please note that I have not personally validated every single email address, so there may be some mistakes. If you find any errors, please contact me or send a pull request to help me fix them.\n\n## Usablity\nTo check if an email address is on the list, then run\n```\ngit clone https://github.com/BiltuDas1/ScamEmails\ncd ScamEmails\npython verify.py \u003cemail-address\u003e\n```\nReplace `\u003cemail-address\u003e` with the actual email address you want to check.\n\n## API\nIf you want to implement this project into your application, you can use the provided API. The API can return results in either plain text or JSON format.\n\nTo use the API, send a POST request to the following URL with the email address and desired output format:\n```\nhttps://scam-emailapi.vercel.app/api\n```\n\nYou can also send a GET request to the URL in the following format:\n```\nhttps://scam-emailapi.vercel.app/api?email=example@example.com\u0026format=text\n```\nNote that the format parameter can only be set to either \"text\" or \"json\". If no format is specified, JSON will be the default.\n\n## Examples\n### Example in CURL (POST)\n\nHere's an example of checking if \"adavid244[at]yahoo[dot]com\" is in the database using a POST request in cURL:\n```\ncurl -s -X POST \\\n-d 'email=adavid244@yahoo.com' \\\nhttps://scam-emailapi.vercel.app/api\n\n# Output: {\"ok\":true, \"found\":true}\n```\n\n### Example in Javascript Fetch (POST)\n\nHere's an example of checking if \"adavid244[at]yahoo[dot]com\" is in the database using a POST request in Javascript Fetch:\n```\nconst text = {\n    email: 'adavid244@yahoo.com'\n};\n\nconst request = fetch('https://scam-emailapi.vercel.app/api', {\n        method: \"POST\",\n        headers: {\n            'Content-Type': 'application/x-www-form-urlencoded',\n        },\n        body: new URLSearchParams(text).toString()\n    })\n    .then((data) =\u003e data.json())\n    .then((data) =\u003e console.log(data));\n\n// Output: { ok: true, found: true }\n```\n\n### Example in Python requests (POST)\n\nHere's an example of checking if \"adavid244[at]yahoo[dot]com\" is in the database using a POST request in Python requests:\n```\nimport requests\nimport json\n\ndata = {\n    'email': 'adavid244@yahoo.com'\n}\n\nresponse = json.loads(requests.post('https://scam-emailapi.vercel.app/api', data=data).text)\n\nprint(response)\n\n# Output: {'ok': True, 'found': True}\n```\n\n## Contact\nIf you are interested then you can join into our telegram group [@techsouls0](https://telegram.me/techsouls0) or channel [@tecsouls](https://telegram.me/tecsouls)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiltudas1%2Fscamemails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbiltudas1%2Fscamemails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbiltudas1%2Fscamemails/lists"}