Earlier quoted context omitted.
Thanks for your feedback, I do appreciate it.
Not many people can take criticism is stride like that. You are awesome.
Web Scraping in 2016
31–40 of 402 posts
Re: Web Scraping in 2016
#32Scraping with Selenium in Docker is pretty great, especially because you can use the Docker API itself to spin up/shut down containers at will. So you can spin up a container to hit a specific URL in a second, scrape whatever you're looking for, then kill the container. This can be done via a job queue (sidekiq if you're using Ruby) to do all sorts of fun stuff. That aside, hitting Insta like this is playing with fir…
Re: Web Scraping in 2016
#33Re: Web Scraping in 2016
#34To fight scrapers, we show some values as images that look like text (but not all the time) And we insert random (non-visible) html and css classes in our site to screw with em, and use randomized css classnames. This fucks with xpaths and css selectors. You can't stop them, but you can make their lives painful.
Re: Web Scraping in 2016
#35> AngelList even detects PhamtomJS (have not seen other sites do this). I run a site that aggregates/crawls job boards for remote job postings, and AngelList has been VERY difficult to crawl for various reasons, but you easily get PhantomJS to work (I have). Having said that, I've never felt very good about the fact that I'm defeating their attempts to block me (even though I feel like I'm doing them a favor) and wil…
Re: Web Scraping in 2016
#36To fight scrapers, we show some values as images that look like text (but not all the time) And we insert random (non-visible) html and css classes in our site to screw with em, and use randomized css classnames. This fucks with xpaths and css selectors. You can't stop them, but you can make their lives painful.
Re: Web Scraping in 2016
#37As someone who does a lot of scraping, I was happy to learn about Antigate :)
Re: Web Scraping in 2016
#38Have you run into any issues from running all of your scrapers off of AWS, or just from sites detecting that you're accessing large numbers of pages in some sort of obvious pattern? I guess I was hoping there would be sites with more interesting ways to screw with web scrapers (rearranging certain page elements or something) than just throwing up a CAPTCHA.
Re: Web Scraping in 2016
#39Currently getting 502 Gateway. Guessing this post is also trending on reddit and we hugged it to death :(.
Re: Web Scraping in 2016
#40Currently getting 502 Gateway. Guessing this post is also trending on reddit and we hugged it to death :(.