What’s the best way to start crawling with Python for web scraping? or How can I improve my crawling

14 Replies, 1725 Views

Honestly, crawling with python is fun but messy. For dynamic content, I’d say go with Selenium or Playwright—they’re lifesavers.

And yeah, getting blocked sucks. Use `time.sleep()` between requests, and maybe even try Cloudflare-bypass tools if you’re hitting those walls.

Big mistake? Not checking if the site has an API first. Sometimes you don’t even need to scrape!

Messages In This Thread



Users browsing this thread: 1 Guest(s)