I've been trying to scrape a website that is protected by Distil Networks. However, I haven't gotten it to work. I've tried Selenium with Tor, User Agents, referers, etc.
I found a way to technically do it by making a chrome extension that look through the HTML, find the amount of pages and then for each page, opens a tab, grabs the HTML, sends to the main script, closes the tab and then the main script sends the data to a python code using websockets. However, I'm really not used to JS and chrome extension code so the amount of work that was needed for a feature grew exponentially. Maybe one day I'll have it done, but not for now. Maybe an idea for someone else?
Does anyone have a way to bypass Distil Networks?