API

LinkedIn API

LinkedIn पर लगभग 1.3 अरब सदस्य हैं, जो प्रोफाइल, कंपनी पृष्ठ, पोस्ट, नौकरियां और पेशेवर ज्ञान का उपयोग करते हैं, जिससे यह B2B मार्केटिंग, भर्ती, कार्यकारी दृष्टि और लीड जनरेशन के लिए महत्वपूर्ण हो जाता है।

API Reference Version: 1.0.0 9 Endpoints Authentication
LinkedIn

Base URL

https://api.pressmonitor.com

Authentication

All requests use Bearer token authentication.

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

गतिविधि समय

Parameters

Name Type Location Required Description
linkedin_url string query Yes Linkedin URL

Code Examples

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"

Responses

200 सफलता
GET /company

कंपनी

Parameters

Name Type Location Required Description
linkedin_url string query Yes Linkedin URL

Code Examples

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

Responses

200 सफलता
GET /company-posts

कंपनी पोस्ट

Code Examples

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

Responses

200 सफलता
GET /companyby-domain

डोमेन द्वारा कंपनी

Parameters

Name Type Location Required Description
domain string query Yes डोमेन

Code Examples

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

Responses

200 सफलता
GET /get-posts

पोस्ट प्राप्त करें

Code Examples

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

Responses

200 सफलता
GET /posts

पोस्ट

Code Examples

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

Responses

200 सफलता
GET /profile

प्रोफ़ाइल

Code Examples

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

Responses

200 सफलता
GET /sales-nav-profile

सेल्स नेव प्रोफ़ाइल

Parameters

Name Type Location Required Description
linkedin_url string query Yes Linkedin URL

Code Examples

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"

Responses

200 सफलता
GET /search-posts

पोस्ट खोजें

Code Examples

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

Responses

200 सफलता