API
LinkedIn API
LinkedIn has nearly 1.3 billion members using profiles, company pages, posts, jobs, and professional knowledge, making it important for B2B marketing, recruiting, executive visibility, and lead generation.
API Reference Version: 1.0.0 9 Endpoints Authentication
Base URL
https://api.pressmonitor.ca Authentication
All requests use Bearer token authentication. Add the Authorization header to every call.
Authorization: Bearer YOUR_API_KEY
x-subscription-id: YOUR_SUB_ID GET
/activity-time Activity Time
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| linkedin_url | string | query | Yes |
Code Examples
curl -X GET "https://api.pressmonitor.ca/activity-time?linkedin_url=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Success
GET
/company Company
Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| linkedin_url | string | query | Yes |
Code Examples
curl -X GET "https://api.pressmonitor.ca/company?linkedin_url=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Success
GET
/company-posts Company Posts
Code Examples
curl -X GET "https://api.pressmonitor.ca/company-posts" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Success
GET
/companyby-domain Parameters
| Name | Type | Location | Required | Description |
|---|---|---|---|---|
| domain | string | query | Yes |
Code Examples
curl -X GET "https://api.pressmonitor.ca/companyby-domain?domain=VALUE" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Success
GET
/get-posts Get Posts
Code Examples
curl -X GET "https://api.pressmonitor.ca/get-posts" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Success
GET
/posts Posts
Code Examples
curl -X GET "https://api.pressmonitor.ca/posts" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Success
GET
/profile Profile
Code Examples
curl -X GET "https://api.pressmonitor.ca/profile" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Success
GET
/search-posts Search Posts
Code Examples
curl -X GET "https://api.pressmonitor.ca/search-posts" -H "Authorization: Bearer YOUR_API_KEY" -H "x-subscription-id: YOUR_SUB_ID" Responses
200 Success