LinkedIn Company Profile API — Public Company Page Data: AI 대형 언어 모델

Look up a LinkedIn company page's public data by LinkedIn URL or website domain, on MuAPI. Look up a LinkedIn company page's public data by LinkedIn URL or website domain.

Interactive model controls

Look up a LinkedIn company page's public data by LinkedIn URL or website domain.

📝

개요

이 모델 정보

LinkedIn Company Profile returns a company's public LinkedIn page data — name, description, industry, employee/follower counts, and headquarters — for account research and enrichment.

1Enrich a company record with LinkedIn firmographic data
2Verify a company's size and industry before outreach
3Feed a sales/GTM agent's account research
4Cross-reference a website domain with its LinkedIn presence
💰

가격 및 가치

비용 분석

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

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

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

⚙️

기술적인 세부사항

구성 스키마

LinkedIn URLstring

Company's LinkedIn page URL.

기본값-
Company Domainstring

Company website domain, used if linkedin_url is not provided.

기본값-
📖

구현 가이드

개발자 문서

How to Use LinkedIn Company Profile API

  1. Provide a linkedin_url or domain: The company's LinkedIn page URL, or its website domain.
  2. Read the result: Name, description, industry, employee/follower counts, and headquarters.
curl -X POST https://api.muapi.ai/api/v1/linkedin-company-profile \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "domain": "stripe.com"
  }'

일반적인 질문

자주 묻는 질문

What if no matching LinkedIn page is found?

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