Get LinkedIn Activities
TexAu → Get LinkedIn Activities
/v1/b2b-enrichment-get-activities{ "linkedin_url": "https://acme.com", "size": 1, "use_cache": true }
{ "ok": true, "data": { "activity_id": "rec_4f3a91", "activity_url": "https://acme.com", "activity_header": "sample", "activity_commentary": "sample", "activity_time": "sample", "author_entity_urn": "sample", "author_first_name": "sample", "author_last_name": "sample", "author_full_name": "sample", "author_headline": "sample", "author_profile_id": "rec_4f3a91", "author_profile_type": "sample", "author_profile_picture_url": "https://acme.com", "author_profile_background_url": "https://acme.com", "author_active": true, "author_follower_count": 1, "author_company_name": "sample", "author_company_universal_name": "sample", "author_company_logo_url": "https://acme.com", "content_image": "sample", "video_thumbnail_url": "https://acme.com", "video_duration_ms": 1, "video_url": "https://acme.com", "video_media_type": "sample", "video_bitrate": "sample", "video_height": "sample", "video_width": "sample", "reaction_like": 1, "reaction_interest": 1, "reaction_appreciation": 1, "reaction_empathy": 1, "reaction_entertainment": 1, "reaction_praise": 1, "total_comment": 1, "total_reaction": 1, "total_share": 1, "reshared_author_first_name": "sample", "reshared_author_last_name": "sample", "reshared_author_headline": "sample", "reshared_commentary": "sample", "reshared_url": "https://acme.com", "reshared_total_comment": 1, "reshared_total_reaction": 1, "reshared_total_share": 1, "pagination_token": "sample" } }
Retrieves LinkedIn activity feed items including posts, engagement metrics, and media.
Install
Add get linkedin activities to your MCP client.
Drop this into claude_desktop_config.json (or your client's equivalent) and the tool shows up in any chat.
{ "mcpServers": { "texau": { "command": "npx", "args": ["-y", "@texau/mcp-server"], "env": { "TEXAU_API_KEY": "..." } } } }
Tool name: texau__b2b-enrichment-get-activities
When to use this.
The "Get Activities" action allows users to retrieve a LinkedIn-like activity feed for a specified profile, providing insights into engagement metrics, authorship, and multimedia content. Key input parameters include the "linkedin_url," which identifies the profile for which activities are fetched, an optional "size" parameter to define the number of items per page, and "useCache," a boolean to optimize response time by utilizing cached results. The output data includes detailed fields such as activity IDs, URLs, commentary, author information, engagement reactions, and media links, all categorized under enrichment. This action is particularly useful for businesses and marketers seeking to analyze social interactions, track engagement trends, and enhance user profiles in B2B contexts.
Try it
Run a sample request.
The response is a deterministic, cached example. No live call, no credits used.
Get LinkedIn Activities
Response
Output schema.
Every field returned in `data`. Click rows to expand nested objects.
activity_idActivity Idnullablestringactivity_urlActivity Urlstringactivity_headerActivity Headernullablestringactivity_commentaryActivity Commentarytextactivity_timeActivity Timestringauthor_entity_urnAuthor Entity Urnnullablestringauthor_first_nameAuthor First Namenullablestringauthor_last_nameAuthor Last Namenullablestringauthor_full_nameAuthor Full Namestringauthor_headlineAuthor Headlinenullabletextauthor_profile_idAuthor Profile Idstringauthor_profile_typeAuthor Profile Typenullablestringauthor_profile_picture_urlAuthor Profile Picture Urlnullablestringauthor_profile_background_urlAuthor Profile Background Urlnullablestringauthor_activeAuthor Activenullablebooleanauthor_follower_countAuthor Follower Countnullablenumberauthor_company_nameAuthor Company Namenullablestringauthor_company_universal_nameAuthor Company Universal Namenullablestringauthor_company_logo_urlAuthor Company Logo Urlnullablestringcontent_imageContent Imagenullablearrayvideo_thumbnail_urlVideo Thumbnail Urlnullablestringvideo_duration_msVideo Duration Msnullablenumbervideo_urlVideo Urlnullablearrayvideo_media_typeVideo Media Typenullablearrayvideo_bitrateVideo Bitratenullablearrayvideo_heightVideo Heightnullablearrayvideo_widthVideo Widthnullablearrayreaction_likeReaction Likenullablenumberreaction_interestReaction Interestnullablenumberreaction_appreciationReaction Appreciationnullablenumberreaction_empathyReaction Empathynullablenumberreaction_entertainmentReaction Entertainmentnullablenumberreaction_praiseReaction Praisenullablenumbertotal_commentTotal Commentnumbertotal_reactionTotal Reactionnumbertotal_shareTotal Sharenullablenumberreshared_author_first_nameReshared Author First Namenullablestringreshared_author_last_nameReshared Author Last Namenullablestringreshared_author_headlineReshared Author Headlinenullabletextreshared_commentaryReshared Commentarynullabletextreshared_urlReshared Urlnullablestringreshared_total_commentReshared Total Commentnullablenumberreshared_total_reactionReshared Total Reactionnullablenumberreshared_total_shareReshared Total Sharenullablenumberpagination_tokenPagination Tokennullablestring
Integrate
Copy-pasteable snippets.
Real endpoint: https://v3-api.texau.com/api/v1/b2b-enrichment-get-activities. Auth: x-api-key.
/v1/b2b-enrichment-get-activitiescurl -X POST 'https://v3-api.texau.com/api/v1/b2b-enrichment-get-activities' \ -H 'x-api-key: $TEXAU_API_KEY' \ -H 'content-type: application/json' \ -d '{"linkedin_url":"https://acme.com","size":1,"use_cache":true}'
{ "ok": true, "data": { "activity_id": "rec_4f3a91", "activity_url": "https://acme.com", "activity_header": "sample", "activity_commentary": "sample", "activity_time": "sample", "author_entity_urn": "sample", "author_first_name": "sample", "author_last_name": "sample", "author_full_name": "sample", "author_headline": "sample", "author_profile_id": "rec_4f3a91", "author_profile_type": "sample", "author_profile_picture_url": "https://acme.com", "author_profile_background_url": "https://acme.com", "author_active": true, "author_follower_count": 1, "author_company_name": "sample", "author_company_universal_name": "sample", "author_company_logo_url": "https://acme.com", "content_image": "sample", "video_thumbnail_url": "https://acme.com", "video_duration_ms": 1, "video_url": "https://acme.com", "video_media_type": "sample", "video_bitrate": "sample", "video_height": "sample", "video_width": "sample", "reaction_like": 1, "reaction_interest": 1, "reaction_appreciation": 1, "reaction_empathy": 1, "reaction_entertainment": 1, "reaction_praise": 1, "total_comment": 1, "total_reaction": 1, "total_share": 1, "reshared_author_first_name": "sample", "reshared_author_last_name": "sample", "reshared_author_headline": "sample", "reshared_commentary": "sample", "reshared_url": "https://acme.com", "reshared_total_comment": 1, "reshared_total_reaction": 1, "reshared_total_share": 1, "pagination_token": "sample" } }
Compose
How this fits a workflow.
The next 2 actions most operators chain after this one.
enrichment
Export LinkedIn Post Likers
Retrieves a list of LinkedIn users who liked a specific post with their profile details.
enrichment
Get LinkedIn Post Details
Retrieves detailed information about a LinkedIn post including reactions, comments, and author details.
enrichment
Export LinkedIn Post Comments
Retrieves all comments and commenter details from a specified LinkedIn post.
Output
Results land in a TexAu table.
Sample rows below.
Real result preview coming soon.
| Input | Status | Score |
|---|---|---|
| [email protected] | valid | 96 |
| [email protected] | risky | 54 |
| [email protected] | invalid | 12 |
Workflow
A real example.
Trigger → get linkedin activities → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.
Built for
Who runs this.
Reliability
Rate limits & reliability.
- Per-minute limit60 / min
- Per-day limit10,000 / day
- RetriesAutomatic w/ backoff
- ModeSync
Errors
HTTP status codes.
What each response means and what to do about it.
| Code | Cause | Fix |
|---|---|---|
| 200 OK | Action ran. Data in `data`. | Read response. |
| 400 Bad Request | Missing or malformed input. | Validate against the input schema. |
| 401 Unauthorized | Missing or invalid `x-api-key`. | Re-issue from /api-platform. |
| 403 Forbidden | Workspace lacks plan tier. | Upgrade or contact sales. |
| 404 Not Found | Action key not recognized. | Verify the slug. |
| 429 Rate Limited | Per-minute or per-day cap hit. | Backoff; reduce concurrency. |
| 500 Server Error | Unexpected TexAu issue. | Retry with backoff. |
| 502 Bad Gateway | Upstream provider 5xx. | Retry; we surface root cause. |
| 504 Timeout | Upstream slower than maxLatency. | Switch to `isAsync` polling. |
Related
More TexAu actions.
enrichment
Export LinkedIn Post Likers
Retrieves a list of LinkedIn users who liked a specific post with their profile details.
enrichment
Get LinkedIn Post Details
Retrieves detailed information about a LinkedIn post including reactions, comments, and author details.
enrichment
Export LinkedIn Post Comments
Retrieves all comments and commenter details from a specified LinkedIn post.
enrichment
Enrich Company from LinkedIn
Extracts company details from a LinkedIn company page including industry, size, and location.
FAQ.
Is this real-time?
Yes. Synchronous actions return in ~1–4 s. Long-running work uses async polling (see status 504 → switch to async).
Do I get charged on failure?
No. Verified failures cost zero credits. Provider miss / 5xx / timeout cascade to the next provider in the waterfall when applicable.
Does it work with Claude / Cursor via MCP?
Yes. Add the texau MCP server to your client config, then call `texau__texau-...` directly.
What CRMs can I push results to?
HubSpot, Salesforce, Pipedrive, Zoho, and GoHighLevel are bidirectional. Smartlead, Instantly, Lemlist, HeyReach, Apollo Sequences, and Reply.io for outbound.
Run Get LinkedIn Activities in 60 seconds.
Pull your API key, paste the cURL, ship to your CRM.