Start with 5000 API credits for free

Streaming

Stream incoming data from any API for faster initial responses.

Streaming multiple URLs

Streaming is particularly useful if you are fetching data with multiple URLs within a single API call. Enable streaming for any API by passing true as the second parameter in the function call.

1
await api.instagram.user(..., streaming=True)

With streaming enabled you will be able to start processing data as it becomes available instead of waiting for the full response.