$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.
Who it is for
Sales, competitive research, and anyone qualifying a list of domains.
What you would use it for
- Detect CMS, frameworks, analytics, CDN and hosting from any URL.
- Qualify a lead list by the technology a prospect already runs.
- Check what a competitor switched to, and when.
- Enrich a CRM export with stack data — it is HTTP-only, so it runs fast in bulk.
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.
| Field | Sample shape |
|---|---|
actor | string — artifact-machine-tech-stack-analyzer |
actorVersion | string — 0.1.0 |
auditedAt | string — 2026-07-29T05:04:09.305Z |
url | string — https://neighbornest.kids/ |
status | number — 200 |
server | string — Vercel |
poweredBy | null |
language | string — en |
cms | null |
frameworks | array (1) |
analytics | array (0) |
cdn | null |
hosting | string — Vercel |
ssr | null |
responseHeaders | array (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.