What runs any website?
Get the full tech stack of any domain — CMS, frameworks, analytics, hosting, payments, CRM. Plus: find every site using a given technology, and see adoption trends. Backed by BuiltWith, heavily cached, predictably priced. 5 tokens per lookup, 1 per trend.
curl 'https://api.lynk.run/tech/v1/lookup/shopify.com'
click to copy
Three lookups, one API
Domain → Stack for individual prospects, Sites using a Tech for market sizing, Trends for tracking adoption over time — same auth, same cache layer.
Cached & cheap
30-day cache on Domain lookups, 7 days on Lists, 24 h on Trends. Tech stacks change slowly — repeated lookups are nearly free upstream and predictably priced for you.
MCP-ready
Exposed as tech_lookup, tech_find_sites and tech_trends MCP tools (scope tech). Connect Claude Desktop / Cursor / Cline and let an AI agent run the whole research loop.
API Reference
Three endpoints under /tech/v1/*, all behind your API key. 5 tokens per domain lookup, 10 per Lists page, 1 per Trends call. Unauthenticated callers: 20 / minute / IP.
Domain → Stack
curl 'https://api.lynk.run/tech/v1/lookup/shopify.com' \
-H 'Authorization: Bearer YOUR_API_KEY'
Batch:
curl https://api.lynk.run/tech/v1/lookup \
-H 'Authorization: Bearer YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{ "domains": ["shopify.com", "stripe.com", "vercel.com"] }'
Sites using a Technology
curl 'https://api.lynk.run/tech/v1/sites/Shopify?pages=2' \
-H 'Authorization: Bearer YOUR_API_KEY'
Adoption Trends
curl 'https://api.lynk.run/tech/v1/trends/WordPress' \
-H 'Authorization: Bearer YOUR_API_KEY'
Markdown output (LLM-friendly)
All three endpoints accept format=markdown and return a rendered document instead of JSON. Drop it straight into a prompt.
curl 'https://api.lynk.run/tech/v1/lookup/shopify.com?format=markdown' \
-H 'Authorization: Bearer YOUR_API_KEY'
🤖 Use with AI / LLM Agents
Tech Scanner is exposed as three MCP tools under the tech scope. Full spec:
https://api.lynk.run/mcp/llms.txt