Comments
Comments on one post. Use `limit` to say how many you want.
POST
/api/public/v1/scrape/instagram/comments
Returns comment_api
Parameters#
shortcode
string
required
The code from /p/<shortcode>/ in the post URL.
Example: C8xY_abcDEF
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.