ToolAssay

Social marketing orders

Social marketing orders: followers, likes, views and more across 1000+ services. Price is quoted per order (from $0.10) via GET /v1/smm-quote.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
988 msmedian answer time
$3.00listed price per call
$3.00price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://agent.connskill.com/smm/v1/smm-order

CategoryMarket data
Provider hostagent.connskill.com
Networksbase
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$3.00 988 ms

Example input (from the provider)

{
  "description": "Place a social marketing order: followers, likes, views and comments across 1000+ services",
  "example": {
    "link": "https://instagram.com/example",
    "quantity": 500,
    "serviceId": 1234
  },
  "inputSchema": {
    "properties": {
      "link": {
        "description": "Ziel-URL/-Account",
        "minLength": 1,
        "type": "string"
      },
      "quantity": {
        "minimum": 1,
        "type": "integer"
      },
      "serviceId": {
        "description": "SMMPanel Service-ID",
        "type": "integer"
      }
    },
    "required": [
      "serviceId",
      "link",
      "quantity"
    ],
    "type": "object"
  },
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "properties": {
    "input": {
      "properties": {
        "body": {
          "properties": {
            "link": {
              "description": "Ziel-URL/-Account",
              "minLength": 1,
              "type": "string"
            },
            "quantity": {
              "minimum": 1,
              "type": "integer"
            },
            "serviceId": {
              "description": "SMMPanel Service-ID",
              "type": "integer"
            }
          },
          "required": [
            "serviceId",
            "link",
            "quantity"
          ],
          "type": "object"
        }
      }
    },
    "output": {
      "properties": {
        "example": {
          "chargeUsd": 0.05,
          "orderId": "123456",
          "status": "ordered"
        }
      }
    }
  }
}

This page as JSON