{
  "x402Version": 2,
  "items": [
    {
      "resource": "https://audit-tools.ai/api/evaluations",
      "type": "http",
      "x402Version": 2,
      "resourceInfo": {
        "url": "https://audit-tools.ai/api/evaluations",
        "description": "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.",
        "mimeType": "application/json"
      },
      "accepts": [
        {
          "scheme": "exact",
          "network": "eip155:8453",
          "amount": "1000000",
          "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
          "payTo": "0x95de884E9eb3F90E496200693d94a636942a130D",
          "maxTimeoutSeconds": 300,
          "extra": {
            "name": "USD Coin",
            "version": "2"
          }
        }
      ],
      "extensions": {
        "bazaar": {
          "info": {
            "input": {
              "type": "http",
              "bodyType": "json",
              "body": {
                "targets": [
                  "apify/instagram-scraper"
                ],
                "mode": "full"
              },
              "method": "POST"
            }
          },
          "schema": {
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "type": "object",
            "properties": {
              "input": {
                "type": "object",
                "properties": {
                  "type": {
                    "type": "string",
                    "const": "http"
                  },
                  "method": {
                    "type": "string",
                    "enum": [
                      "POST"
                    ]
                  },
                  "bodyType": {
                    "type": "string",
                    "enum": [
                      "json",
                      "form-data",
                      "text"
                    ]
                  },
                  "body": {
                    "type": "object",
                    "required": [
                      "targets",
                      "mode"
                    ],
                    "properties": {
                      "targets": {
                        "type": "array",
                        "minItems": 1,
                        "maxItems": 1,
                        "items": {
                          "type": "string"
                        },
                        "description": "One Apify actor ID or URL, e.g. apify/instagram-scraper"
                      },
                      "mode": {
                        "type": "string",
                        "enum": [
                          "full"
                        ],
                        "description": "Full evaluation (all available deep-scan criteria)"
                      },
                      "customCriteria": {
                        "type": "array",
                        "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": [
                  "type",
                  "method",
                  "bodyType",
                  "body"
                ],
                "additionalProperties": false
              }
            },
            "required": [
              "input"
            ]
          }
        }
      },
      "lastUpdated": "2026-07-25T00:00:00Z"
    }
  ]
}
