Reddit Scraper

ENDPOINTS
GET/users/batch

Users Batch

Fetch many users in one call: t2_ IDs resolve together, names in parallel. Unknown ones are in missing.

QUERY PARAMS

Comma-separated usernames, t2_ fullnames or profile links (max 100).

Example: GovSchwarzenegger,spez,kn0thing

{
  "count": 3,
  "users": [
    {
      "id": "9r4qc",
      "username": "GovSchwarzenegger",
      "link": "https://www.reddit.com/user/GovSchwarzenegger/",
      "created_at": "2012-11-30T04:00:43Z",
      "avatar": "https://styles.redditmedia.com/t5_cgw7f/styles/profileIcon_9g2jwjhjzx2a1.jpg?width=256&height=256&crop=256:256,smart&s=623a5f77543463ad2c045034ac57109620af4a45",
      "snoovatar": null,
      "karma": {
        "total": 1701748,
        "post": 669083,
        "comment": 1032665,
        "awardee": 0,
        "awarder": 0
      },
      "flags": {
        "is_premium": true,
        "is_moderator": false,
        "is_employee": false,
        "is_verified": true,
        "has_verified_email": true,
        "is_suspended": false,
        "accepts_followers": true,
        "accepts_chats": null,
        "accepts_private_messages": null,
        "hides_from_robots": false
      },
      "profile": {
        "title": null,
        "description": "My new daily health and fitness newsletter, Arnold’s Pump Club, and an e-book with workouts: https://schwarzenegger.ck.page/31e92076eb",
        "banner": null,
        "icon": "https://styles.redditmedia.com/t5_cgw7f/styles/profileIcon_9g2jwjhjzx2a1.jpg?width=256&height=256&crop=256:256,smart&s=623a5f77543463ad2c045034ac57109620af4a45",
        "follower_count": 0,
        "is_nsfw": false,
        "previous_names": [],
        "primary_color": null,
        "key_color": null
      }
    },
    {
      "id": "1w72",
      "username": "spez",
      "link": "https://www.reddit.com/user/spez/",
      "created_at": "2005-06-06T04:00:00Z",
      "avatar": "https://styles.redditmedia.com/t5_3k30p/styles/profileIcon_uj015iwx9s7g1.png?width=256&height=256&crop=256:256,smart&s=aa819b0964f6e3019e769d1cc8ede7318c3869a3",
      "snoovatar": null,
      "karma": {
        "total": 940980,
        "post": 184487,
        "comment": 756493,
        "awardee": 0,
        "awarder": 0
      },
      "flags": {
        "is_premium": true,
        "is_moderator": true,
        "is_employee": true,
        "is_verified": true,
        "has_verified_email": true,
        "is_suspended": false,
        "accepts_followers": true,
        "accepts_chats": null,
        "accepts_private_messages": null,
        "hides_from_robots": false
      },
      "profile": {
        "title": "spez",
        "description": "Reddit CEO",
        "banner": "https://b.thumbs.redditmedia.com/KWeEpVxXOGLoloMbM0IxGt9EiKPXizpwFgcSeWqtpZM.png",
        "icon": "https://styles.redditmedia.com/t5_3k30p/styles/profileIcon_uj015iwx9s7g1.png?width=256&height=256&crop=256:256,smart&s=aa819b0964f6e3019e769d1cc8ede7318c3869a3",
        "follower_count": 0,
        "is_nsfw": false,
        "previous_names": [],
        "primary_color": null,
        "key_color": null
      }
    },
    {
      "id": "1wh0",
      "username": "kn0thing",
      "link": "https://www.reddit.com/user/kn0thing/",
      "created_at": "2005-06-06T04:00:00Z",
      "avatar": "https://styles.redditmedia.com/t5_3jgyq/styles/profileIcon_snoo58ef3487-7301-4cca-9ad4-44378bc398d0-headshot.png?width=256&height=256&crop=256:256,smart&s=84b9d1e188af446c13ca89c03c48b68d64c3ea67",
      "snoovatar": "https://i.redd.it/snoovatar/avatars/58ef3487-7301-4cca-9ad4-44378bc398d0.png",
      "karma": {
        "total": 354067,
        "post": 151900,
        "comment": 202167,
        "awardee": 0,
        "awarder": 0
      },
      "flags": {
        "is_premium": true,
        "is_moderator": true,
        "is_employee": false,
        "is_verified": true,
        "has_verified_email": true,
        "is_suspended": false,
        "accepts_followers": true,
        "accepts_chats": null,
        "accepts_private_messages": null,
        "hides_from_robots": false
      },
      "profile": {
        "title": "Alexis Ohanian Sr.",
        "description": "Created Reddit, now doing my life's work building Seven Seven Six.",
        "banner": "https://b.thumbs.redditmedia.com/tVby2C4CWlAD1TWTcGSuT3vpiIqn5CvgVOlcEG8jKhM.png",
        "icon": "https://styles.redditmedia.com/t5_3jgyq/styles/profileIcon_snoo58ef3487-7301-4cca-9ad4-44378bc398d0-headshot.png?width=256&height=256&crop=256:256,smart&s=84b9d1e188af446c13ca89c03c48b68d64c3ea67",
        "follower_count": 0,
        "is_nsfw": false,
        "previous_names": [],
        "primary_color": null,
        "key_color": "#ff4500"
      }
    }
  ],
  "missing": []
}