Snapchat API
Everything public on Snapchat, through one API call.
Public profiles, stories, highlights, Spotlight videos, lenses and comments.
Coverage
8 endpoints on Snapchat
Grouped by what you get back rather than by the page it is read from. Every one links to its own reference, with parameters and an example request.
The response
Parsed, typed, and whole.
Snapchat results come back as the same JSON shape every time, with the fields already pulled out. Nothing to parse and nothing truncated.
/api/public/v1/scrape/snapchat/story
{
"stories": [
{
"id": "W7_EDlXWTBiXAEEn…",
"story_type": "public",
"title": "Artemis II rollout",
"index": 3,
"is_sponsored": false,
"author": {
"username": "nasa",
},
…
},
…
]
}
Cost
$20 buys 40,000 Snapchat results.
Credits are bought up front and spent per result delivered. A run that falls short costs less; a run that returns nothing costs nothing. They do not expire and there is no monthly minimum.
- 6 endpoints answer with a list $0.50 / 1,000
- 2 answer with one object $1.00 / 1,000
The two rates differ because a run that returns one object holds a device as long as a run that returns four hundred rows.
Questions
Snapchat, specifically
Still unsure? The docs are public and complete — read what the API does before deciding.
Is this only public data?
How fresh are the results?
Do I need a Snapchat account or an app review?
What does it cost at volume?
Make your first call in a minute
Sign up, issue a key, and run a real request from the playground before you write a line of code. No card needed.