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
💰

料金と価値

コスト分析

muapiapp開始価格: $0.10 照会1回あたり (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"
  }'

よくある質問

FAQ

What if no matching LinkedIn page is found?

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