Fix 429 Client Error in getCompanyDomains.py
The server blocks the script from getting a response. I can't really find documentation that provides the rate limit, but after messing around with it locally, it seems that it can do ~30 requests per hour. There are 500 companies, so incorporating a delay would take around 17 hours.
Potential workarounds:
- create a delay
- use a proxy