Added
{ New } - Subdomain Filtering Feature
10 days ago by Dan Benshitrit
✨ New Features
🎯 Subdomain Filtering for Domain Search
- Added
subdomainsparameter to/search-by-domainendpoint - Filtering capability: Matches against subdomain portions of URLs (e.g., "auth" in "auth.example.com")
- Key difference from keywords:
- 🎯 Subdomains: Matches only the subdomain portion of URLs
- 🔍 Keywords: Matches across the entire URL including paths, parameters, and subdirectories
- Limit: Maximum 5 subdomains per request
- Example usage:
{"domains": ["example.com"], "subdomains": ["auth", "admin"]}
🔒 Validation Rules
- Mutual exclusivity:
subdomainscannot be used with:keywordsorkeywords_matchparametersexternal_domainsparameter
- Clear error messages for invalid parameter combinations
