[b]"Best way to scrape whole website robots.txt – how to do it properly?"[/b] or [b]"How to scrape whole website r

18 Replies, 1037 Views

Honestly, half the battle is respecting the site’s rules. If you scrape whole website robots.txt how to aggressively, you’ll get banned fast.

I use a combo of `httpx` (faster than requests) and a free proxy list. Keep it slow, like 1 request every few seconds.

For parsing, just skip comments and focus on "Disallow" and "Allow" directives.

Messages In This Thread



Users browsing this thread: 1 Guest(s)