Requires Python 3.7+ and requests.
pip install requestsSet your API key:
export OSINTX_API_KEY="oix_XXXXXXXX_XXXXXXXXXXXXXXXX_XXXXXXXX"python osintx.pyUncomment the function calls at the bottom of the script to try different search types.
| Function | Search Type | Description |
|---|---|---|
get_account_usage() |
β | Check plan, daily searches & limits |
search_username(query) |
username |
Social + breach database lookup |
search_email(query) |
email |
Breach database lookup |
search_ip(query) |
ip |
Geolocation, ASN, open ports, FiveM cross-ref |
search_discord(query) |
discord |
Leak DB + FiveM ban DB cross-reference |
search_fivem(query) |
fivem |
FiveM ID / IP / name across ban DBs |
search_crypto(address) |
crypto |
Wallet balance, TXs, mixer flags |
search_phone(query) |
phone |
Carrier, country, breach hits |
search_breaches(query) |
breaches |
Email / username breach search |
search_minecraft(query) |
minecraft |
Username or UUID lookup |
search_bank(query) |
bank |
BIN / IIN lookup (6β8 digits) |
search_password(query) |
password |
Plaintext password in breach dumps |
search_ddg(query) |
ddg |
DuckDuckGo web search |
Full API documentation: https://osintx.io/docs