POST
/
instagram
/
followers
curl --request POST \
  --url https://api.scrapetable.com/instagram/followers \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "username": "itsmikepowers",
  "count": 10
}'
{}

This endpoint costs 1 credits per 5 followers.

Authorizations

api-key
string
header
required

Body

application/json
username
string
Example:

"itsmikepowers"

count
integer
Example:

10

Response

200 - application/json
Successful response

The response is of type object.