Company Technographics API — Detect a Website's Tech Stack: AI Large Language Models

Detect the technologies a company's website runs on, or find companies using a given technology, on MuAPI. Detect the technologies a company's website runs on, or find companies that use a given technology.

Interactive model controls

Detect the technologies a company's website runs on, or find companies that use a given technology.

📝

Tổng quan

Về mô hình này

Company Technographics detects the technologies (CRM, hosting, analytics, marketing tools) a company's website runs on, or runs the reverse lookup to find companies using a given technology — useful for technographic segmentation and sales prospecting by tech stack.

1Segment target accounts by their tech stack
2Find companies using a competitor's or complementary tool
3Qualify leads based on technology fit
4Feed a sales/GTM agent's account research
💰

Giá cả & Giá trị

Phân tích chi phí

muapiappFrom $0.10 per lookup (reserved; settled down to actual cost)

Normalized, structured JSON response via muapi's routed GTM data capability.

** Giá của đối thủ cạnh tranh được ước tính dựa trên kiến ​​trúc mô hình và cấp độ sử dụng tương tự.

⚙️

Chi tiết kỹ thuật

Lược đồ cấu hình

Chế độEnum (tùy chọn 2)

detect: look up a domain's tech stack. reverse: find companies using a technology.

Giá trị mặc địnhdetect
Company Domainstring

Company website domain (required for mode=detect), e.g. example.com.

Giá trị mặc định-
Technologystring

Technology name (required for mode=reverse), e.g. hubspot.

Giá trị mặc định-
limitinteger

Max results for mode=reverse.

Giá trị mặc định20
📖

Hướng dẫn thực hiện

Tài liệu dành cho nhà phát triển

How to Use Company Technographics API

  1. Choose a mode: detect to look up a domain's tech stack, reverse to find companies using a technology.
  2. Provide the input: domain for mode=detect, technology for mode=reverse.
  3. Read the result: Detected technologies by category, or a list of matching companies.
curl -X POST https://api.muapi.ai/api/v1/company-technographics \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "mode": "detect",
    "domain": "stripe.com"
  }'

Câu hỏi thường gặp

Thường xuyên hỏi

What if no technologies or companies are found?

The request fails with a no-match error and is not charged.