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.
The response is of type object
.