Skip to main content
POST
List Instagram following

POST /api/v1/platform/scrapers/instagram/following

Get accounts an Instagram user is following.
Retrieve accounts that a public Instagram user is following.

Example

Authorizations

X-Access-Key
string
header
required

The public API key from the Credentials page.

X-Secret-Key
string
header
required

The API secret shown when the credential is created.

Body

application/json
username
string
required
Example:

"instagram"

maxFollowing
number

Requested following limit. The upstream source may return more than requested. Unlimited is not exposed on v1.

Required range: 1 <= x <= 5000

Response

Instagram following.

data
object
required
meta
object
required