JobsPipe - Website Tech Stack Detection avatar

JobsPipe - Website Tech Stack Detection

Pricing

from $0.50 / 1,000 api calls

Go to Apify Store
JobsPipe - Website Tech Stack Detection

JobsPipe - Website Tech Stack Detection

Give it a domain, get back the technologies it serves: frameworks, analytics, CDNs, payment providers, and SaaS widgets, each with a confidence score. Powered by the JobsPipe tech-scan API.

Pricing

from $0.50 / 1,000 api calls

Rating

0.0

(0)

Developer

JobsPipe

JobsPipe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

Share

What is this site built with? Give it a domain and get back every technology it serves: JavaScript frameworks, analytics, CDNs, payment providers, e-commerce platforms, and SaaS widgets - each with a confidence score and the signal that matched.

Powered by JobsPipe. This Actor wraps the production POST /v1/stack/scan endpoint. Results are cached for 14 days, so repeat scans of the same domain are fast.


What you can do

  • Enrich a list of companies with their tech stack for sales and lead scoring
  • Find every site running a specific tool (Stripe, Shopify, Segment, HubSpot)
  • Build competitive intelligence on a market's tooling
  • Verify a vendor's claimed stack before a migration

Input

FieldDescription
Domains to scanOne or more domains, e.g. stripe.com. Full URLs and www. are normalized.
Scan modeauto (fast fetch, then headless render if thin), html (fetch only), or render (full browser).

Example input

{
"domains": ["stripe.com", "vercel.com"],
"mode": "auto"
}

Output

One dataset item per domain. The Overview tab shows HTTP status, technology count, and a comma-separated technology list; the full record keeps the structured detected array with categories, confidence, version, and matched signals.

{
"domain": "stripe.com",
"scanned_at": "2026-06-29T12:00:00Z",
"http_status": 200,
"render_path": "curl_cffi",
"technology_count": 1,
"technologies": "React",
"detected": [
{
"slug": "react",
"name": "React",
"categories": ["JavaScript frameworks"],
"confidence": 100,
"version": null,
"signals": [{ "kind": "script", "match": "react-dom" }],
"saas": false,
"oss": true
}
]
}

Pricing

Pay per scan. You are charged $0.0005 per domain scanned (successful scans only - failed lookups are not billed). No subscription, no minimum.

This mirrors jobspipe.dev pricing - the same per-request rate as the Builder plan.

Need the raw API?

This Actor is a convenience wrapper. For bulk enrichment or agent use, go direct: jobspipe.dev - REST, MCP server, and an official Python SDK.