Fetch items from an Apify Actor run default dataset
Fetch items from an Apify Actor run default dataset. Body: { "token": "..." } from actors/call. First call per wallet pays via x402 proportional to Apify usage (capped at $1.00); SIWX replay is free. Poll /api/actors/status until terminal — calling before terminal returns 409. POST only — never GET; token in JSON body, not query string.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
292 msmedian answer time
$1.00listed price per call
$1.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://stableapify.dev/api/actors/results
| Category | Market data |
|---|---|
| Provider host | stableapify.dev |
| Networks | eip155:8453 |
| Payment schemes | upto |
| Self-reported calls, 30 days | 8 from 6 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $1.00 | 292 ms |
Example input (from the provider)
{
"body": {
"clean": true,
"limit": 100,
"offset": 0,
"token": "<from actors/call>"
},
"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": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"properties": {
"clean": {
"default": true,
"type": "boolean"
},
"desc": {
"type": "boolean"
},
"fields": {
"items": {
"minLength": 1,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"limit": {
"default": 100,
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"offset": {
"default": 0,
"maximum": 9007199254740991,
"minimum": 0,
"type": "integer"
},
"omit": {
"items": {
"minLength": 1,
"type": "string"
},
"maxItems": 100,
"type": "array"
},
"token": {
"description": "Signed token returned by actors/call.",
"minLength": 1,
"type": "string"
},
"unwind": {
"minLength": 1,
"type": "string"
}
},
"required": [
"token",
"limit",
"offset",
"clean"
],
"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"
}