ToolAssay

Vet an Apify actor before you spend on it

Vet an Apify actor before you spend on it. Send one actor ID (e.g. apify/instagram-scraper) and get scored JSON in seconds, with evidence and a verdict, from public metadata: pricing, output schema, maintenance, reliability, docs. Unlimited criteria: our pre-built set or your own rubric in plain English. Metadata grades what a vendor claims. The $1 full audit runs the actor and measures what it delivers: real cost per usable item, whether advertised fields arrive, speed and consistency.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice 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://audit-tools.ai/api/preflight

CategoryCode and developer
Provider hostaudit-tools.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "targets": [
      "apify/instagram-scraper"
    ]
  },
  "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": {
          "properties": {
            "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",
              "type": "array"
            },
            "targets": {
              "description": "One Apify actor ID or URL, e.g. apify/instagram-scraper",
              "items": {
                "type": "string"
              },
              "maxItems": 1,
              "minItems": 1,
              "type": "array"
            }
          },
          "required": [
            "targets"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON