Skip to main content
MethodEndpointParameters
GET/snapchat/userusername
GET/snapchat/storyusername
GET/snapchat/snapsusername
GET/snapchat/spotlightusername
GET/snapchat/highlightsusername
curl -H "Authorization: Bearer <key>" "https://api.scrape.rocks/snapchat/user?username=example"
Response
{
  "username": "example",
  "display_name": "Example User",
  "bio": "Just a test account",
  "profile_picture_url": "https://...",
  "subscriber_count": 1500,
  "has_story": true,
  "category": "Entertainer"
}