Company Technographics API — Detect a Website's Tech Stack: AI 대형 언어 모델

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.

📝

개요

이 모델 정보

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
💰

가격 및 가치

비용 분석

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

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

** 경쟁업체 가격은 유사한 모델 아키텍처 및 사용 계층을 기준으로 추정됩니다.

⚙️

기술적인 세부사항

구성 스키마

모드열거형(2 옵션)

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

기본값detect
Company Domainstring

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

기본값-
Technologystring

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

기본값-
한도integer

Max results for mode=reverse.

기본값20
📖

구현 가이드

개발자 문서

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"
  }'

일반적인 질문

자주 묻는 질문

What if no technologies or companies are found?

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