SEOpost/tech-stack

Technologies a website runs

Technology
Cost / request

$0.01

Response format

JSON

Protocol

REST

Description

Returns the technologies detected on a domain: CMS, analytics, marketing tools, payment providers, frameworks, hosting. One domain per call. Use it to qualify a prospect ('do they run Shopify?') or profile a competitor's stack.

Parameters

bodyRequest Bodyrequired

Content type: application/json

{
  "type": "object",
  "required": [
    "target"
  ],
  "properties": {
    "target": {
      "type": "string",
      "description": "Domain to inspect, no protocol."
    }
  }
}

Responses

Detected technology groups and names in `result[0].items`.

{
  "type": "object"
}

Agent / Developer Schema

Machine-readable formats for integrating this endpoint into AI agents and toolchains.

{
  "operationId": "tech_stack",
  "method": "post",
  "path": "/tech-stack",
  "summary": "Technologies a website runs",
  "description": "Returns the technologies detected on a domain: CMS, analytics, marketing tools, payment providers, frameworks, hosting. One domain per call. Use it to qualify a prospect ('do they run Shopify?') or profile a competitor's stack.",
  "parameters": [],
  "requestBody": {
    "required": true,
    "content": {
      "application/json": {
        "schema": {
          "type": "object",
          "required": [
            "target"
          ],
          "properties": {
            "target": {
              "type": "string",
              "description": "Domain to inspect, no protocol."
            }
          }
        },
        "example": {
          "target": "example.com"
        }
      }
    }
  },
  "responses": [
    {
      "statusCode": "200",
      "description": "Detected technology groups and names in `result[0].items`.",
      "content": {
        "application/json": {
          "schema": {
            "type": "object"
          }
        }
      }
    },
    {
      "statusCode": "400",
      "description": "Bad request or upstream task error."
    },
    {
      "statusCode": "401",
      "description": "Unauthorized."
    },
    {
      "statusCode": "429",
      "description": "Too many requests."
    },
    {
      "statusCode": "5XX",
      "description": "Upstream error."
    }
  ]
}

Pricing

$0.01per successful request

Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.

Start using this endpoint

Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.