The Artifact Machine

$0.50 per result

Tech Stack Analyzer - Detect Website Technologies

Detect the technologies behind any website: CMS, frameworks, analytics, hosting, CDN and marketing tags. Fast HTTP-only lookup, no browser needed.

Run it on Apify All tools

Who it is for

Sales, competitive research, and anyone qualifying a list of domains.

What you would use it for

What you get back

One JSON record per page checked. These are the actual fields returned by the most recent successful run — read from the live catalogue, not a documented ideal.

FieldSample shape
actorstring — artifact-machine-tech-stack-analyzer
actorVersionstring — 0.1.0
auditedAtstring — 2026-07-29T05:04:09.305Z
urlstring — https://neighbornest.kids/
statusnumber — 200
serverstring — Vercel
poweredBynull
languagestring — en
cmsnull
frameworksarray (1)
analyticsarray (0)
cdnnull
hostingstring — Vercel
ssrnull
responseHeadersarray (17)

Sample output

Trimmed from a real run.

{
  "actor": "artifact-machine-tech-stack-analyzer",
  "actorVersion": "0.1.0",
  "auditedAt": "2026-07-29T05:04:09.305Z",
  "url": "https://neighbornest.kids/",
  "status": 200,
  "server": "Vercel",
  "poweredBy": null,
  "language": "en",
  "cms": null,
  "frameworks": [
    "Next.js"
  ],
  "analytics": [],
  "cdn": null,
  "hosting": "Vercel",
  "ssr": null,
  "responseHeaders": [
    "access-control-allow-origin",
    "age",
    "cache-control",
    "content-disposition",
    "content-encoding",
    "content-type",
    "date",
    "etag",

Pricing

$0.50 per result. Pay-per-event through Apify — no subscription, and a run that returns nothing costs nothing.

Calling it from code

Any HTTP client works. Replace <TOKEN> with your Apify API token.

curl -X POST "https://api.apify.com/v2/acts/artifact-machine~artifact-machine-tech-stack-analyzer/run-sync-get-dataset-items?token=<TOKEN>" \
  -H "Content-Type: application/json" \
  -d '{"startUrls":[{"url":"https://example.com"}]}'

Questions

Does it need a browser?

No. This one is HTTP-only, which is why it is the cheapest tool in the catalogue and the fastest over a long list of domains. The trade-off is that technology injected purely by client-side JavaScript after load may not be detected.

Other tools

Schema Audit - JSON-LD Structured Data Validator · Security Headers Checker · Sitemap Health Audit - XML Sitemap Validator · AI Access Audit

Details read from the live Apify catalogue on 2026-07-29.