If you’re getting 429s, try rotating user-agents and IPs. `fake-useragent` lib is handy for this.
Also, `import requests` is blocking, so if speed matters, go async or thread it.
Also, `import requests` is blocking, so if speed matters, go async or thread it.
