A user-friendly, asynchronous Python 3 wrapper for the LeakRadar.io API.
Highlights
- Async API via
httpx- Automatic JSON decoding (prefers
ujsonif installed)- Binary-safe downloads (CSV/TXT/PDF/ZIP)
- Full coverage for Advanced, Domain, Email, Raw search, Exports, Notifications, Unlocked & Lists, Tasks, Stats
- API reference: https://docs.leakradar.io
- Production endpoint:
https://api.leakradar.io
- Python 3.8+
httpx- Optional (recommended):
ujson
Install:
pip install leakradar
# optional
pip install ujson