B2b logo

Get LinkedIn Activities

TexAuGet LinkedIn Activities

POST/v1/b2b-enrichment-get-activities
texau__b2b-enrichment-get-activitiesenrichment
cURL · api.texau.app
84ms
POST/v1/b2b-enrichment-get-activities
{
  "linkedin_url": "https://acme.com",
  "size": 1,
  "use_cache": true
}
200 Accepted
{
  "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.

claude_desktop_config.json
{
  "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

Try it

LinkedIn URL to fetch activities for a specific profile

Number of items per page

Whether to use cached results for faster response.

Response is cached — no live API call.

Response

Output schema.

Every field returned in `data`. Click rows to expand nested objects.

FieldType
  • activity_id
    Activity Id
    nullablestring
  • activity_url
    Activity Url
    string
  • activity_header
    Activity Header
    nullablestring
  • activity_commentary
    Activity Commentary
    text
  • activity_time
    Activity Time
    string
  • author_entity_urn
    Author Entity Urn
    nullablestring
  • author_first_name
    Author First Name
    nullablestring
  • author_last_name
    Author Last Name
    nullablestring
  • author_full_name
    Author Full Name
    string
  • author_headline
    Author Headline
    nullabletext
  • author_profile_id
    Author Profile Id
    string
  • author_profile_type
    Author Profile Type
    nullablestring
  • author_profile_picture_url
    Author Profile Picture Url
    nullablestring
  • author_profile_background_url
    Author Profile Background Url
    nullablestring
  • author_active
    Author Active
    nullableboolean
  • author_follower_count
    Author Follower Count
    nullablenumber
  • author_company_name
    Author Company Name
    nullablestring
  • author_company_universal_name
    Author Company Universal Name
    nullablestring
  • author_company_logo_url
    Author Company Logo Url
    nullablestring
  • content_image
    Content Image
    nullablearray
  • video_thumbnail_url
    Video Thumbnail Url
    nullablestring
  • video_duration_ms
    Video Duration Ms
    nullablenumber
  • video_url
    Video Url
    nullablearray
  • video_media_type
    Video Media Type
    nullablearray
  • video_bitrate
    Video Bitrate
    nullablearray
  • video_height
    Video Height
    nullablearray
  • video_width
    Video Width
    nullablearray
  • reaction_like
    Reaction Like
    nullablenumber
  • reaction_interest
    Reaction Interest
    nullablenumber
  • reaction_appreciation
    Reaction Appreciation
    nullablenumber
  • reaction_empathy
    Reaction Empathy
    nullablenumber
  • reaction_entertainment
    Reaction Entertainment
    nullablenumber
  • reaction_praise
    Reaction Praise
    nullablenumber
  • total_comment
    Total Comment
    number
  • total_reaction
    Total Reaction
    number
  • total_share
    Total Share
    nullablenumber
  • reshared_author_first_name
    Reshared Author First Name
    nullablestring
  • reshared_author_last_name
    Reshared Author Last Name
    nullablestring
  • reshared_author_headline
    Reshared Author Headline
    nullabletext
  • reshared_commentary
    Reshared Commentary
    nullabletext
  • reshared_url
    Reshared Url
    nullablestring
  • reshared_total_comment
    Reshared Total Comment
    nullablenumber
  • reshared_total_reaction
    Reshared Total Reaction
    nullablenumber
  • reshared_total_share
    Reshared Total Share
    nullablenumber
  • pagination_token
    Pagination Token
    nullablestring

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/b2b-enrichment-get-activities. Auth: x-api-key.

cURL · api.texau.app
84ms
POST/v1/b2b-enrichment-get-activities
curl -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}'
200 Accepted
{
  "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"
  }
}

Output

Results land in a TexAu table.

Sample rows below.

Real result preview coming soon.

InputStatusScore
[email protected]valid96
[email protected]risky54
[email protected]invalid12

Workflow

A real example.

Trigger → get linkedin activities → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2Get LinkedIn ActivitiesTexAu action runs.
Step 3EnrichWaterfall fills missing fields.
Step 4Push to CRMHubSpot / Salesforce / Pipedrive.

Built for

Who runs this.

GTM EngineerRevOpsAgency

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.

CodeCauseFix
200 OKAction ran. Data in `data`.Read response.
400 Bad RequestMissing or malformed input.Validate against the input schema.
401 UnauthorizedMissing or invalid `x-api-key`.Re-issue from /api-platform.
403 ForbiddenWorkspace lacks plan tier.Upgrade or contact sales.
404 Not FoundAction key not recognized.Verify the slug.
429 Rate LimitedPer-minute or per-day cap hit.Backoff; reduce concurrency.
500 Server ErrorUnexpected TexAu issue.Retry with backoff.
502 Bad GatewayUpstream provider 5xx.Retry; we surface root cause.
504 TimeoutUpstream slower than maxLatency.Switch to `isAsync` polling.

Pricing

What it costs to run.

Heavy tier

Pricing tier on /pricing. Per-action credit cost is private.

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.