Giao diện lập trình ứng dụng mạnh mẽ để tích hợp dịch vụ SMM vào hệ thống của bạn
| Parameter | Description |
|---|---|
| key | Your API key |
| action | "services" |
[
{
"service": 1,
"name": "Facebook cảm xúc Like 👍 Việt 🇻🇳 | 🕓 lập tức | ⚡ 2K / giờ | ⏏️ 10K | 🛡️",
"desc": "Like chất lượng cao: người việt, người thật - click bằng tay, tốc độ trung bình, tỉ lệ tụt thấp.",
"type": "Default",
"category": "⭐ FB Like + cảm xúc Việt 🇻🇳 | ổn định | S1",
"platform": "Dịch vụ Facebook",
"rate": "15000",
"min": "200",
"max": "10000",
"refill": true,
"cancel": false,
"dripfeed": false
},
{
"service": 2,
"name": "Facebook Tăng Bình Luận Việt 🇻🇳 + Tây hỗn hợp | 🕓 lập tức | ⚡ 2K / giờ | ⏏️ 100K | 🛡️",
"desc": "",
"type": "Custom Comments",
"category": "FB Bình luận",
"platform": "Dịch vụ Facebook",
"rate": "57500",
"min": "10",
"max": "1500",
"refill": false,
"cancel": true,
"dripfeed": true
}
]
Type: Default, Package, Custom Comments, Custom Comments Package, Mentions Hashtag, Subscriptions, SEO
Rate: Giá của số lượng 1.000 (Dịch vụ Default, Custom Comments, Mentions Hashtag, SEO)
Rate: Giá của số lượng 1 (Dịch vụ Package, Subscriptions, Custom Comments Package)
| Parameter | Description |
|---|---|
| key | Your API key |
| action | "add" |
| service | Service ID (ID từ website của bạn) |
| link | Link to page (URL đầy đủ) |
| quantity | Số lượng cần giao (Bắt buộc cho hầu hết dịch vụ, trừ Package, Custom Comments Package, Subscriptions) |
| comments | Nội dung bình luận (Bắt buộc cho Custom Comments, Custom Comments Package, Comment Replies) |
| keywords | Từ khóa SEO (Chỉ cho dịch vụ SEO) |
| hashtag | Hashtag (Chỉ cho Mentions Hashtag) |
| usernames | Danh sách username, phân cách bằng dấu phẩy (Chỉ cho Mentions with Hashtags, Mentions Custom List) |
| hashtags | Danh sách hashtags, phân cách bằng dấu phẩy (Chỉ cho Mentions with Hashtags) |
| username | Username (Chỉ cho Mentions User Followers, Comment Likes, Comment Replies, Subscriptions) |
| media | Link media (Chỉ cho Mentions Media Likers) |
| comment_likes_username | Username cho Comment Likes |
| answer_number | Số câu trả lời (Chỉ cho Poll) |
| comment_replies_username | Username cho Comment Replies |
| comment_replies_comments | Nội dung bình luận cho Comment Replies |
| groups | Danh sách groups, phân cách bằng dấu phẩy (Chỉ cho Invites from Groups) |
| subscription_username | Username để subscribe (Chỉ cho Subscriptions) |
| min_posts | Số bài viết tối thiểu (Chỉ cho Subscriptions, mặc định: 100) |
| max_posts | Số bài viết tối đa (Chỉ cho Subscriptions, mặc định: 110) |
| posts | Số bài viết (Chỉ cho Subscriptions, tùy chọn) |
| old_posts | Số bài viết cũ (Chỉ cho Subscriptions, tùy chọn) |
| delay | Độ trễ (Chỉ cho Subscriptions, mặc định: 30) |
| expiry | Ngày hết hạn (Chỉ cho Subscriptions, tùy chọn) |
| country | Mã quốc gia (Chỉ cho Web Traffic, mặc định: US) |
| device | Thiết bị (Chỉ cho Web Traffic, mặc định: 1) |
| type_of_traffic | Loại traffic (Chỉ cho Web Traffic, 1=Google Keyword, 2=Referring URL, mặc định: 1) |
| google_keyword | Từ khóa Google (Chỉ cho Web Traffic khi type_of_traffic=1) |
| referring_url | URL giới thiệu (Chỉ cho Web Traffic khi type_of_traffic=2) |
{
"order": 23501
}
action=services.
Order ID trả về cũng là ID từ website của bạn.
| Parameter | Description |
|---|---|
| key | Your API key |
| action | "status" |
| order | Order ID |
{
"charge": "0.27819",
"start_count": "3572",
"status": "Completed",
"remains": "157"
}
| Parameter | Description |
|---|---|
| key | Your API key |
| action | "status" |
| orders | Order IDs separated by comma |
{
"123": {
"charge": "0.27819",
"start_count": "3572",
"status": "Partial",
"remains": "157"
},
"456": {
"error": "Incorrect order ID"
},
"789": {
"charge": "1.44219",
"start_count": "234",
"status": "In progress",
"remains": "10"
}
}
| Parameter | Description |
|---|---|
| key | Your API key |
| action | "cancel" |
| orders | Order IDs (separated by a comma, up to 100 IDs) |
[
{
"order": 9,
"cancel": {
"error": "Incorrect order ID"
}
},
{
"order": 2,
"cancel": 1
}
]
| Parameter | Description |
|---|---|
| key | Your API key |
| action | "balance" |
{
"balance": "100.84292",
"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 |
[
{
"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 |
{
"status": "Completed"
}
| Parameter | Description |
|---|---|
| key | Your API key |
| action | "refill_status" |
| refills | Refill IDs (separated by a comma, up to 100 IDs) |
[
{
"refill": 1,
"status": "Completed"
},
{
"refill": 2,
"status": "Rejected"
},
{
"refill": 3,
"status": {
"error": "Refill not found"
}
}
]
Tham số bắt buộc:
service - Service ID (ID từ website của bạn)link - Link đến trang cần tăngquantity - Số lượng cần giaoVí dụ:
{
"key": "your_api_key",
"action": "add",
"service": 1,
"link": "https://example.com/post/123",
"quantity": 1000
}
Tham số bắt buộc:
service - Service IDlink - Link đến trang cần tăngLưu ý: Package không cần quantity
Ví dụ:
{
"key": "your_api_key",
"action": "add",
"service": 2,
"link": "https://example.com/post/123"
}
Tham số bắt buộc:
service - Service IDlink - Link đến trang cần bình luậnquantity - Số lượng bình luậncomments - Nội dung bình luận (bắt buộc)Ví dụ:
{
"key": "your_api_key",
"action": "add",
"service": 3,
"link": "https://example.com/post/123",
"quantity": 50,
"comments": "Tuyệt vời! 👍"
}
Tham số bắt buộc:
service - Service IDlink - Link đến trang cần bình luậncomments - Nội dung bình luận (bắt buộc)Lưu ý: Package không cần quantity
Ví dụ:
{
"key": "your_api_key",
"action": "add",
"service": 4,
"link": "https://example.com/post/123",
"comments": "Tuyệt vời! 👍"
}
Tham số bắt buộc:
service - Service IDlink - Link đến trang cần SEOquantity - Số lượngkeywords - Từ khóa SEOVí dụ:
{
"key": "your_api_key",
"action": "add",
"service": 5,
"link": "https://example.com",
"quantity": 1000,
"keywords": "seo, marketing, digital"
}
Tham số bắt buộc:
service - Service IDlink - Link đến trangquantity - Số lượnghashtag - Hashtag cần mentionVí dụ:
{
"key": "your_api_key",
"action": "add",
"service": 6,
"link": "https://example.com/post/123",
"quantity": 100,
"hashtag": "viral"
}
Tham số bắt buộc:
service - Service IDlink - Link đến trangquantity - Số lượngusernames - Danh sách username, phân cách bằng dấu phẩyhashtags - Danh sách hashtags, phân cách bằng dấu phẩyVí dụ:
{
"key": "your_api_key",
"action": "add",
"service": 7,
"link": "https://example.com/post/123",
"quantity": 100,
"usernames": "user1,user2,user3",
"hashtags": "viral,trending,hot"
}
Tham số bắt buộc:
service - Service IDlink - Link đến trangquantity - Số lượngusernames - Danh sách username, phân cách bằng dấu phẩyVí dụ:
{
"key": "your_api_key",
"action": "add",
"service": 8,
"link": "https://example.com/post/123",
"quantity": 100,
"usernames": "user1,user2,user3"
}
Tham số bắt buộc:
service - Service IDlink - Link đến trangquantity - Số lượngusername - Username để lấy followersVí dụ:
{
"key": "your_api_key",
"action": "add",
"service": 9,
"link": "https://example.com/post/123",
"quantity": 100,
"username": "target_user"
}
Tham số bắt buộc:
service - Service IDlink - Link đến trangquantity - Số lượngmedia - Link đến mediaVí dụ:
{
"key": "your_api_key",
"action": "add",
"service": 10,
"link": "https://example.com/post/123",
"quantity": 100,
"media": "https://example.com/media/456"
}
Tham số bắt buộc:
service - Service IDlink - Link đến trangquantity - Số lượngcomment_likes_username - Username của comment cần likeVí dụ:
{
"key": "your_api_key",
"action": "add",
"service": 11,
"link": "https://example.com/post/123",
"quantity": 100,
"comment_likes_username": "comment_author"
}
Tham số bắt buộc:
service - Service IDlink - Link đến pollquantity - Số lượnganswer_number - Số câu trả lời (1, 2, 3, ...)Ví dụ:
{
"key": "your_api_key",
"action": "add",
"service": 12,
"link": "https://example.com/poll/123",
"quantity": 100,
"answer_number": 1
}
Tham số bắt buộc:
service - Service IDlink - Link đến trangcomment_replies_username - Username của comment cần replycomment_replies_comments - Nội dung replyLưu ý: Không cần quantity
Ví dụ:
{
"key": "your_api_key",
"action": "add",
"service": 13,
"link": "https://example.com/post/123",
"comment_replies_username": "comment_author",
"comment_replies_comments": "Đồng ý với bạn!"
}
Tham số bắt buộc:
service - Service IDlink - Link đến trangquantity - Số lượnggroups - Danh sách groups, phân cách bằng dấu phẩyVí dụ:
{
"key": "your_api_key",
"action": "add",
"service": 14,
"link": "https://example.com/post/123",
"quantity": 100,
"groups": "group1,group2,group3"
}
Tham số bắt buộc:
service - Service IDlink - Link đến trangsubscription_username - Username để subscribeTham số tùy chọn:
min_posts - Số bài viết tối thiểu (mặc định: 100)max_posts - Số bài viết tối đa (mặc định: 110)posts - Số bài viếtold_posts - Số bài viết cũdelay - Độ trễ (mặc định: 30)expiry - Ngày hết hạnLưu ý: Không cần quantity
Ví dụ:
{
"key": "your_api_key",
"action": "add",
"service": 15,
"link": "https://example.com/user/123",
"subscription_username": "target_user",
"min_posts": 100,
"max_posts": 110,
"delay": 30
}
Tham số bắt buộc:
service - Service IDlink - Link đến trang webquantity - Số lượng trafficTham số tùy chọn:
country - Mã quốc gia (mặc định: US)device - Thiết bị (mặc định: 1)type_of_traffic - Loại traffic (1=Google Keyword, 2=Referring URL, mặc định: 1)google_keyword - Từ khóa Google (khi type_of_traffic=1)referring_url - URL giới thiệu (khi type_of_traffic=2)Ví dụ với Google Keyword:
{
"key": "your_api_key",
"action": "add",
"service": 16,
"link": "https://example.com",
"quantity": 1000,
"country": "US",
"device": "1",
"type_of_traffic": "1",
"google_keyword": "seo marketing"
}
Ví dụ với Referring URL:
{
"key": "your_api_key",
"action": "add",
"service": 16,
"link": "https://example.com",
"quantity": 1000,
"country": "US",
"device": "1",
"type_of_traffic": "2",
"referring_url": "https://google.com"
}