API Documentation

Integrate our services into your own application

Base URL: https://prolificsmm.com/api/v2

Service List

HTTP MethodPOST
API URLhttps://prolificsmm.com/api/v2
API KeyGet API Key
ResponseJSON
ParameterDescription
keyYour API key
actionservices
Example Response
[
    { "service": 1, "name": "Followers", "type": "Default", "category": "First Category", "rate": "0.90", "min": "50", "max": "10000", "refill": true, "cancel": true },
    { "service": 2, "name": "Comments", "type": "Custom Comments", "category": "Second Category", "rate": "8", "min": "10", "max": "1500", "refill": false, "cancel": true }
]

Add Order

HTTP MethodPOST
API URLhttps://prolificsmm.com/api/v2
API KeyGet API Key
ResponseJSON
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
runs (optional)Runs to deliver
interval (optional)Interval in minutes
keyYour API key
actionadd
serviceService ID
linkLink to page
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
keywordsKeywords list separated by \r\n or \n
keyYour API key
actionadd
serviceService ID
linkLink to page
commentsComments list separated by \r\n or \n
keyYour API key
actionadd
serviceService ID
linkLink to page
usernamesUsernames list separated by \r\n or \n
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
hashtagHashtag to scrape usernames from
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
usernameURL to scrape followers from
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
mediaMedia URL to scrape likers from
keyYour API key
actionadd
serviceService ID
linkLink to page
commentsComments list separated by \r\n or \n
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
usernameUsername of the comment owner
keyYour API key
actionadd
serviceService ID
linkLink to page
usernameUsername
commentsComments list separated by \r\n or \n
keyYour API key
actionadd
serviceService ID
linkLink to page
quantityNeeded quantity
groupsGroups list separated by \r\n or \n
keyYour API key
actionadd
serviceService ID
usernameUsername
minQuantity min
maxQuantity max
posts (optional)Limit future posts
old_posts (optional)Number of existing posts
delayDelay in minutes
expiry (optional)Expiry date d/m/Y
Example Response
{ "order": 23501 }

Order Status

HTTP MethodPOST
API URLhttps://prolificsmm.com/api/v2
API KeyGet API Key
ResponseJSON
keyYour API key
actionstatus
orderOrder ID
Example Response
{ "charge": "0.27819", "start_count": "3572", "status": "Partial", "remains": "157", "currency": "USD" }

Multiple Orders Status

HTTP MethodPOST
API URLhttps://prolificsmm.com/api/v2
API KeyGet API Key
ResponseJSON
keyYour API key
actionstatus
ordersOrder IDs separated by comma (max 100)
Example Response
{
    "1": { "charge": "0.27819", "status": "Partial", ... },
    "10": { "error": "Incorrect order ID" },
    "100": { "charge": "1.44219", "status": "In progress", ... }
}

Create Refill

HTTP MethodPOST
API URLhttps://prolificsmm.com/api/v2
API KeyGet API Key
ResponseJSON
keyYour API key
actionrefill
orderOrder ID
Example Response
{ "refill": "1" }

Create Multiple Refill

HTTP MethodPOST
API URLhttps://prolificsmm.com/api/v2
API KeyGet API Key
ResponseJSON
keyYour API key
actionrefill
ordersOrder IDs separated by comma (max 100)
Example Response
[
    { "order": 1, "refill": 1 },
    { "order": 2, "refill": 2 },
    { "order": 3, "refill": { "error": "Incorrect order ID" } }
]

Get Refill Status

HTTP MethodPOST
API URLhttps://prolificsmm.com/api/v2
API KeyGet API Key
ResponseJSON
keyYour API key
actionrefill_status
refillRefill ID
Example Response
{ "status": "Completed" }

Get Multiple Refill Status

HTTP MethodPOST
API URLhttps://prolificsmm.com/api/v2
API KeyGet API Key
ResponseJSON
keyYour API key
actionrefill_status
refillsRefill IDs separated by comma (max 100)
Example Response
[
    { "refill": 1, "status": "Completed" },
    { "refill": 2, "status": "Rejected" }
]

Create Cancel

HTTP MethodPOST
API URLhttps://prolificsmm.com/api/v2
API KeyGet API Key
ResponseJSON
keyYour API key
actioncancel
ordersOrder IDs separated by comma (max 100)
Example Response
[
    { "order": 9, "cancel": { "error": "Incorrect order ID" } },
    { "order": 2, "cancel": 1 }
]

User Balance

HTTP MethodPOST
API URLhttps://prolificsmm.com/api/v2
API KeyGet API Key
ResponseJSON
keyYour API key
actionbalance
Example Response
{ "balance": "100.84292", "currency": "USD" }