This endpoint errs towards returning more rather than less, so expect a few extra rows alongside what you asked for. Everything still comes back typed and parsed the same way.
POST
/api/public/v1/scrape/snapchat/story
Snaps in the live public story. Use `limit` to say how many.
Returns story_api
Parameters
Name
Required
Description
Example
username
required
Snapchat username, with or without the @.
nasa
Takes limit — how many results you want. The run is sized from it, and you are billed for exactly that many.
This endpoint errs towards returning more rather than less, so expect a few extra rows alongside what you asked for. Everything still comes back typed and parsed the same way.
POST
/api/public/v1/scrape/snapchat/highlights
Saved story highlights, each with the snaps inside it. Use `limit` for how many.
Returns highlight_tray_api
Parameters
Name
Required
Description
Example
username
required
Snapchat username, with or without the @.
nasa
Takes limit — how many results you want. The run is sized from it, and you are billed for exactly that many.
This endpoint errs towards returning more rather than less, so expect a few extra rows alongside what you asked for. Everything still comes back typed and parsed the same way.
POST
/api/public/v1/scrape/snapchat/spotlight
A creator's Spotlight videos, with view and share counts. Use `limit` for how many.
Returns reel_feed_api
Parameters
Name
Required
Description
Example
username
required
Snapchat username, with or without the @.
nasa
Takes limit — how many results you want. The run is sized from it, and you are billed for exactly that many.
This endpoint errs towards returning more rather than less, so expect a few extra rows alongside what you asked for. Everything still comes back typed and parsed the same way.
POST
/api/public/v1/scrape/snapchat/lenses
AR lenses a creator publishes. Use `limit` to say how many.
Returns lens_feed_api
Parameters
Name
Required
Description
Example
username
required
Snapchat username, with or without the @.
nasa
Takes limit — how many results you want. The run is sized from it, and you are billed for exactly that many.
This endpoint errs towards returning more rather than less, so expect a few extra rows alongside what you asked for. Everything still comes back typed and parsed the same way.
POST
/api/public/v1/scrape/snapchat/snap
One Spotlight video's full record — creator, duration, view, share and comment counts.
Returns post_detail_api
Parameters
Name
Required
Description
Example
snap_id
required
The id from /spotlight/<id>, as returned by the `spotlight` endpoint.
This endpoint errs towards returning more rather than less, so expect a few extra rows alongside what you asked for. Everything still comes back typed and parsed the same way.
POST
/api/public/v1/scrape/snapchat/comments
Comments on one Spotlight video. Use `limit` to say how many.
Returns comment_api
Parameters
Name
Required
Description
Example
snap_id
required
The id from /spotlight/<id>, as returned by the `spotlight` endpoint.
This endpoint errs towards returning more rather than less, so expect a few extra rows alongside what you asked for. Everything still comes back typed and parsed the same way.
POST
/api/public/v1/scrape/snapchat/trending
The public Spotlight feed, newest and most watched. Use `limit` for how many.
Returns reel_feed_api
Parameters
None.
Takes limit — how many results you want. The run is sized from it, and you are billed for exactly that many.
This endpoint errs towards returning more rather than less, so expect a few extra rows alongside what you asked for. Everything still comes back typed and parsed the same way.