We’ve noticed there are a number of users running a script that retrieves their uncompressed user page multiple times per second, producing an absurd amount of network traffic. Fortunately, we do cache the user page if the requests come in anonymously, so the database load was not significant.

However, this behavior is irresponsible and unacceptable, so we will permanently ban any IP we see doing this. We’ve already banned about a dozen IPs for this, and we will continue to do so. If you persist, your account will be permanently deleted. We might even lay down long term IP block bans if necessary.

We would prefer that you use our RSS feeds, or lobby us to improve our RSS feeds, rather than scrape Stack Overflow so aggressively.

« No Podcast This Week — Suggested Guests?
See You At PDC 2008 »

31 Responses

  1. Omer van Kloeten says:

    You’re right. Everyone should play fairly. I have to admit I’m one of the persons scraping the site (although I limit the scrapes to once an hour) and did not know it posed such a strain on the server.

    However, there’s the other side of the coin, where the request for RSS feeds or email notifications has been around since people first started going into the closed beta and people are impatient.

    So tell me what I do wrong and I’ll fix it:
    1. At what intervals should I scrape? Once every hour? Two hours? Daily?
    2. Is there a smaller version of the page I can scrape instead?
    3. Anything else I can do that I haven’t thought of?

  2. James McKay says:

    There’s one major problem with permanently banning an IP address: you’re likely to end up with a lot of collateral damage, as many IP addresses are shared. Wikipedia hit the headlines with this a couple of years ago when one over-zealous administrator blocked the whole nation of Qatar. (http://www.techcrunch.com/2007/01/01/wikipedia-bans-qatar/)

  3. Jeff Atwood says:

    > although I limit the scrapes to once an hour

    Not the same thing; you are retrieving the page once per hour which is probably fine*. These scripts were hitting the user page MULTIPLE TIMES PER SECOND. I mean almost as fast as the client could make the requests.

    Omer, I don’t think this applies to you.

    On top of the rudeness, it’s just plain bad coding! Really annoying.

    In general specify what RSS feeds you need and we will try to build them.

    * (although I would ask that you retrieve with the gzip http header specified to reduce network bandwidth, etc)

  4. Omer van Kloeten says:

    I’d love to see feeds for:
    1. new answers to any of my questions.
    2. edits on my questions or questions I edited.
    3. changed vote-counts for any of my answers.

    I currently use the user-page scrape to answer #1 and #3, but #2 is too resource-consuming if I implement it on my own.

    Out of pure interest – what do you use for caching (user pages, et al)?

  5. wds says:

    1. You shouldn’t be banning IP addresses on the modern internet. One IP address is typically used by more than one person, so you’re going to end up with a lot of collateral damage. (do you really want to reduce your audience by that much?) A temporary ban would be much more acceptable.
    2. If your server can’t handle the strain, you should be rate limiting incoming connections.
    3. The problem is most likely a software bug, not a human bug.

  6. lImbus says:

    I am pretty confident that Jeff is aware of the fact that IP-addresses are shared…

  7. chakrit says:

    It might just be those pesky QA sites trying to scrape your site for information and game google.

  8. Eric says:

    I can hardly imagine the collateral damage being all that great. If my roommate’s actions get me banned then I should scold them. If my co-worker’s actions get us all banned then I should probably get new ones.

    And if banning a couple IP’s even temporarily keeps the site up, I’d call it worthwhile.

  9. Matt B says:

    Can you elaborate on _why_ users are doing this?

  10. Shog9 says:

    Heh… How about just adding feeds for the various “pages” on the user pages? I have no idea where the current feed is pulling data from, but it does not appear to match *any* of the pages…

    Recent, Reputation, and Responses feeds would be a good start. Maybe Favorites as well. I suppose i could ask on UserVoice, but… meh.

  11. not required says:

    “If you persist, your account will be permanently deleted.” Does that mean that if I start downloading somebody’s profile several times a second you’ll ban them

  12. John says:

    If you’re looking to get your rep really high then scraping and refreshing at a ridiculous rate is one way to trick / scam the system. You can then jump on those questions that you can answer easily.

    Has it really come to this? Are some users actually addicted to an ever increasing rep value?

  13. John says:

    Easy tiger. No need to get all high and mighty because of a few users. You seem to have got quite agitated. Just take a breath and impose some sort of wait cycle. No need to get pissy about banning users permanently.

    I’m not one of the users scraping, I just hate seeing unnecessarily aggressive language. Please treat your users with a modicum respect.

  14. Mark Biek says:

    The only script I run (and I only run it manually a few times a day) is this one:

    http://modos.org/sof/?u=

    I’d love for the site to have this sort of functionality built-in. The reputation graph, while very handy, doesn’t quite cut it.

  15. Dror Helper says:

    I’ve written a simple windows taskbar application that tells the user when his/her reputation has changed (http://blogs.microsoft.co.il/blogs/dhelper/archive/2008/10/22/stackoverflow-notifier.aspx).

    Can you please tell me what can I change so that it won’t cause people using it to be banned from StackOverflow (I can limit the polling interval to once per hour if that’s ok).

    I would like to add that the only reason users use this kind of application id because they are deeply involved in the StackOverflow community and shouldn’t be punished for it.

  16. Josh Parris says:

    This rapid scraping is clearing a desire to be notified the moment a user’s Reputation alters, or a comment is made against something they’ve posted, etc.

    I seem to recall uservoice requests for features like this.

  17. lucasbfr says:

    I start to wonder if that reputation thing was such a good idea… I see more and more people getting crazy because they lost 2 points… Seriously guys grow up…

  18. Dror Helper says:

    It’s not just needing to know when reputation has changed. I was planing on adding functionality so that the user may know when a his question was answered or if someone commented on his answer – both cannot be done by using RSS right now.

  19. Jeff Atwood says:

    > Can you please tell me what can I change so that it won’t cause people using it to be banned from StackOverflow (I can limit the polling interval to once per hour if that’s ok).

    Great! I think there’s a bug, because it is currently polling *multiple times per second*. Can you please look into that? Once an hour should be plenty.

    > I seem to recall uservoice requests for features like this.

    Yep, email notifications are getting moved up in the queue for a variety of reasons. This is another..

  20. Dror Helper says:

    The polling interval was once in every 30 sec (sorry about that) now it’s about once each hour – if you remove the block from my proxy I might actually be able to test it.

    Also you can have a look and let me know if I’m missing somthing

  21. Jeff Atwood says:

    > once in every 30 sec (sorry about that)

    Not sure what is going on, but we were seeing the user page pulled down multiple times per second from 5-6 different users. It wasn’t subtle!

    Can you post an update on your blog so any users find out about it?

  22. Dror Helper says:

    You’re right! I’ve found the bug that caused the problem – I’ve updated the release with 1 hour polling interval and posted an update on codeplex as well as in my blog.

    Is there a way I can Id the application calls so we can make sure it doesn’t misbehaves.

    BTW
    I still getting the 401 response from your site. Can you please remove the ban from any users that accidentally caused the massive polling?

  23. Anthony Potts says:

    Is there anyway to submit an IP address to be unbanned? I was using some software that was polling regularly, which I did not write.

  24. Nick says:

    I certainly don’t scrape… but I would love to see the RSS feeds for accounts return comments to our answers. Right now the only way to see those is via the user webpage.

  25. Sam Hasler says:

    Why not have a rep penalty for such behaviour and put one of those orange notices at the top of the user’s page explaining why. When people see their rep start to plummet they’ll stop doing it.

  26. Boobface says:

    You can’t have a rep penalty because the people are scraping as anonymous, and if you assume they are the user for whom the user page is being pulled people could set up bots to scrape other user’s pages just to mess with their rep.

  27. John Rudy says:

    Regarding bannings: It’s unfortunate, but occasionally necessary. I agree there should be a mechanism to request getting unbanned, but malicious software — even when it is unintentionally malicious — needs to be kept in check. Jeff’s doing the right thing.

    The software writers need to understand that screen scraping sites is generally bad form — not only is your app inherently fragile (although less so with SO’s very clean design), but you can cause serious downstream effects if your app becomes extremely popular, and even worse if your app contains a bug that causes overpolling.

    I would love to have some extra “cool tools” for SO that aren’t available yet. (My own personal itch is a nice Vista sidebar gadget that shows rep, rep changes, my active Qs and maybe even the top X questions regarding my preference tags … ) But I’m not willing to kill my new favorite site to get them. :)

    It’s easy to armchair quarterback, but I don’t think RSS feeds are the only answer. They’re a good answer for many purposes, but perhaps some web service API — one which places a much lighter load on the server — might be the way to go? Perhaps requiring apps which use it to authenticate somehow so you know which apps are misbehaving and you can kill switch them?

    Of course, based on Uservoice, you probably have enough on your plate already without needing to add that huge effort on top of it!

  28. macbirdie says:

    If there were APIs to use, there could be some throttling in place, just like e.g. Delicious. It lets you do requests at most every couple of seconds, otherwise your ip gets banned for some time or permanently.
    And like flickr, delicious APIs, there could be API keys given away so the client app is always identified and its author can act accordingly, in case his app is doing something bad to the site.

  29. JasonMichael says:

    The lesson here:

    So if you’re going to scrape or hack or whatever to a site, do it right. Don’t get caught! Use some logic in that code :)

  30. Chris Jester-Young says:

    I wonder, did a feed eventually get created for Dror Helper’s program? There’s a program I may be writing that would like to get a user’s reputation score (and possibly other reputation metrics, such as seen in the reputation tab), and it would be nice to have a way to grab that in a lightweight fashion.

  31. Jon Skeet says:

    Jeff (and anyone else interested in this),

    If you could have a look at http://stackoverflow.com/questions/282179 I’d be really grateful :)

    Jon

Leave a Reply