DomainTools/python_api

reverse_whois limit on results?

Closed this issue · 1 comments

Hi devs,

While utilizing the reverse_whois endpoint it looks like I can only get the first 5,000 results when doing a call like so in a basic async function:

call = await self.api.reverse_whois(query=[email], mode='purchase')
results_obj = call.response() 
domain_list = results_obj.get('domains')

Is there documentation I have missed or a better way to implement it so that it will paginate or scan through the AsyncResults object? (Python 3.6 and domaintools-api 0.2.4)

Hi Alex, Thank you for reaching out! I encourage you to get in contact with your account manager regarding this concern by emailing us at enterprisesupport@domaintools.com.