{"id":50799736,"url":"https://github.com/builtwith/builtwith-code-examples","last_synced_at":"2026-06-12T18:04:18.585Z","repository":{"id":337397421,"uuid":"1153412268","full_name":"builtwith/builtwith-code-examples","owner":"builtwith","description":"Code examples and utilities from BuiltWith","archived":false,"fork":false,"pushed_at":"2026-05-11T00:00:04.000Z","size":129,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-11T02:11:52.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/builtwith.png","metadata":{"files":{"readme":"README.md","changelog":"change-api/.env.example","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-09T09:16:18.000Z","updated_at":"2026-05-11T00:00:09.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/builtwith/builtwith-code-examples","commit_stats":null,"previous_names":["builtwith/code-examples","builtwith/builtwith-code-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/builtwith/builtwith-code-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtwith%2Fbuiltwith-code-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtwith%2Fbuiltwith-code-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtwith%2Fbuiltwith-code-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtwith%2Fbuiltwith-code-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/builtwith","download_url":"https://codeload.github.com/builtwith/builtwith-code-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/builtwith%2Fbuiltwith-code-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34256188,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-12T18:04:17.554Z","updated_at":"2026-06-12T18:04:18.565Z","avatar_url":"https://github.com/builtwith.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🏗️ BuiltWith Code Examples\n\n\u003e A collection of ready-to-run examples and utilities for the [BuiltWith API](https://api.builtwith.com) — helping you build smarter sales pipelines, enrich CRMs, and analyze the web's technology landscape.\n\n---\n\n## 🚀 Live Feed Integrations\n\nStream newly-detected domains in real time from the BuiltWith Live Feed WebSocket and pipe them straight into your stack.\n\n| Example | Description | Languages |\n|---|---|---|\n| [live-feed-to-slack](./live-feed-to-slack) | 💬 Stream newly detected domains into a Slack channel as they're discovered | Node.js, Python |\n| [live-feed-to-salesforce](./live-feed-to-salesforce) | ☁️ Stream live feed domains, enrich with Domain API profiles, and push mapped leads to Salesforce | Node.js, Python |\n| [live-feed-to-hubspot](./live-feed-to-hubspot) | 🟠 Stream live feed domains, enrich via Domain API, and upsert contacts directly into HubSpot CRM | Node.js, Python |\n| [live-feed-to-pipedrive](./live-feed-to-pipedrive) | 🟢 Stream live feed domains, enrich via Domain API, and upsert organizations in Pipedrive with a tech-stack note | Node.js, Python |\n\n---\n\n## 📋 Lists \u0026 Bulk Enrichment\n\nPull technology lists and enrich domains at scale — great for building targeted prospect lists and sales-ready exports.\n\n| Example | Description | Languages |\n|---|---|---|\n| [lists-api-to-csv-enriched](./lists-api-to-csv-enriched) | 📊 Pull a technology list, enrich each domain with tech stack and company metadata, and export a sales-ready CSV | Node.js, Python |\n| [list-of-websites-using-two-technologies](./list-of-websites-using-two-technologies) | 🧩 Find websites that use one technology and also use required additional technologies with `OTHERTECHS` | Node.js, Python |\n| [bulk-domain-api-async](./bulk-domain-api-async) | ⚡ CLI wrapper for the async bulk Domain API — submit a batch, poll for completion, download results, and resume interrupted jobs | Node.js, Python |\n| [bulk-domain-enrichment](./bulk-domain-enrichment) | 🗂️ Enrich a CSV of domains with tech categories, spend score, and company metadata via the Free API or Domain API | Node.js, Python |\n| [keyword-search-to-live-high-spend](./keyword-search-to-live-high-spend) | 💰 Search for sites by keyword, enrich with the Domain API, and filter to only live sites spending $1,000+/mo on web tech | Node.js, Python |\n\n---\n\n## 🔍 Core API Examples\n\nFundamental building blocks for looking up domains, technologies, and companies.\n\n| Example | Description | Languages |\n|---|---|---|\n| [domain-api](./domain-api) | 🌐 Look up the full technology stack and metadata for any domain | Node.js, Python |\n| [change-api](./change-api) | 🔄 Get technology additions and removals for domains | Node.js, Python |\n| [lists-api](./lists-api) | 📝 Get lists of websites actively using a specific technology | Node.js, Python |\n| [free-api](./free-api) | 🆓 Get summary technology counts and group data for a domain | Node.js, Python |\n| [company-to-url-api](./company-to-url-api) | 🏢 Find domains associated with a company name | Node.js, Python |\n\n---\n\n## 🕸️ Relationships \u0026 Discovery\n\nUncover hidden connections between websites, technologies, and social profiles.\n\n| Example | Description | Languages |\n|---|---|---|\n| [relationships-api](./relationships-api) | 🔗 Discover connections and relationships between websites | Node.js, Python |\n| [tags-api](./tags-api) | 🏷️ Find domains related to IP addresses and site attributes | Node.js, Python |\n| [recommendations-api](./recommendations-api) | 💡 Get technology recommendations based on what similar sites use | Node.js, Python |\n| [social-api](./social-api) | 📱 Look up domains linked to social media profiles | Node.js, Python |\n| [redirects-api](./redirects-api) | ↪️ Track live and historical domain redirects | Node.js, Python |\n\n---\n\n## 📈 Trends \u0026 Intelligence\n\nAnalyze technology adoption over time and evaluate domain signals.\n\n| Example | Description | Languages |\n|---|---|---|\n| [trends-api](./trends-api) | 📉 Analyze technology adoption trends and usage metrics over time | Node.js, Python |\n| [keywords-api](./keywords-api) | 🔑 Extract keywords and topics associated with a domain | Node.js, Python |\n| [product-api](./product-api) | 🛒 Find websites selling specific products | Node.js, Python |\n| [trust-api](./trust-api) | 🛡️ Evaluate trust and fraud signals for a domain | Node.js, Python |\n\n---\n\n## 🔧 Account \u0026 Utilities\n\nCheck your credentials, usage, and quota.\n\n| Example | Description | Languages |\n|---|---|---|\n| [whoami-api](./whoami-api) | 🪪 Verify API credentials and check your account status | Node.js, Python |\n| [usage-api](./usage-api) | 📟 Check API usage and remaining quota | Node.js, Python |\n\n---\n\n## 🏁 Getting Started\n\n1. **Get an API key** — grab one at [api.builtwith.com](https://api.builtwith.com)\n2. **Pick an example** — browse the sections above and navigate into the folder\n3. **Follow the README** — each example has its own setup instructions for both Node.js and Python\n\n\u003e 💡 All examples accept your API key via an environment variable — no hardcoded secrets needed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuiltwith%2Fbuiltwith-code-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuiltwith%2Fbuiltwith-code-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuiltwith%2Fbuiltwith-code-examples/lists"}