SocialHolmes
Start free

Comments

Comments on one Spotlight video. Use `limit` to say how many.

POST /api/public/v1/scrape/snapchat/comments

Returns comment_api

Parameters#

snap_id string required

The id from /spotlight/<id>, as returned by the `spotlight` endpoint.

Example: W7_EDlXWTBiXAEEniNoMPwAAYeG9xcGd0ZWd3AZ14BVv0AZ14BQkrAAAAAQ

limit integer optional

How many results you want. The run is sized from it, and you are billed for exactly that many.

Results#

GET /runs/:id/results answers with this once the run has finished — one comment per row.

Every row also carries raw_json — the platform's own object for that row, exactly as it arrived, with nothing removed. It is left out of the example for length.

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.