Playlist
The videos inside one playlist. Use `limit` to say how many.
/api/public/v1/scrape/youtube/playlist
Returns post_feed_api
Parameters#
The id from /playlist?list=<id>, as returned by the `playlists` endpoint.
Example: PL2aBZuCeDwlRaF6AIey7ulmW1X0SHI1mQ
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 post 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.