Developer Reference
Best Practices
DomScan API: Add prefer_cache=1 to all requests unless you specifically need fresh data.
Best Practices
1. Always Use Caching
Add prefer_cache=1 to all requests unless you specifically need fresh data.
2. Batch Your Requests
Use the bulk endpoint instead of making multiple individual requests.
3. Check Coverage First
Verify which TLDs are supported: GET /v1/coverage
4. Handle Errors Gracefully
Implement retry logic with exponential backoff for transient failures.
Need Help? Contact us at @estevecastells