OSINT Lookups
Email OSINT
GET
Email OSINT
Discover which websites an email address is registered on.
The
Parameters
Email address to investigate
Purpose/reason for the OSINT search (can also be provided via headers)
Headers
Your API key
Alternative way to provide the purpose (takes priority over query parameter)
Alternative way to provide the purpose
Can include
Purpose: Your Purpose within the User-Agent stringCredit System
Email OSINT searches require credits to be performed. The cost per search varies by your subscription plan:| Plan | Price per Search | Monthly Free Credits |
|---|---|---|
| Free | €0.50 | 5 searches (€2.50) |
| Starter | €0.40 | 10 searches (€4.00) |
| Researcher | €0.30 | 20 searches (€6.00) |
| Investigator | €0.20 | 30 searches (€6.00) |
| Enterprise | €0.15 | 50 searches (€7.50) |
Monthly Credits: Free credits are automatically awarded on the first of each month based on your plan. Free credits are not stackable - unused credits from previous months do not accumulate.
Credit Deduction: Credits are deducted only after a successful API response. Failed requests (due to invalid parameters, rate limits, etc.) do not consume credits.
Check Credit Balance
Before making a search request, you can check your current credit balance using the/api/user endpoint, which includes email OSINT credit information:
Endpoint: GET /api/user
email_osint_credits object in the response contains:
current_balance: Current credit balance in EURprice_per_search: Cost per search based on your planhas_sufficient_credits: Whether you have enough credits for at least one searchsearches_available: Estimated number of searches available with current balance
Response
Returns information about websites where the email address is registered. Credits are deducted after a successful response.Example Request
Error Responses
Insufficient Credits (402 Payment Required)
If you don’t have enough credits to perform a search, you’ll receive a 402 status code:Rate Limit Exceeded (429 Too Many Requests)
If you exceed the rate limit of 3 requests per second, you’ll receive a 429 status code. This does not consume credits.Other Status Codes
200 OK- Success (credits are deducted)400 Bad Request- Missing or invalid parameters (no credits deducted)403 Forbidden- Invalid or missing API key (no credits deducted)429 Too Many Requests- Rate limit exceeded (no credits deducted)500 Internal Server Error- Server error (no credits deducted)
Email OSINT
