Weights likes, comments, shares, saves and clicks, divides by supplied reach, an
Weights likes, comments, shares, saves and clicks, divides by supplied reach, and reports cohort and aggregate points per thousand reached accounts. It does not access a platform, distinguish authentic from manipulated activity, measure sentiment or predict revenue.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
1053 msmedian answer time
$0.003listed price per call
$0.003price 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://creator.halowerk.com/v1/fan-engagement
| Category | Everything else |
|---|---|
| Provider host | creator.halowerk.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.003 | 1053 ms |
Example input (from the provider)
{
"body": {
"cohorts": [
{
"clicks": 940,
"comments": 84,
"likes": 720,
"name": "newsletter",
"reach": 18000,
"saves": 120,
"shares": 55
},
{
"clicks": 1250,
"comments": 260,
"likes": 4100,
"name": "short-video",
"reach": 52000,
"saves": 510,
"shares": 390
}
]
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"cohorts": {
"items": {
"additionalProperties": false,
"properties": {
"clicks": {
"maximum": 1000000000000,
"minimum": 0,
"type": "integer"
},
"comments": {
"maximum": 1000000000000,
"minimum": 0,
"type": "integer"
},
"likes": {
"maximum": 1000000000000,
"minimum": 0,
"type": "integer"
},
"name": {
"maxLength": 128,
"minLength": 1,
"type": "string"
},
"reach": {
"maximum": 1000000000000,
"minimum": 1,
"type": "integer"
},
"saves": {
"maximum": 1000000000000,
"minimum": 0,
"type": "integer"
},
"shares": {
"maximum": 1000000000000,
"minimum": 0,
"type": "integer"
}
},
"required": [
"name",
"reach",
"likes",
"comments",
"shares",
"saves",
"clicks"
],
"type": "object"
},
"maxItems": 1000,
"minItems": 1,
"type": "array"
}
},
"required": [
"cohorts"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}