Tech Stack Detector - BuiltWith Alternative avatar

Tech Stack Detector - BuiltWith Alternative

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Tech Stack Detector - BuiltWith Alternative

Tech Stack Detector - BuiltWith Alternative

Detect website technology stack including CMS, frameworks, analytics, and marketing tools. A free alternative to BuiltWith. CMS detection Framework detection Analytics tools Marketing tools Hosting & CDN Payment & chat

Pricing

from $0.01 / 1,000 results

Rating

1.0

(1)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

100

Total users

34

Monthly active users

77 days

Issues response

a day ago

Last modified

Share

Detect website technology stack including CMS, frameworks, analytics, and marketing tools. Free alternative to BuiltWith.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"urls": [
"https://stripe.com",
"https://shopify.com"
]
}

Run with real data

{
"demoMode": false,
"urls": [
"https://stripe.com",
"https://shopify.com"
],
"detectCategories": [
"CMS",
"FRAMEWORK",
"CSS_FRAMEWORK",
"JS_LIBRARY",
"ANALYTICS",
"MARKETING",
"HOSTING",
"CDN",
"ECOMMERCE",
"PAYMENTS",
"CHAT",
"EMAIL"
],
"deepScan": false
}

Input Parameters

ParameterTypeDefaultRequiredDescription
urlsarray-NoURLs to analyze for tech stack. Include https:// prefix or it will be added automatically.
detectCategoriesarray["CMS","FRAMEWORK","CSS_FRAMEWORK","JS_LIBRARY","ANALYTICS","MARKETING","HOSTING","CDN","ECOMMERCE","PAYMENTS","CHAT","EMAIL"]NoFilter which technology categories to detect. By default, all 12 categories are checked.
deepScanbooleanfalseNoCrawl additional pages (about, pricing, blog) for more thorough detection. Slower but finds more technologies.
demoModebooleantrueNoReturn sample data for testing (free, no live scraping). Set to false for real analysis.
webhookUrlstring-NoURL to receive results via POST when analysis completes (Zapier, Make, n8n, custom)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Site AnalyzedPer website analyzed for technology stack$0.02

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal