API

LinkedIn API

LinkedInは、プロファイル、企業ページ、投稿、求人、専門知識を使用する13億人近くのメンバーがいるため、B2Bマーケティング、採用、経営者の可視性、リード生成に重要です。

APIリファレンス バージョン: 1.0.0 9 エンドポイント 認証
LinkedIn

ベース URL

https://api.pressmonitor.com

認証

すべてのリクエストはベアラートークン認証を使用します。すべての呼び出しにAuthorizationヘッダーを追加してください。

Authorization: Bearer YOUR_API_KEY
x-subscription-id: YOUR_SUB_ID
GET /activity-time

活動時間

パラメータ

名前 タイプ 場所 必須 説明
linkedin_url string query はい LinkedIn URL

コード例

curl -X GET "https://api.pressmonitor.com/activity-time?linkedin_url=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID"

レスポンス

200 成功
GET /company

企業

パラメータ

名前 タイプ 場所 必須 説明
linkedin_url string query はい LinkedIn URL

コード例

curl -X GET "https://api.pressmonitor.com/company?linkedin_url=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID"

レスポンス

200 成功
GET /company-posts

企業の投稿

コード例

curl -X GET "https://api.pressmonitor.com/company-posts" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID"

レスポンス

200 成功
GET /companyby-domain

ドメイン別企業

パラメータ

名前 タイプ 場所 必須 説明
domain string query はい ドメイン

コード例

curl -X GET "https://api.pressmonitor.com/companyby-domain?domain=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID"

レスポンス

200 成功
GET /get-posts

投稿を取得

コード例

curl -X GET "https://api.pressmonitor.com/get-posts" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID"

レスポンス

200 成功
GET /posts

投稿

コード例

curl -X GET "https://api.pressmonitor.com/posts" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID"

レスポンス

200 成功
GET /profile

プロフィール

コード例

curl -X GET "https://api.pressmonitor.com/profile" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID"

レスポンス

200 成功
GET /sales-nav-profile

Sales Navプロフィール

パラメータ

名前 タイプ 場所 必須 説明
linkedin_url string query はい LinkedIn URL

コード例

curl -X GET "https://api.pressmonitor.com/sales-nav-profile?linkedin_url=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID"

レスポンス

200 成功
GET /search-posts

投稿を検索

コード例

curl -X GET "https://api.pressmonitor.com/search-posts" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID"

レスポンス

200 成功