New Monthly plans from $39/mo. No contracts, cancel anytime. See pricing →

Documentation

How StackScan works

Both tools, the API, the MCP server, and the money. Short answers, no hunting.

'; sel = -1; out.classList.add('on'); input.setAttribute('aria-expanded','true'); } input.addEventListener('input', () => run(input.value)); input.addEventListener('focus', () => { load(); if (input.value.trim().length > 1) run(input.value); }); input.addEventListener('keydown', (e) => { const links = [...out.querySelectorAll('a')]; if (e.key === 'Escape') { out.classList.remove('on'); input.blur(); return; } if (!links.length) return; if (e.key === 'ArrowDown' || e.key === 'ArrowUp') { e.preventDefault(); sel = e.key === 'ArrowDown' ? Math.min(sel + 1, links.length - 1) : Math.max(sel - 1, 0); links.forEach((a, i) => a.classList.toggle('sel', i === sel)); links[sel].scrollIntoView({ block: 'nearest' }); } if (e.key === 'Enter' && sel >= 0) { e.preventDefault(); links[sel].click(); } }); document.addEventListener('click', (e) => { if (!box.contains(e.target)) out.classList.remove('on'); }); // "/" focuses search, the convention on every docs site. document.addEventListener('keydown', (e) => { if (e.key === '/' && !/^(INPUT|TEXTAREA)$/.test(document.activeElement.tagName)) { e.preventDefault(); input.focus(); } }); })();
Tech Lookup Find websites by the technology they run.
  • How do I search for websites in a specific country?
  • Refining Technology Results in Tech Lookup
  • What is Tech Lookup and how do I use it?
Keyword Scan Find websites by content, topic and niche.
  • How do I build a lead list using Keyword Search?
  • How Keyword Scan Tool Works?
  • Understanding the My Search Table (Keyword Scan)
Custom Scan Find websites by the files they serve.
  • What is Custom Scan?
  • The three search modes
  • Finding the right footprint
  • Reading your results
  • and 2 more
API Call the same data from your own code.
  • Getting started with the API
  • What you can call
  • API credits and rate limits
  • Technology lists (whole-technology exports)
MCP Server Use StackScan from Claude, Cursor and other assistants.
  • What the MCP server is, and what it can do
  • Installing the MCP server
  • MCP troubleshooting and common questions
HubSpot Connect your CRM and enrich company records.
  • Connecting HubSpot to StackScan
  • The Technology Stack card on company records
  • What StackScan can access, and how to disconnect
  • HubSpot questions and the unverified-app notice
n8n Add StackScan as a step in any n8n workflow.
  • What is the n8n node?
  • Installing the StackScan node in n8n
  • Example n8n workflows
Zapier Wire StackScan into the tools you already use, no code.
  • What the Zapier integration does
  • Connecting your StackScan account to Zapier
  • Example Zaps
Account & Billing Plans, credits, invoices and refunds.
  • Can I Get an Invoice for My Business?
  • Data Coverage, Crawling Infrastructure & Update Policy
  • Data Quality Assurance & Credit Reinstatement Policy
  • Refund Policy, Billing, and Payment Management
  • and 2 more

Did not find it?

Ask us directly - a person reads every message. The API reference covers every endpoint in detail.

Contact support