What's the best way to start crawling with Python for web data? or Need advice on crawling with Pytho

18 Replies, 1715 Views

Scrapy is powerful but overkill for beginners. Stick with `requests` and `BeautifulSoup` first.

For dynamic stuff, `selenium` is heavy but reliable. If you want lighter, check out `requests-html`—it’s got JS support built in.

Pro tip: Rotate user agents and use proxies if you’re doing heavy crawling with Python. Otherwise, you’ll get banned fast.

Messages In This Thread



Users browsing this thread: 1 Guest(s)