{
"keywords": [
"[email protected]"
],
"domain": "example.com"
}Schemas
ScanRequest
Request body for starting a DarkRecon scan.
ScanRequest
Input payload forPOST /scan.
Rules
- Send exactly one of
keywordsordomain. keywordsreplaces the olderqueriesfield from previous docs.keywordscan include emails, phone numbers, usernames, IPs, passwords, car plates, social IDs, or composite search strings.
{
"keywords": ["[email protected]", "ShadowPlayer228"]
}
{
"domain": "example.com"
}
Send exactly one of keywords or domain.
List of search terms — emails, phone numbers, usernames, IPs, passwords, car plates, social account IDs, or composite queries. Provide this OR domain, not both.
Example:
Domain name to enumerate emails from and scan. Provide this OR keywords, not both.
Example:
"example.com"
