Tech Stack Enricher
Pricing
from $33.50 / 1,000 techstack records
Tech Stack Enricher
Give it a list of company domains; it returns one CRM-ready record per domain describing the technologies a site runs (frameworks, CMS, ecommerce, analytics, CDN, hosting, servers).
Pricing
from $33.50 / 1,000 techstack records
Rating
0.0
(0)
Developer
NexGen Watch
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
🌐 Tech Stack Enricher
Give it a list of company domains; it returns one CRM-ready record per domain describing the technologies a site runs (frameworks, CMS, ecommerce, analytics, CDN, hosting, servers). It works only from each company's own public pages, and it honours robots.txt per domain: any page a site disallows is skipped, never bypassed.
Detections are returned as category-normalized CRM account columns with the marker each was detected from (evidence) and a confidence.
Difference from a Wappalyzer replacement: normalized account attributes, not a raw signature dump.
Output is one tech_stack row per result; billing is pay-per-event, the value event being one techstack record (a $0.02 start fee per run, then $0.05 per techstack record).
No login, no API key and no CAPTCHA solving are involved: the source is read logged-out.
📊 Sample Output
Real rows from run lZw27Mswf0Y9ExzPM on build 0.1.8 (2026-09-17), the same input as the Quick start below — every value is as the source published it (emails masked, long text shortened):
| domain | checked_pages | technologies | columns | status | charged_event |
|---|---|---|---|---|---|
| vercel.com | ["https://vercel.com/"] | [{"category": "JavaScript Framework", "technology": "Next.js", "eviden | {"JavaScript Framework": ["Next.js"], "Hosting/PaaS": ["Vercel"]} | ok | techstack_record |
| stripe.com | ["https://stripe.com/"] | [{"category": "JavaScript Framework", "technology": "Next.js", "eviden | {"JavaScript Framework": ["Next.js"], "Web Server": ["Nginx"]} | ok | techstack_record |
The run finished with the status message: NORMAL: 2 of 2 domains enriched ({'ok': 2}). techstack_record billable=2
✅ What you get
Each row is flat JSON with these fields (from the dataset schema and the sample run; a field the source does not publish for a given row is null):
record_type(string) — e.g.tech_stackdomain(string/null) — e.g.vercel.comchecked_pages(array/null) — e.g.["https://vercel.com/"]robots_skipped(array/null) — null in every sample rowobserved_at(string/null) — e.g.2026-09-17T17:54:10Zsource_url(string/null) — e.g.https://vercel.com/technologies(array/null) — e.g.[{"category": "JavaScript Framework", "technology": "Next.js", "evidence": "/_necolumns(object/null) — e.g.{"JavaScript Framework": ["Next.js"], "Hosting/PaaS": ["Vercel"]}status(string/null) — e.g.okcharged_event(string/null) — e.g.techstack_recordterminal(string/null) — null in every sample rowsupplied(integer/null) — null in every sample rowprocessed(integer/null) — null in every sample rowstatus_counts(object/null) — null in every sample rowbilled(integer/null) — null in every sample row
Every run also writes a RUN_RECEIPT record to its key-value store with the source checks it made and the counts it charged — diagnostics never land in the paid dataset.
⚙️ Sample inputs
1. Quick start — the Store example (this is what the sample above came from)
{"domains": ["vercel.com","stripe.com"],"maxRecords": 10}
The sample run charged exactly: 1 × $0.02 apify-actor-start + 2 × $0.05 techstack_record = $0.12 on the Free tier — every delivered row was billed.
2. A smaller, narrowed run
{"domains": ["vercel.com","stripe.com"],"maxRecords": 5}
Caps the run at 5 rows — about $0.27 on the Free tier ($0.02 start + 5 × $0.05).
3. A full-size run
{"domains": ["vercel.com","stripe.com"],"maxRecords": 100}
Up to 100 rows (the schema default for maxRecords) — about $5.02 on the Free tier ($0.02 start + 100 × $0.05) if the source has that many.
🧾 JSON sample record
One real record from run lZw27Mswf0Y9ExzPM, exactly as it lands in the dataset (emails masked, long text shortened):
{"record_type": "tech_stack","domain": "vercel.com","checked_pages": ["https://vercel.com/"],"robots_skipped": [],"observed_at": "2026-09-17T17:54:10Z","source_url": "https://vercel.com/","technologies": [{"category": "JavaScript Framework","technology": "Next.js","evidence": "/_next/","evidence_url": "https://vercel.com/","confidence": "high"},{"category": "Hosting/PaaS","technology": "Vercel","evidence": "server: vercel","evidence_url": "https://vercel.com/","confidence": "high"}],"columns": {"JavaScript Framework": ["Next.js"],"Hosting/PaaS": ["Vercel"]},"status": "ok","charged_event": "techstack_record"}
🔧 How it works
Transport. Plain HTTPS from the Apify platform, no proxy. robots.txt is read first and a disallowed path is never fetched.
Terminal states. A run ends NORMAL, CAPPED (your cap was reached), PARTIAL (something was withheld and the message says what), GENUINE_EMPTY (the source was read and truly had nothing in scope) or BLOCKED (the source refused or changed shape — the run FAILS loud and bills nothing). A zero-row run is never reported as a silent success.
Charging. Each techstack record is charged at the moment it is pushed (techstack_record); a row that fails to charge is not delivered, so the dataset count always equals the charged count.
How it works
For each domain supplied, the actor runs a robots preflight on every page it wants to read.
Allowed pages are fetched from the company's own site; disallowed pages are skipped and recorded
in robots_skipped. Each record reports a status:
ok— data was found (this is the only status that bills)no_data— the site was reachable but nothing matchedrobots_blocked— the page(s) needed were disallowed by robots.txt (skipped, never bypassed)unreachable— the site did not respond
A domain that is robots-blocked, unreachable, or yields no data is delivered as a record for your visibility but bills nothing. If every supplied domain is unreachable, the run fails loudly (an egress outage is never delivered as an empty success).
What is not done. No login, no cookie or CAPTCHA bypass, no private or personal-account data, no browser automation.
💰 Pricing example
| Event | Free | Bronze | Silver | Gold |
|---|---|---|---|---|
Actor Start (apify-actor-start) | $0.02 | $0.02 | $0.02 | $0.02 |
Techstack Record (techstack_record) | $0.05 | $0.04 | $0.04 | $0.03 |
Worked at the live Free-tier price:
- 2 techstack records: $0.02 start + 2 × $0.05 = $0.12
- 25 techstack records: $0.02 start + 25 × $0.05 = $1.27
- 100 techstack records: $0.02 start + 100 × $0.05 = $5.02
A run that delivers zero rows charges the $0.02 start fee only. A BLOCKED run (source refused) fails loud and charges no value event. The start fee is charged once per GB of run memory; the default run memory is 1024 MB.
Yield on the sample run: NORMAL: 2 of 2 domains enriched ({'ok': 2}). techstack_record billable=2. maxRecords is a hard ceiling on what is delivered and billed, never a target.
⚖️ Legal & ToS
This actor reads public data only. It collects only what the source publishes to any visitor, keeps to the source's robots rules (checked on every run), identifies itself, and does not access accounts, private data or anything behind authentication. Use the output in line with the source's terms and your local law; the intended use is B2B research and monitoring.
❓ FAQ
Q: Do I need an API key or a login?
A: No. the input schema has no key field and the actor carries no secrets.
Q: Why did my run return 0 rows?
A: Read the run's status message. GENUINE_EMPTY means the source was read and had nothing in scope for your input; BLOCKED means the source refused and the run failed without billing a value event — retry later or narrow the input. A zero-row run bills the start fee only.
Q: How many rows can one run return?
A: Up to maxRecords (default 100). Raise the cap for a bigger run; you pay per delivered row.
Q: How fresh is the data?
A: Every run reads the source live at run time; nothing is cached between runs. Put it on a schedule for a continuous feed.
Q: What formats can I export?
A: The dataset downloads as JSON, CSV, Excel, XML or RSS from the run's Dataset tab or the Apify API, and any run can push to a webhook or integration.
Q: How is this different from the other web QA and enrichment tools actors?
A: Same output shape and billing model; this one covers Tech Stack Enricher. The siblings under Related Actors cover the other sources or slices — run several on one schedule for a combined feed.
Q: Are there rate limits?
A: The actor paces itself against the source and honours its robots rules; there is no per-buyer limit beyond your Apify plan's concurrency.
🆘 Troubleshooting
- Run FAILED with BLOCKED → the source refused the request or changed its page shape → nothing was billed beyond the start fee; retry after a while, and if it persists open an Issue with the run id.
- Status says CAPPED → your cap (
maxRecords) was reached → raise it for a bigger run. - Input validation error on start → a field is outside the schema's allowed values → start from the Quick start block and change one field at a time.
- Run TIMED-OUT → a very wide request on a slow day → raise the run timeout in Run options or narrow the input; what was delivered before the timeout is still in the dataset.
🔗 Related Actors
- Sitemap Indexability Auditor — Audit whether the URLs in your sitemaps (or a plain URL list) are actually indexable — sitemaps are expanded (bounded nested depth + a hard URL cap)…
- Social Preview Card Verifier — Verifies how a page unfurls on social platforms. Reads Open Graph and Twitter Card tags, validates each declared image for reachability, MIME and pix…
- Tech Stack Detector — Website Technology Lookup — Detect technologies used by websites across exactly 255 supported CMS, ecommerce, analytics, marketing, hosting, CDN, payment, and framework fingerpr…
- Website Brand Kit API — Extracts a full brand system from a domain — logos, favicons, declared and pixel-derived colors, font declarations, theme color and social share imag…
- Website Contact Finder — Email, Phone & Social Links — Find business emails, phone numbers, and social profile links published on company websites. Submit domains or URLs and pay only when a contact-beari…
- Website Migration Link Auditor — Audits an old→new URL migration manifest. Each source URL gets an acceptance receipt: redirect target/chain/loop, 404/410/5xx, fragment survival, can…
- 🏢 About NexGenData — NexGen Watch is NexGenData's fleet of 256 public monitoring and lookup actors built on official sources, pay-per-result. Browse the catalog at apify.com/nexgenwatch.
⭐ Found this useful?
If this actor saved you a manual check, a quick review on the Apify Store helps other teams find it. Feature request or a source that changed? Open it from the Issues tab — every one is read.
