Blackbird
Check usernames and email addresses on websites and social networks
URL
https://github.com/p1ngul1n0/blackbird (last update Aug 2025, as of 31. January 2026)
Description
Blackbird is a Python command-line tool that searches for accounts associated with a given username or email address across social networks and websites.
For username searches, the tool is integrated with the WhatsMyName project, which maintains a database of 600+ sites for accurate reverse username lookups. The data sources maintained by the WhatsMyName team can be found here.

For email address searches, it queries the servers of websites in the WhatsMyName database to check whether an account exists for a given address. When a valid account is found, a direct URL to the user's profile is returned.
Beyond simply listing matched accounts, the tool automatically extracts publicly available metadata from discovered profiles — such as names, locations, and profile images — and supports exporting results in PDF, CSV, or HTTP response formats for further analysis.
Like other username enumeration tools such as Sherlock, it checks usernames against its own distinct collection of sources, meaning results for the same username will differ between tools. It provides broader coverage of NSFW and alternative social media platforms, including Gab and Truth Social, while Sherlock tends to surface stronger results on mainstream social networks that are currently or were previously popular, such as LinkedIn, ICQ, 9Gag, and Letterboxd.

A built-in AI analysis feature interprets discovered profiles to generate behavioural and technical summaries. This is available free of charge within daily usage limits, and according to the tool's documentation, no personal data is shared with the API.
The rate of false positives and invalid results is generally low. Because it surfaces unique results compared to similar tools, using it in conjunction with other username and email search tools is recommended to achieve the widest possible coverage.
Cost
Level of difficulty
Requirements
Python3
Basic familiarity with the command line, as the tool is operated entirely through a terminal.
Limitations & Ethical Considerations
In terms of username investigations, the tool may miss valid results from various sources that can be surfaced with other tools like Sherlock.
Guide
Installation and simple usage: https://github.com/p1ngul1n0/blackbird
Full documentation, with advanced use cases: https://p1ngul1n0.gitbook.io/blackbird
Installation
Clone the repository and navigate into the project folder:
Install the required dependencies:
Note: If you are using Python 3, you may need to use
pip3instead ofpip. See the Pro Tips section for details.
Usage And Pro tips
You can search for multiple usernames or email addresses in a single command by listing them together:
Alternatively, if you have a long list, pass a text file directly:
Results can be exported in multiple formats using dedicated flags:
To route all requests through a proxy, for example for anonymity or to bypass regional restrictions:
Advanced queries can be built using built-in categories, boolean operators, and substring matches on source names. To search for all accounts with a given username on sites categorised as "social":
The tool includes a built-in AI analysis feature that generates behavioural summaries based on the platforms where a username or email is found. To enable it, first generate a local API key:
Then run a search with the --ai flag:
AI-generated summaries are also included in exported PDF reports. Usage is free but subject to a daily quota. Importantly, only the names of the discovered sites are sent to the API — no personal data or profile content is transmitted.
Similar Tools
Blackbird sits in the middle ground between quick, browser-based username checkers and deeper enumeration tools that extract extensive metadata. Its strength lies in alternative and NSFW platform coverage through its WhatsMyName integration, but investigators will often need to combine it with other tools to cover mainstream social networks and extract richer profile data.
Tool provider
Original developer is Lucas Antoniaci.
Advertising Trackers
tsvetelina and Martin Sona
Last updated
Was this helpful?