limit or returns pagination through response headers.
Common patterns
Date filters
Similar filters with different names
- Enterprise potential phishing and typosquatting use
q. - Enterprise compromised credentials uses
query. - Nexus company lookup uses
query. - Nexus IP lookup uses
query, while Tor lookup usesip. - Domain Collection lookup uses
domain.
Safe pagination loop
- Start at page 1.
- Validate that the expected items array and pagination object exist.
- Process and deduplicate stable record identifiers.
- Continue only while
has_next,pages, or equivalent metadata indicates another page. - Set a maximum page count so malformed metadata cannot create an infinite loop.
