BrowserSolver

Website Technology

GET
/v1/website/technology

Map CMS, frameworks, analytics, CDN, and security tooling exposed by a public URL. Choose simple lists or expert metadata with confidence scores.

Credit cost: 1 credit per call

Autorización

ApiKeyAuth
x-api-key<token>

Your API key. Include it in the x-api-key header for every request.

In: header

Parámetros de consulta

query*string

Public URL to fingerprint for CMS, frameworks, analytics, CDN, and security tooling. Include http:// or https://.

Example:

https://www.shopify.com/

Notes:

  • Typical latency is 10 to 15 seconds.
  • Use mode=simple for dashboards; mode=expert (default) for confidence scores and versions.
  • Pair with Website Antibot to learn which bot vendor protects the same host.
mode?string

How much detail to include in the stack report.

  • expert: full objects with confidence, versions, CPE, categories, and descriptions (default)
  • simple: CMS name, URL statuses, and a flat list of technology names

Notes:

  • Pick simple for lightweight dashboards.
  • Pick expert when you need scores, categories, or version strings.
Default"expert"

Cuerpo de la respuesta

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/website/technology?query=string"

{  "cms": null,  "urls": {    "https://vercel.com/": {      "status": 200    }  },  "technologies": [    "Next.js",    "React",    "Vercel",    "Google Analytics",    "Intercom",    "HSTS",    "HTTP/3"  ]}

{  "error": "Bad Request"}
{  "error": "Invalid API Key"}
{  "error": "Payment required"}
{  "error": "Rate limit exceeded for the API key: quota monthly"}
{  "error": "Internal Error"}