Snapchat
Snapchat Spotlight comments
Scrape the comments on a Snapchat Spotlight video — text, author, and timestamp — paginated with a cursor, as JSON.
GET
/v1/snapchat/spotlight/commentsExample request
curl "https://api.scraperize.com/v1/snapchat/spotlight/comments?url=https://www.snapchat.com/spotlight/W7_EDlXWTBiXAEEniNoMPwAAYcWJ1dGZxYm1kAZ-6WEWcAZ-6WA2bAAAAAw" \ -H "x-api-key: YOUR_API_KEY"
- Authenticate with the x-api-key header (or Authorization: Bearer).
- Responses come back as clean JSON in a consistent envelope.
- 1 credit per successful call — errors and cache hits are free.
- Full parameters and the response shape live in the API reference.