Q: Hello Andrel, Can I use this to pull domain name lists directly from domain name registrars like Godaddy and ...
Namecheap and others to google sheets? Thank you.

Andrei_KPIBees
May 14, 2024A: Hi!
I recommend using either the XML or JSON connectors for this one. From what I saw namecheap has an API that you can use https://www.namecheap.com/support/api/intro/
namecheap.domains.getList
Returns a list of domains for the particular user
Example Request
https://api.namecheap.com/xml.response?ApiUser=apiexample&ApiKey=56b4c87ef4fd49cb96d915c0db68194&UserName=apiexample&Command=namecheap.domains.getList&ClientIp=192.168.1.109
get your api and then replace it here
If it says somewhere to whitelist an IP, this is our IP 94.130.18.249.
I assume it will be similar for godaddy :)
Best of luck to you