I'm trying to crawl data from https://www.expireddomains.net/ using Python
They require an account to see all data, so signed up and used Chrome to inspect what headers were sent to their server. I copied all that headers to my Python script including Cookie. I even put a random 3 to 5 minutes break between requests. I could get up to around 10 pages and they suspended my account. How can they know that I'm crawling from their site? The only reason I can think of is that I'm crawling data for 1 type of domain (*.sg) using paging, and that's the data I need
They require an account to see all data, so signed up and used Chrome to inspect what headers were sent to their server. I copied all that headers to my Python script including Cookie. I even put a random 3 to 5 minutes break between requests. I could get up to around 10 pages and they suspended my account. How can they know that I'm crawling from their site? The only reason I can think of is that I'm crawling data for 1 type of domain (*.sg) using paging, and that's the data I need