VOOZH about

URL: https://apify.com/oneary/builtwith-domain-scraper/api/python

⇱ BuiltWith Domain Scraper β€” Tech Stack & Hosting Data API in Python Β· Apify


πŸ‘ BuiltWith Domain Scraper β€” Tech Stack & Hosting Data avatar

BuiltWith Domain Scraper β€” Tech Stack & Hosting Data

Pricing

$25.00 / 1,000 results

Go to Apify Store

BuiltWith Domain Scraper β€” Tech Stack & Hosting Data

Reverse-engineer technology adoption β€” find websites using specific technologies like Shopify, WordPress, or Stripe. Perfect for competitive research, lead generation, and market analysis.

Pricing

$25.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ Luan M.

Luan M.

Maintained by Community

Actor stats

1

Bookmarked

16

Total users

13

Monthly active users

3 days ago

Last modified

Categories

Share

You might also like

Website Tech Stack Lookup & Reverse Lead Finder + Email

santhej/technology-lookup-pro

Detect any website's tech stack and reverse-find every domain using Shopify, Klaviyo, HubSpot & 1000+ technologies β€” with contact emails. BuiltWith alternative.

πŸ‘ User avatar

Santhej Kallada

9

5.0

πŸ”Ž Website Tech Stack Detector - Find Any Site's Tech

benthepythondev/tech-stack-detector

Detect 100+ technologies on any website: React, Next.js, Shopify, WordPress, Cloudflare, Stripe & more. Fast HTTP analysis - no blocking. Get CMS, frameworks, analytics, CDN, hosting & payment tools. Perfect for competitive analysis & lead generation.

πŸ” BuiltWith Scraper

simpleapi/builtwith-scraper

πŸ” BuiltWith Scraper extracts tech stack data from BuiltWith pagesβ€”track analytics, hosting, CMS, plugins & more. ⚑ Great for B2B research, competitive analysis & lead generation. πŸš€ Fast, targeted results.

Company Tech Stack Detector

dash_authority/company-tech-stack-detector

Detect technologies used by websites including CMS, analytics, marketing tools, CDN, and hosting providers. Alternative to BuiltWith for competitive intelligence and sales prospecting.

πŸ‘ User avatar

Dash Authority

1

BuiltWith Domain Scraper

ecomdate/builtwith-domain-scraper

Extract full technology stacks, company intelligence, spend data, and growth metrics from any domain. Scrape BuiltWith profiles at scale: tech stack, contacts, employees, social profiles, spend, and rankings. Ideal for lead generation and competitive research.

110

5.0

πŸ” BuiltWith Scraper

scrapier/builtwith-scraper

πŸ” BuiltWith Scraper (builtwith-scraper) extracts tech stack & website details from BuiltWith pages. Includes tools, analytics, tags & vendors for faster B2B research, competitive analysis & lead generation. πŸš€πŸ“ˆ

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

129

BuiltWith Scraper - Bulk Domain Analysis API

datavoyantlab/builtwith-bulk-scraper

BuiltWith scraper for bulk technology stack analysis. Extract CMS, frameworks, analytics, CDN, and payment processors from 1000+ domains. Perfect for competitor intelligence, market research, and lead generation.

49

You can access the BuiltWith Domain Scraper β€” Tech Stack & Hosting Data 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

1from apify_client import ApifyClient
2
3# Initialize the ApifyClient with your Apify API token
4# Replace '<YOUR_API_TOKEN>' with your token.
5client = ApifyClient("<YOUR_API_TOKEN>")
6
7# Prepare the Actor input
8run_input ={"technologies":["Shopify"]}
9
10# Run the Actor and wait for it to finish
11run = client.actor("oneary/builtwith-domain-scraper").call(run_input=run_input)
12
13# Fetch and print Actor results from the run's dataset (if there are any)
14print("πŸ’Ύ Check your data here: https://console.apify.com/storage/datasets/"+ run["defaultDatasetId"])
15for item in client.dataset(run["defaultDatasetId"]).iterate_items():
16print(item)
17
18# πŸ“š Want to learn more πŸ“–? Go to β†’ https://docs.apify.com/api/client/python/docs/quick-start

BuiltWith Domain Scraper β€” Tech Stack & Hosting Data API in Python

The Apify API client for Python is the official library that allows you to use BuiltWith Domain Scraper β€” Tech Stack & Hosting Data API in Python, providing convenience functions and automatic retries on errors.

Install the apify-client

$pip install apify-client

Other API clients include:

BuiltWith Domain Scraper β€” Tech Stack & Hosting Data API in JavaScript

BuiltWith Domain Scraper β€” Tech Stack & Hosting Data API through CLI

BuiltWith Domain Scraper β€” Tech Stack & Hosting Data OpenAPI definition

BuiltWith Domain Scraper β€” Tech Stack & Hosting Data API