StackOverflow

This crawler retrieves questions and other data related to the given project (gem).

Fetched data

The fetcher has completely separated ways of gathering data for quarter-based and all-time statistic. For the explanation of features see this discussion.

For quarters

For all time

Known issues

Typical response

{
  "items": [
    {
      "tags": [
        "ruby-on-rails",
        "ruby",
        "ruby-on-rails-4"
      ],
      "owner": {
        "reputation": 17,
        "user_id": 7108144,
        "user_type": "registered",
        "accept_rate": 100,
        "profile_image": "https://www.gravatar.com/avatar/2b4643c1233afae2aa2b60039ad04f32?s=128&d=identicon&r=PG&f=1",
        "display_name": "Wali Chaudhary",
        "link": "http://stackoverflow.com/users/7108144/wali-chaudhary"
      },
      "is_answered": false,
      "view_count": 6,
      "answer_count": 0,
      "score": 0,
      "last_activity_date": 1482232493,
      "creation_date": 1482232193,
      "last_edit_date": 1482232493,
      "question_id": 41240930,
      "link": "http://stackoverflow.com/questions/41240930/i-cant-associate-2-objects-in-the-rails-console-manually-without-getting-a-nome",
      "title": "I can't associate 2 objects in the Rails console manually without getting a NoMethod error"
    },
    ...
  ],
  "has_more": true,
  "quota_max": 10000,
  "quota_remaining": 9995
}