Snapchat Scraper

ENDPOINTS
GET/users/profile

User Profile

Get a public profile: name, bio, subscribers, verified badge, category, website, snapcode and related accounts.

QUERY PARAMS

Snapchat username, @username or any snapchat.com profile link.

Examples:

  • Username: kyliejenner
  • URL: https://www.snapchat.com/@kyliejenner
{
  "username": "kyliejenner",
  "display_name": "King Kylie 👑",
  "link": "https://www.snapchat.com/@kyliejenner",
  "type": "public_profile",
  "bio": null,
  "website": "https://kyliecosmetics.com",
  "address": null,
  "category": null,
  "subcategory": null,
  "subscriber_count": 29283900,
  "is_verified": true,
  "badge": 1,
  "profile_picture": "https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvaEJwN3Z0ZFl5NFVOeFpnWk04dXBYP2JvPUVna3lBUVJJQWxBWllBRSUzRCZ1Yz0yNQ._RS0,90_FMjpeg",
  "hero_image": "https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvakRGcnNVaW1ta2ZsamFPa1ZUTWVwP2JvPUVna3lBUVJJQWxBWllBRSUzRCZ1Yz0yNQ._RS0,1080_FMjpeg",
  "snapcode_image": "https://app.snapchat.com/web/deeplink/snapcode?username=kyliejenner&type=SVG&bitmoji=enable",
  "snapcode_links": {
    "svg": "https://app.snapchat.com/web/deeplink/snapcode?username=kyliejenner&type=SVG&bitmoji=enable",
    "png": "https://app.snapchat.com/web/deeplink/snapcode?username=kyliejenner&type=PNG&bitmoji=enable",
    "svg_without_bitmoji": "https://app.snapchat.com/web/deeplink/snapcode?username=kyliejenner&type=SVG&bitmoji=disable"
  },
  "primary_color": null,
  "publisher_type": null,
  "mutable_username": null,
  "user_id": "7f445ef2-e1d3-4ef2-a235-a5aec8159168",
  "business_profile_id": "e9bcdb52-a5cc-4dea-88ac-8baa91a78345",
  "bitmoji": null,
  "has_story": true,
  "has_curated_highlights": true,
  "has_spotlight_highlights": true,
  "is_username_hidden": false,
  "related_accounts": [
    {
      "display_name": "Kim Kardashian",
      "username": "kimkardashian",
      "link": "https://www.snapchat.com/@kimkardashian",
      "subscribe_link": null,
      "profile_picture": "https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvUjlZUUE2a0xHQlV0SHMxSjZhYmZhP2JvPUVnMGFBQm9BTWdFRVNBSlFHV0FCJnVjPTI1._RS0,640_FMjpeg",
      "business_profile_id": "d00abda5-4121-47ed-885d-036c08be6dcd",
      "is_verified": true
    },
    {
      "display_name": "Kendall Jenner",
      "username": "kendalljenner",
      "link": "https://www.snapchat.com/@kendalljenner",
      "subscribe_link": null,
      "profile_picture": "https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvWW1tSUZkY2JlZTNrZVl5bVlQbEpxP2JvPUVnMGFBQm9BTWdFRVNBSlFDR0FCJnVjPTg._RS0,640_FMpng",
      "business_profile_id": "6f58d67a-043c-409b-852f-46c43927c171",
      "is_verified": true
    },
    {
      "display_name": "Kourtney Kardashian",
      "username": "kourtneykardash",
      "link": "https://www.snapchat.com/@kourtneykardash",
      "subscribe_link": null,
      "profile_picture": "https://cf-st.sc-cdn.net/aps/bolt/aHR0cHM6Ly9jZi1zdC5zYy1jZG4ubmV0L2QvTlprQndFQk44VnJraXRwQkZ3cXdLP2JvPUVnMGFBQm9BTWdFRVNBSlFHV0FCJnVjPTI1._RS0,640_FMpng",
      "business_profile_id": "53f31fb4-65e6-425f-ae3e-79a8c08e4210",
      "is_verified": true
    }
  ],
  "same_as_links": [],
  "created_at": "2019-05-22T18:01:50Z",
  "updated_at": "2026-09-19T13:39:12Z",
  "counts": {
    "story_snaps": 3,
    "curated_highlights": 18,
    "spotlights": 10,
    "lenses": 1
  }
}