Documentation Index
Fetch the complete documentation index at: https://docs.mavera.io/llms.txt
Use this file to discover all available pages before exploring further.
Overview
LinkedIn Company Pages hold your organic B2B signals — follower demographics by industry and seniority, post engagement patterns, comment threads full of prospect language, and company updates that employees never reshare. These four jobs pull that data through Mavera’s surfaces (Personas, Mave Agent, Chat, Generate) so every content decision, messaging pivot, and advocacy program is grounded in real audience intelligence.LinkedIn Content API — Base URL:
https://api.linkedin.com/rest/. Auth: OAuth 2.0 (3-legged) — Authorization: Bearer {token} + LinkedIn-Version: 202401 header. Rate limits: Daily, unpublished — varies by endpoint and product approval; throttled via X-Li-Throttle headers.Prerequisites
LinkedIn Company Page access
You must be a Super Admin or Content Admin on the Company Page. Create or connect an app at LinkedIn Developers and associate it with your Company Page.
Product approvals
Request the Community Management API product for post/comment access and follower statistics. Some endpoints also require the Marketing Developer Platform product. Approvals can take 1–5 business days.
OAuth scopes
Complete the Authorization Code Flow with scopes:
r_organization_social, r_organization_followers, rw_organization_admin, and w_member_social (for employee advocacy).Mavera API key
Get your key from Mavera dashboard.
Jobs
| # | Job | LinkedIn Data | Mavera Surface | Output |
|---|---|---|---|---|
| 1 | Company Page Analytics → Persona Refinement | Follower demographics (industry, function, seniority) | Custom Personas | Data-grounded persona updates |
| 2 | Post Engagement → Content Strategy | Company posts + social actions | Mave Agent + Generate | Theme analysis + 10 new content concepts |
| 3 | Comment Analysis for Messaging | Comments from high-engagement posts | Mave Chat | Prospect questions, objections, language map |
| 4 | Employee Advocacy Content Generation | Company updates | Generate + Brand Voice | Employee-ready post variants |
Rate Limits & Production Notes
| LinkedIn Endpoint | Limit | Strategy |
|---|---|---|
| Follower Statistics | Daily quota (unpublished) | Cache daily; run as overnight job |
| Posts (by author) | Daily quota | Paginate with start/count; cache results |
| Social Actions / Comments | Daily quota | Batch with 300–500ms delays; cache engagement data |
LinkedIn-Version: 202401 header on every call (update when new API versions ship). Monitor Mavera credits at Dashboard. Cache LinkedIn data locally — follower stats change slowly, posts can be cached daily.