VOOZH about

URL: https://apify.com/misterkhan/website-tech-stack-scanner/api

⇱ Website Tech Stack Scanner | Website Technology Detector API Β· Apify


πŸ‘ Website Tech Stack Scanner | Website Technology Detector avatar

Website Tech Stack Scanner | Website Technology Detector

Pricing

from $70.00 / 1,000 results

Go to Apify Store

Website Tech Stack Scanner | Website Technology Detector

Scan any website to detect 7,000+ technologies, from CMSs, analytics, and marketing pixels to JS frameworks, CDNs, and hosting. Use it for market research, lead enrichment, and competitor tech profiling at scale.

Pricing

from $70.00 / 1,000 results

Rating

5.0

(3)

Developer

πŸ‘ Khan

Khan

Maintained by Community

Actor stats

12

Bookmarked

347

Total users

37

Monthly active users

21 days ago

Last modified

Share

You might also like

Website Tech Stack Detector

shahidirfan/Website-Tech-Stack-Detector

Uncover the technologies powering any website with the Website Tech Stack Detector. Instantly identify frameworks, CMS, and analytics tools. Lightweight and fast, it is perfect for market research and competitive analysis. For large-scale bulk scanning, residential proxies are recommended.

85

5.0

Tech Stack Detector

automation-lab/tech-stack-detector

Affordable BuiltWith and Wappalyzer alternative. Detect 45+ technologies on any website β€” JavaScript frameworks, CMS, analytics, CDN, and hosting β€” from a single HTTP request. Ideal for bulk lead qualification, competitive analysis, and technology market research.

πŸ‘ User avatar

Stas Persiianenko

116

Website Tech Stack Detector - Find Any Site's Technology

santamaria-automations/website-tech-detector

Detect the tech stack of any website β€” CMS, JavaScript frameworks, analytics, CDN, hosting, ad networks, e-commerce platforms, and 2000+ other technologies. Powered by the Wappalyzer fingerprint database. Bulk analysis, pay-per-result.

FLIPPA.com | Only $1πŸ’° | Search by Url | Detail Pages | Scraper

memo23/flippa-scraper

πŸ’°$1 per 1,000 results, scrape Flippa search & listings. Extract Revenue, Profit, Multiples, Traffic (Views/Uniques) & Seller Verification. Supports SaaS, Apps & Domains.

πŸ‘ User avatar

Muhamed Didovic

85

5.0

Flippa Scraper API

louisdeconinck/flippa-scraper-api

The Flippa Scraper API allows users to extract detailed data from Flippa.com listings, including pricing, business metrics, and seller information, for efficient analysis of online business opportunities.

πŸ‘ User avatar

Louis Deconinck

221

5.0

RSS / XML Scraper

shahidirfan/RSS-XML-Scraper

Meet the RSS / XML Scraper: the most advanced actor for parsing any RSS feed or XML file. It effortlessly extracts clean, structured data from even the most complex sources. Your ultimate tool for content aggregation, data monitoring, and content analysis.

99

5.0

RSS / XML Scraper

jupri/rss-xml-scraper

πŸ’« Scrape RSS / XML / Sitemap or other XML

Tech Stack Detector β€” Wappalyzer & BuiltWith API Alternative

nexgendata/wappalyzer-replacement

Bulk tech stack detection from any website. Uses OSS Wappalyzer fingerprint rulesets (6000+ technologies across 100+ categories) via HTTP analysis. Replaces the paywalled Wappalyzer API.

Tech Stack Detector API - BuiltWith & Wappalyzer Alternative

tugelbay/website-tech-stack-detector

Tech stack detector and website technology checker API. BuiltWith/Wappalyzer alternative for bulk URL enrichment: detect 100+ CMS, ecommerce. Guide: https://konabayev.com/tools/website-tech-stack-detector/?utm_source=apify_info&utm_medium=referral&utm_campaign=website-tech-stack-detector

πŸ‘ User avatar

Tugelbay Konabayev

52

Flippa Scraper

crawlerbros/flippa-scraper

Scrape digital asset listings from Flippa.com including websites, ecommerce stores, SaaS, apps, and domains. Extract price, revenue, profit, traffic, verification, seller, and industry data.

16

You can access the Website Tech Stack Scanner | Website Technology Detector programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "startUrls": [
< {
< "url": "https://vuejs.org/"
< }
< ]
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/misterkhan~website-tech-stack-scanner/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

Website Tech Stack Scanner | Website Technology Detector API

Below, you can find a list of relevant HTTP API endpoints for calling the Website Tech Stack Scanner | Website Technology Detector Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/misterkhan~website-tech-stack-scanner/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/misterkhan~website-tech-stack-scanner/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/misterkhan~website-tech-stack-scanner?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Website Tech Stack Scanner | Website Technology Detector API programmatically via the Apify API.

You can choose from:

Website Tech Stack Scanner | Website Technology Detector API in Python

Website Tech Stack Scanner | Website Technology Detector API in JavaScript

Website Tech Stack Scanner | Website Technology Detector API through CLI

Website Tech Stack Scanner | Website Technology Detector OpenAPI definition

You can start Website Tech Stack Scanner | Website Technology Detector with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Website Tech Stack Scanner | Website Technology Detector is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Website Tech Stack Scanner | Website Technology Detector run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.