Launch your own branded social media marketing business on Jeskie infrastructure. As a direct provider since 2021, we let you resell a wide catalogue across more than fifteen platforms at true wholesale rates, from about $0.0078 per unit, under your own brand, domain, and pricing.
A white label panel lets you sell social media services under your own brand while a direct provider fulfils every order in the background. You set retail prices, your customers see only your business, and the supply, delivery, and refills run on our infrastructure.
Sign up free and open your account area to copy your unique API key.
Add the key to your own panel script. It works with any panel script on the SMM API v2 format.
Pull the full catalogue into your panel automatically across Instagram, TikTok, YouTube, Facebook, and more.
Apply your own markup, commonly two to five times wholesale, and pick your currency.
Use your own domain, logo, and colours so clients only ever see your business.
Every order on your panel forwards to us by API and is fulfilled in real time while you watch from your dashboard.
Prefer a turnkey setup with no hosting to manage? Ask about the child panel option below.
Buy or rent a panel script, host it, and connect our API. You own the setup end to end, with full freedom over design, features, and a reseller layer of your own. Best for those scaling seriously.
Works with all major panel scripts and custom builds.
We set up a ready made, fully branded panel on your domain, connected to our system. You skip hosting and scripts, set your logo and prices, and start selling the same day. Best for new resellers.
You manage clients and pricing, we run the infrastructure.
HTTP API on the SMM API v2 format for placing orders, checking status, refills, cancels, and balance. Compatible with all major panel scripts.
Your own domain, logo, and colours. Clients never see Jeskie, so your business operates independently on the front end.
Direct provider rates from about $0.0078 per unit. No middleman markup means healthier margins for you.
Fund your balance with M-Pesa, MTN MoMo, Airtel Money, Orange Money, Wave, bank transfer, card, and Binance.
A wide catalogue across more than fifteen platforms, including Instagram, TikTok, YouTube, Facebook, Twitter or X, Telegram, Spotify, and LinkedIn.
High retention services with automatic refill inside the guarantee period, so your clients stay satisfied.
Schedule gradual delivery to mimic organic growth and protect client accounts.
A dedicated reseller line for API help, bulk orders, and troubleshooting.
Country specific followers, likes, and views for African markets so you can offer local audiences.
Add SMM services to your portfolio without new infrastructure. Connect the API and resell under your agency brand.
Offer growth services at scale. Buy wholesale, sell retail, and automate delivery.
Launch a branded panel with a low startup cost and no coding required for the basics.
Sell through messaging using the API for instant order processing.
Add social growth as an upsell and open a new revenue stream.
Start small around your studies or job and reinvest profit as you grow.
These are typical market costs for the tools, not Jeskie fees. It is one of the lowest barrier online businesses to start.
| Item | Typical cost | Notes |
|---|---|---|
| Domain name | About 10 to 15 USD a year | Your own brand domain |
| VPS hosting | About 5 to 20 USD a month | Any Linux VPS, only if you self host a script |
| Panel script | Free to a monthly fee | A panel script or open source. Skip this with a child panel |
| Starting deposit | Your choice | Fund your Jeskie balance to fulfil orders |
| Child panel route | Lowest setup | No hosting or script, just a domain and your deposit |
Live starting rates from the panel, shown in several currencies. Your profit is the gap between these and the retail prices you set, multiplied by your volume.
| Service | Qty | USD | KSh | NGN | GHS | Delivery |
|---|---|---|---|---|---|---|
| Instagram Followers | 1,000 | $0.51 | KSh 66 | ₦695 | GHS 6.0 | 0 to 1 hr |
| TikTok Likes | 1,000 | $0.40 | KSh 51 | ₦537 | GHS 4.6 | Instant |
| YouTube Views | 1,000 | $1.01 | KSh 130 | ₦1,368 | GHS 12 | 0 to 12 hr |
| YouTube Watch Hours | 4,000 | $79.56 | KSh 10,200 | ₦107,357 | GHS 929 | 24 to 72 hr |
| Facebook Page Likes | 1,000 | $0.27 | KSh 34 | ₦358 | GHS 3.1 | 0 to 1 hr |
See every rate on the live pricing page.
| Factor | Jeskie Services | Typical competitors |
|---|---|---|
| Provider type | Direct main provider | Often resellers of resellers |
| Africa payments | Native mobile money, bank, Binance | Usually card and crypto only |
| Wholesale pricing | From $0.0078 per unit | Higher from middleman markup |
| Geo targeting | Country specific for Africa | Mostly global and generic |
| Support | 24/7 WhatsApp reseller line | Tickets, slow response |
| Refill | Automatic within guarantee | Manual request, often slow |
| Track record | Serving Africa since 2021 | Many launched recently |
Connect your SMM panel to Jeskie Services in minutes. Our API follows the standard SMM API v2 format used by all major panel scripts. Full automation - no manual work required.
| HTTP Method | POST |
| API URL | https://jeskieinc.com/api/v2 |
| API Key | Found in your account area, then API Key |
| Response Format | JSON |
Returns all available services with IDs, names, rates, min/max quantities, and refill/cancel availability.
| Parameter | Description |
|---|---|
| key | Your API key |
| action | services |
Example Response
[
{
"service": 1,
"name": "Instagram Followers - Non-Drop",
"type": "Default",
"category": "Instagram",
"rate": "0.80",
"min": "100",
"max": "50000",
"refill": true,
"cancel": true
},
{
"service": 2,
"name": "TikTok Likes - Instant",
"type": "Default",
"category": "TikTok",
"rate": "0.50",
"min": "50",
"max": "100000",
"refill": false,
"cancel": true
},
{
"service": 15,
"name": "Instagram Custom Comments",
"type": "Custom Comments",
"category": "Instagram",
"rate": "5.00",
"min": "10",
"max": "1000",
"refill": false,
"cancel": false
}
]Place a new order. Supports Default, Custom Comments, and Subscription order types.
Default Order (Followers, Likes, Views)
| Parameter | Description |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID (from service list) |
| link | Link to page (e.g., Instagram profile URL) |
| quantity | Quantity to order |
| runs | Optional - runs to deliver (drip-feed) |
| interval | Optional - interval in minutes between runs |
Custom Comments Order
| Parameter | Description |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID (custom comments type) |
| link | Link to the post |
| comments | Comments list separated by \n (one per line) |
Subscription Order (Auto-Post Engagement)
| Parameter | Description |
|---|---|
| key | Your API key |
| action | add |
| service | Service ID (subscription type) |
| username | Account username |
| min | Minimum quantity per post |
| max | Maximum quantity per post |
| posts | Optional - limit future posts to engage |
| old_posts | Optional - existing posts to process |
| delay | Delay in minutes (0, 5, 10, 15, 30, 60, 90, 120, etc.) |
| expiry | Optional - expiry date (dd/mm/yyyy) |
Example Response (all order types)
{ "order": 23501 }| Parameter | Description |
|---|---|
| key | Your API key |
| action | status |
| order | Order ID |
{
"charge": "0.27819",
"start_count": "3572",
"status": "Completed",
"remains": "0",
"currency": "USD"
}Possible statuses: Pending, Processing, In progress, Completed, Partial, Canceled, Refunded
| Parameter | Description |
|---|---|
| key | Your API key |
| action | status |
| orders | Order IDs separated by comma (up to 100) |
{
"1": { "charge": "0.27819", "start_count": "3572", "status": "Completed", "remains": "0", "currency": "USD" },
"10": { "error": "Incorrect order ID" },
"100": { "charge": "1.44219", "start_count": "234", "status": "In progress", "remains": "10", "currency": "USD" }
}| Parameter | Description |
|---|---|
| key | Your API key |
| action | refill |
| order | Order ID |
{ "refill": "1" }| Parameter | Description |
|---|---|
| key | Your API key |
| action | refill |
| orders | Order IDs separated by comma (up to 100) |
[
{ "order": 1, "refill": 1 },
{ "order": 2, "refill": 2 },
{ "order": 3, "refill": { "error": "Incorrect order ID" } }
]| Parameter | Description |
|---|---|
| key | Your API key |
| action | refill_status |
| refill | Refill ID (single) - or refills for bulk, comma-separated |
{ "status": "Completed" }Bulk version:
[
{ "refill": 1, "status": "Completed" },
{ "refill": 2, "status": "Rejected" },
{ "refill": 3, "status": { "error": "Refill not found" } }
]| Parameter | Description |
|---|---|
| key | Your API key |
| action | cancel |
| orders | Order IDs separated by comma (up to 100) |
[
{ "order": 9, "cancel": { "error": "Incorrect order ID" } },
{ "order": 2, "cancel": 1 }
]| Parameter | Description |
|---|---|
| key | Your API key |
| action | balance |
{ "balance": "100.84292", "currency": "USD" }$api_url = 'https://jeskieinc.com/api/v2';
$response = file_get_contents($api_url . '?' . http_build_query([
'key' => 'YOUR_API_KEY',
'action' => 'add',
'service' => 1,
'link' => 'https://instagram.com/username',
'quantity' => 1000
]));
$data = json_decode($response, true);
echo "Order ID: " . $data['order'];$services = json_decode(file_get_contents(
'https://jeskieinc.com/api/v2?' . http_build_query([
'key' => 'YOUR_API_KEY',
'action' => 'services'
])
), true);
foreach ($services as $s) {
echo $s['service'] . ' - ' . $s['name'] . ' - $' . $s['rate'] . "\n";
}// Check status
$status = json_decode(file_get_contents(
'https://jeskieinc.com/api/v2?' . http_build_query([
'key' => 'YOUR_API_KEY', 'action' => 'status', 'order' => 23501
])
), true);
echo "Status: " . $status['status'] . " | Remaining: " . $status['remains'];
// Request refill
$refill = json_decode(file_get_contents(
'https://jeskieinc.com/api/v2?' . http_build_query([
'key' => 'YOUR_API_KEY', 'action' => 'refill', 'order' => 23501
])
), true);
echo "Refill ID: " . $refill['refill'];import requests
api_url = 'https://jeskieinc.com/api/v2'
response = requests.post(api_url, data={
'key': 'YOUR_API_KEY',
'action': 'add',
'service': 1,
'link': 'https://instagram.com/username',
'quantity': 1000
})
data = response.json()
print(f"Order ID: {data['order']}")import requests
api_url = 'https://jeskieinc.com/api/v2'
api_key = 'YOUR_API_KEY'
# Check balance
balance = requests.post(api_url, data={'key': api_key, 'action': 'balance'}).json()
print(f"Balance: ${balance['balance']} {balance['currency']}")
# List all services
services = requests.post(api_url, data={'key': api_key, 'action': 'services'}).json()
for s in services:
print(f"ID {s['service']}: {s['name']} - ${s['rate']} (min: {s['min']}, max: {s['max']})")const axios = require('axios');
const API_URL = 'https://jeskieinc.com/api/v2';
const API_KEY = 'YOUR_API_KEY';
async function placeOrder() {
const { data } = await axios.post(API_URL, null, {
params: {
key: API_KEY,
action: 'add',
service: 1,
link: 'https://instagram.com/username',
quantity: 1000
}
});
console.log('Order ID:', data.order);
}
placeOrder();const axios = require('axios');
async function checkBulkStatus(orderIds) {
const { data } = await axios.post('https://jeskieinc.com/api/v2', null, {
params: {
key: 'YOUR_API_KEY',
action: 'status',
orders: orderIds.join(',') // up to 100 IDs
}
});
for (const [id, info] of Object.entries(data)) {
if (info.error) console.log(`Order ${id}: ERROR - ${info.error}`);
else console.log(`Order ${id}: ${info.status} - Remaining: ${info.remains}`);
}
}
checkBulkStatus([1, 10, 100, 23501]);Need help integrating? Our reseller support team is available 24/7 on WhatsApp at +254 747 261 628 to walk you through every step. Full API docs also at /api in your dashboard.
A white label SMM panel lets you resell social media marketing services such as followers, likes, views, and comments under your own brand. You connect to a main provider like Jeskie through an API. When a customer orders on your branded site, the API forwards the order to our system, we fulfil it, and you keep the difference between your retail price and our wholesale rate.
Create a free account, fund your balance, and copy your API key from the account area. Connect the key to your own panel script, import the services, set your retail prices, then start taking orders. Most resellers are live within a day, with no coding needed for the basics. Open your account on the signup page.
No. Panel scripts handle the heavy lifting, so you connect the API key, import services, and set prices through a dashboard. Developers who want a custom storefront can use our PHP, Python, and Node examples, but it is optional.
If you use a ready panel script or the child panel option, you can be taking orders the same day. A fully custom build takes longer, but the API connection itself is a few simple HTTP requests.
With your own panel you buy or rent a script, host it, and connect our API, which gives you full control. A child panel is a ready made branded panel we point to your domain, so you skip hosting and setup and focus on selling. Both pull from the same wholesale catalogue.
Yes. Many resellers begin by taking orders over WhatsApp or Telegram and placing them on their Jeskie dashboard. It works well to start, though once you pass roughly twenty to thirty orders a day an API connected panel saves a lot of time.
The barrier is low. A domain runs about ten to fifteen dollars a year, a small VPS five to twenty dollars a month, a panel script from free to a monthly fee, and a starting deposit to fund orders. You can begin small and reinvest your profit as you grow.
The endpoint is https://jeskieinc.com/api/v2. It follows the standard SMM API v2 format used by the major panel scripts, accepts HTTP POST requests with your key and an action, and returns JSON.
Any script that supports the standard SMM API v2 format works, including all the major panel scripts. Custom panels work too using our PHP, Python, and Node code examples.
You can pull the service list, add an order, check single or bulk order status, create single or bulk refills, check refill status, cancel orders, and check your balance. The full parameter list and example responses are documented on this page.
Log in, open the account area, and copy your API key. Keep it private, since it controls ordering and your balance. You can regenerate it if it is ever exposed.
Yes. Call the services action and your panel pulls every service with its ID, name, rate, minimum, maximum, and refill or cancel availability, so your catalogue stays in sync with ours.
Yes. The add order action accepts optional runs and interval values for drip feed delivery, a comments parameter for custom comment orders, and subscription parameters for auto engagement on new posts.
Yes. The bulk status and bulk refill actions accept up to one hundred order IDs per request, which keeps your panel efficient as your volume grows.
Yes. This page includes ready to use PHP, Python, and Node examples for placing orders, listing services, checking status, and requesting refills, so you can copy, paste, and adapt.
Yes. The white label setup is fully rebrandable. You use your own domain, your logo, and your colours, so the panel looks entirely like your business.
No. Your customers interact only with your brand on your domain. We handle fulfilment in the background, so your business runs independently on the front end.
Yes. You buy at our wholesale rates and set whatever retail prices and currency you want. The margin between the two is your profit.
If your panel script supports a reseller layer, you can issue API access to your own customers and earn on their volume. The structure is yours to design on top of our wholesale supply.
A child panel is a ready made, branded version of a main panel, connected to the parent by API. Orders placed on it are forwarded to the parent for fulfilment. It lets you start without buying a script or managing hosting.
Yes. If you prefer a turnkey setup, contact our support team about a fully branded panel on your domain connected to our system. You manage clients and pricing while we handle the infrastructure. Ask us on WhatsApp.
A child panel is fastest and needs the least technical work, which suits new resellers. Your own script gives more control and customisation for those scaling seriously. Both draw from the same wholesale catalogue, so you can start with one and move later.
You point your domain to the parent panel, usually by updating your nameservers or DNS, then set your logo, colours, and prices. Our team guides you through it during setup.
Pricing is wholesale because we are a direct provider, starting from about $0.0078 per unit on the cheapest services. The live table on this page shows current rates per service in several currencies. See every rate on the live pricing page.
Your profit is the gap between the retail price you set and our wholesale cost, multiplied by your order volume. Resellers commonly mark up two to five times wholesale. Real income depends on how much you sell and how well you market, so it grows with your effort rather than being a fixed number.
A common range is two to five times the wholesale cost, depending on the platform, the service, and how competitive your market is. Higher value services like watch hours often carry a larger absolute margin.
You fund your balance and draw from it as orders come in. You can start with a small deposit to test the flow, then top up as your sales grow.
Rates can shift with supply. Because your panel pulls the service list and rates from our API, your catalogue updates when ours does, so you can keep your markup consistent.
You can top up with native mobile money such as M-Pesa, MTN Mobile Money, and Airtel Money, plus bank transfer, card, and Binance cryptocurrency, depending on your country.
Native local options including M-Pesa, MTN Mobile Money, Airtel Money, Orange Money, and Wave, alongside bank transfer, card, EFT, and Binance. The available methods depend on your country, and we add options regularly.
That is up to you. On your own panel you connect whatever payment gateway suits your market, set your prices, and collect from customers directly. Funding your Jeskie balance is separate from how you charge your clients.
For Nigeria we support bank transfer and Binance. You fund your balance with either, then resell to your Nigerian customers at your own prices. More detail on the Nigeria panel page.
Yes. Binance cryptocurrency is supported for funding your balance, which is useful for resellers operating across borders.
You can resell a wide catalogue across more than fifteen platforms, including Instagram, TikTok, YouTube, Facebook, Twitter or X, Telegram, Spotify, and LinkedIn, covering followers, likes, views, watch hours, plays, members, and more. Browse the full list on the services page.
The catalogue spans more than fifteen platforms across the major social networks and music services, with new services added regularly as demand grows.
Many services are non drop and carry an automatic refill within the guarantee period, so if counts dip we top them back up at no extra cost. Refill availability is shown per service in the API service list.
Yes. Several services support country specific targeting for African markets, so you can offer local followers, likes, and views to clients who want a regional audience.
Most services begin quickly, often within minutes to a few hours, while larger packages like watch hours are paced over a day or more for safety. Each service shows its own speed in the catalogue.
Yes. Our reseller support team is available on WhatsApp to help you connect the API, import services, troubleshoot, and get your panel live. Reach support on WhatsApp.
Jeskie is a direct main provider. We run our own fulfilment rather than buying from another panel, which means lower wholesale prices, faster delivery, and more reliable refills for your business.
We have served customers across Africa since 2021 with a strong delivery and refill record. Reliable backend fulfilment protects your reputation, since your clients judge your brand by the results.
Order status is available through the API, so your panel can show clients live progress. Partial or failed orders can be refilled or cancelled through the matching API actions, depending on the service.
We serve customers across many African markets, with native mobile money in our core countries including Kenya, Nigeria, Ghana, Uganda, Tanzania, Rwanda, South Africa, and Ivory Coast, plus card and crypto for resellers elsewhere. See the full map on the Africa hub.
Yes. Your panel can serve customers anywhere, since orders route to us by API regardless of where your client is based. You decide your markets and pricing.
Reselling growth services is a common online business. You are responsible for following the terms of the platforms you serve and the laws of your market, and for setting honest expectations with your clients.
Most resellers grow by posting consistently in their communities, responding fast, bundling popular services, and reinvesting early profit into marketing. The API automates fulfilment so your time goes into selling, not manual ordering.
Wholesale pricing, full API access, white label branding, native African payments, non drop guarantees, and 24/7 WhatsApp support. Trusted across Africa since 2021.
All markets, one panel.
M-Pesa payments for Kenyan resellers.
Bank transfer and Binance.
MTN MoMo supported.
Airtel Money and MTN MoMo.
Vodacom and Airtel money.
Card and EFT support.
Every service rate.
Browse the full catalogue.
Monetisation packages.
© Copyright. All Rights Reserved.