Overview
Evaluate an Apify actor before you use it. Send one actor ID (for example apify/instagram-scraper) and get an evidence-backed quality report: 23 built-in criteria like reliability, 30-day failure rate, advertised-field truth, and cost per usable item, deep-scan criteria measured from live funded runs, or your own rubric in plain English. Use it to audit a scraper, compare actor quality, or pick the best actor. Returns JSON with per-criterion scores, evidence, and a verdict.
Protocol
x402
Price
$1.00
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
audit-tools
Indexed
2026-07-25 11:05:19
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
Input Schema
{
"bodyFields": {
"customCriteria": {
"description": "Optional custom rubric: your own criteria to score the actor against, each with a name and a plain-language description of what to measure",
"required": false,
"type": "array"
},
"mode": {
"description": "Full evaluation (all available deep-scan criteria)",
"enum": [
"full"
],
"required": true,
"type": "string"
},
"targets": {
"description": "One Apify actor ID or URL, e.g. apify/instagram-scraper",
"items": {
"type": "string"
},
"maxItems": 1,
"minItems": 1,
"required": true,
"type": "array"
}
},
"bodyType": "json",
"discoverable": true,
"method": "POST",
"type": "http"
}
Output Schema
{
"properties": {
"evaluations": {
"items": {
"properties": {
"criteria": {
"items": {
"properties": {
"evidence": {
"type": "string"
},
"id": {
"type": "string"
},
"score": {
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"overallScore": {
"description": "0-100 quality score",
"type": "number"
},
"target": {
"type": "string"
},
"verdict": {
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
}