Highlight
The stories saved inside one highlight. Use `limit` to say how many.
POST
/api/public/v1/scrape/instagram/highlight
Returns story_api
Parameters#
highlight_id
string
required
Numeric id of the highlight, as returned by the `highlights` endpoint. The id from /stories/highlights/<id>/ works too.
Example: 17901234567890123
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 story 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.