API

LinkedIn API

LinkedIn hat nahezu 1,3 Milliarden Mitglieder, die Profile, Unternehmensseiten, Beiträge, Stellenanzeigen und Fachwissen nutzen. Dies macht es wichtig für B2B-Marketing, Rekrutierung, Sichtbarkeit von Führungskräften und Lead-Generierung.

API-Referenz Version: 1.0.0 9 Endpunkte Authentifizierung
LinkedIn

Basis-URL

https://api.pressmonitor.com

Authentifizierung

Alle Anfragen verwenden die Authentifizierung mit Bearer-Token. Fügen Sie den Authorization-Header zu jedem Aufruf hinzu.

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

Aktivitätszeit

Parameter

Name Typ Standort Erforderlich Beschreibung
linkedin_url string query Ja LinkedIn-URL

Code-Beispiele

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"

Antworten

200 Erfolg
GET /company

Unternehmen

Parameter

Name Typ Standort Erforderlich Beschreibung
linkedin_url string query Ja LinkedIn-URL

Code-Beispiele

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

Antworten

200 Erfolg
GET /company-posts

Unternehmensbeiträge

Code-Beispiele

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

Antworten

200 Erfolg
GET /companyby-domain

Unternehmen nach Domain

Parameter

Name Typ Standort Erforderlich Beschreibung
domain string query Ja Domain

Code-Beispiele

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

Antworten

200 Erfolg
GET /get-posts

Beiträge abrufen

Code-Beispiele

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

Antworten

200 Erfolg
GET /posts

Beiträge

Code-Beispiele

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

Antworten

200 Erfolg
GET /profile

Profil

Code-Beispiele

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

Antworten

200 Erfolg
GET /sales-nav-profile

Sales Navigator Profil

Parameter

Name Typ Standort Erforderlich Beschreibung
linkedin_url string query Ja LinkedIn-URL

Code-Beispiele

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"

Antworten

200 Erfolg
GET /search-posts

Beiträge durchsuchen

Code-Beispiele

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

Antworten

200 Erfolg