Instagram Followers
GET/POST
https://api.yoozseen.com/api/v1
Followers for an Instagram profile. Followers come in several packages (e.g. 7-day / 15-day / 30-day), each with its own service id — pick the one you want from the Service List (action=services, category "Instagram"). Price is per 1000.
Request
Query parameters
NameDefinition
key *Your Api Key
action *add
service *id service (9021)
link *instagram.com profile link
quantity *order quantity
* - mandatory parameter
Request example
1
2
3
4
5
6
7
8
9
curl --location 'https://api.yoozseen.com/api/v1/' \
--header 'Content-Type: application/json' \
--data '{
"key": "xxxxxxxxx",
"action": "add",
"service": "9021",
"link": "https://instagram.com/username",
"quantity": "order quantity"
}'Response
* Meaning and usage of each parameter
NameDescription
status Returns the order status: (pending — registered and in progress) (error — registration failed) (completed — completed order)
message_error error description
order your order
quantity your order quantity
link your order link
rate price (dollar)
currency currency type
Response example
1
2
3
4
5
6
7
8
{
"status": "pending",
"order": 1500123,
"link": "https://instagram.com/username",
"quantity": 100,
"remains": 0.5,
"currency": "dollar"
}