Initializing CloudFlare cookies with Crawlee
Hi,
I am currently using a PlaywrightScrapper to initialize cloudflare cookies to then send requests to the website programmatically.
My problem is that the target website does multiple redirects to itself before the CF cookie is ready, which I did not achieve to handle using my code. You know the cookie is ready when you get a 200 status code.
Code :
This lib is probably not the best suited for my use case, but I liked how Crawlee made it simple to have a browser that's stealth and easy to interact with.
Is Playwright the right crawler? Can somebody help me with the implementation please?
0 Replies