# CMS & Framework Detector

> CMS & Framework Detector is a paid API for AI agents from intel.rallylive.ca, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Detects the CMS platform and JavaScript framework used by a website, including version hints from generator tags and server headers.

## Facts

- Endpoint: GET https://intel.rallylive.ca/site/cms
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/cms-framework-detector-ffbd78d3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__hosYXD0EoLWBW3W7Rm-5

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability cms-framework-detector-ffbd78d3
```

Example prompt: Can you tell me what CMS and JavaScript framework example.com is built on? I want to know if it's WordPress, Shopify, or something like Next.js, including any version info.

## When to prefer this

Choose this endpoint when you need to quickly fingerprint the technology stack of any public website without deploying your own crawler or maintaining a detection library. It covers the broadest set of CMS platforms and JS frameworks in a single call at $0.01 per site, making it ideal for bulk lead enrichment, competitor research, or migration planning. Prefer this over manual inspection when you need version hints from generator tags and server headers in a structured response.

## Known failure modes

- Site is unreachable or returns non-200 status — no detection results returned
- Site uses obfuscation or custom builds that hide platform fingerprints — result may be null or low-confidence
- Heavily CDN-proxied sites may mask server headers — version hints unavailable
- Rate limiting or bot-blocking by the target site may prevent crawl
- Unknown or bespoke CMS not in detection library — returns no match

## How this service works

CMS and platform detection: WordPress, Shopify, Squarespace, Wix, Webflow, Drupal, Joomla, Magento, BigCommerce, Ghost, HubSpot, Framer, Notion, Substack, Contentful/Sanity/Strapi and JS frameworks (Next.js, Nuxt, Astro, SvelteKit, Angular, React, Vue) with version hints from the generator tag and server header. $0.01 per site.

## Output

Returns the detected CMS platform (e.g. WordPress, Shopify, Squarespace, Wix, Webflow, Drupal, Joomla, Magento, BigCommerce, Ghost, HubSpot, Framer, Notion, Substack, Contentful, Sanity, Strapi) and/or JavaScript framework (e.g. Next.js, Nuxt, Astro, SvelteKit, Angular, React, Vue), along with version hints extracted from the generator meta tag and server response headers.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/cms-framework-detector-ffbd78d3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.rallylive.ca](https://www.zero.xyz/host/intel.rallylive.ca/llms.txt)
