Ahrefs

batch-analysis

Performs a batch analysis of multiple URLs, domains, or subdomains to retrieve selected SEO, backlink, organic, and paid traffic metrics. When analyzing a domain name, you must use mode=subdomains. Using mode=domain can exclude www and other subdomains. Use doc tool first to get the real input schema.

Remote ahrefs

Other tools also called batch-analysis? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "output": {
      "type": "string"
    },
    "select": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "country": {
      "type": "string"
    },
    "targets": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "url",
          "mode",
          "protocol"
        ],
        "properties": {
          "url": {
            "type": "string"
          },
          "mode": {
            "type": "string"
          },
          "protocol": {
            "type": "string"
          }
        }
      },
      "maxItems": 100,
      "minItems": 1
    },
    "order_by": {
      "type": "string"
    },
    "volume_mode": {
      "type": "string"
    }
  }
}
          

Provider

Ahrefs →