> I need to make a general remark to people who are evaluating (and/or) planning to introduce anti-bot software on their websites. Anti-bot software is nonsense. Its snake oil sold to people without technical knowledge for heavy bucks. If this guy got to experience how systemically bad the credential stuffing problem is, he'd probably take down the whole repository. None of these anti-bot providers give a shit about…
Avoiding bot detection: How to scrape the web without getting blocked?
11–20 of 312 posts
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#12Half of the short-links to cutt.ly aren't working. Why use short links in markdown ?
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#13 You use this software at your own risk. Some of them contain malwares just fyi
LOL why post LINKS to them then? Flat-out irresponsible... you build a tool to automate social media accounts to manage ads more efficiently
If by "manage" you mean "commit click fraud"Re: Avoiding bot detection: How to scrape the web without getting blocked?
#14I'm currently looking for ways to get real estate listings in a particular area and apparently the only real solution is the scrape the few big online listing sites.
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#15> I need to make a general remark to people who are evaluating (and/or) planning to introduce anti-bot software on their websites. Anti-bot software is nonsense. Its snake oil sold to people without technical knowledge for heavy bucks. If this guy got to experience how systemically bad the credential stuffing problem is, he'd probably take down the whole repository. None of these anti-bot providers give a shit about…
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#16Are there any court cases that provide precedence regarding the legality of web scraping? I'm currently looking for ways to get real estate listings in a particular area and apparently the only real solution is the scrape the few big online listing sites.
That’s one of the bigger ones. Unfortunately recent events means scraping is still a gray area.
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#17This kind of indirect scraping can be useful for getting almost all the information you want from sites like LinkedIn that do aggressive scraping detection.
Re: Avoiding bot detection: How to scrape the web without getting blocked?
#18There’s one technique that can be very useful in some circumstances that isn’t mentioned. Put simply, some sites try to block all bots except for those from the major search engines. They don’t want their content scraped, but they want the traffic that comes from search. In those cases, it’s often possible to scrape the search engines instead using specialized queries designed to get the content you want into the blu…