检测任意网站 URL 的完整技术栈。识别 2000+ 技术,包括 CMS、JavaScript 框架、分析、CDN、托管商、广告网络、支付处理器和电商平台。每个检测到的技术返回置信度评分、类目,并在可用时返回版本。为批量而生:输入 10,000 个域名,每站点一行返回。适用于销售勘探、竞争情报、供应链审计和 ABM 定位。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~website-tech-detector/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "urls": [ "https://shopify.com", "https://stripe.com", "https://hubspot.com", "https://example-store.com", "https://corp-site.com" ] }' # 或通过 MCP 与 AI 代理配合使用: # https://mcp.apify.com?tools=santamaria-automations/website-tech-detector
| 字段 | 类型 | 示例 |
|---|---|---|
| url | string | https://shopify.com |
| tech_count | integer | 24 |
| primary_cms | string | Shopify |
| primary_framework | string | React |
| has_analytics | boolean | true |
| has_cdn | boolean | true |
| hosting_provider | string | Fastly |
| technologies | array | [{"name":"React","category":"JavaScript Framework","version":"18.2"}] |
| server_header | string | cloudflare |
| scraped_at | string | 2026-06-13T10:15:42Z |