Skip to main content

Scenario

Your high-engagement posts generate 30–100 comments each — raw prospect language sitting in plain sight. This job identifies your top-engagement posts, pulls their comment threads, then feeds the full comment corpus into Mavera Chat asking: “What questions are prospects asking? What objections surface? What language do they use to describe their problems?” The output is a messaging map built from real audience language — not internal jargon.

Architecture

Code

Example Output

Error Handling

The comments endpoint returns max 100 per call. For posts with 100+ comments, paginate with start parameter. High-comment posts are rare on Company Pages.
Comments under 15 characters (e.g., emoji reactions, “Great!”) add noise. The code filters these out before analysis.
At 60 comments × 400 chars, the prompt stays under typical limits. For 200+ comments, batch into multiple Mave calls and merge results.
LinkedIn’s API does not return commenter profile data unless they’re connected to the token holder. The analysis focuses on comment text, not identity.

LinkedIn Content Integration

Mave Agent