One published post, in full
social_linkedin_posts is a $0.20 GET request on the Wuthering AI API. Read the full text and engagement of a single published post. It answers complete JSON, and a call that fails is not charged.
Endpoint
GET /v1/social_linkedin_posts
Price per successful call
$0.20
Failed calls
Not charged
curl 'https://wutheringai.com/v1/social_linkedin_posts?url=…&token=YOUR_TOKEN'
What does social_linkedin_posts return, and when should you call it?
Return one published post with its full text, author, date, and engagement counts.
This reads ONE post at a time and takes that post's own URL — a /posts/ or /pulse/ link. There is no way to list a company's posts from its page URL, so find them first with your own web search (site:linkedin.com/posts "Acme"), or with wuthering_web_search if you have none, and read the ones worth reading. A company page URL is rejected outright.
Returns: post text, author, publication date, reactions, comments count, and post URL.
Use to read a competitor's own words in full once a search has surfaced the post. Don't use to measure demand, and don't expect a feed.
What parameters does social_linkedin_posts take?
social_linkedin_posts accepts 1 parameter, of which 1 is required. Array values are comma-separated on the query string.
| Parameter | Type | Required | Description |
|---|---|---|---|
| url | string | yes | URL of the post itself, containing /posts/ or /pulse/. A company or profile page URL is not accepted. Find it with your OWN web search first: `site:linkedin.com/posts "Acme"` returns it directly. wuthering_web_search is the fallback if you have no search of your own, and is billed. Never construct a URL — a wrong one returns a dead page, not an error. |
Which playbooks call social_linkedin_posts?
1 of the research playbooks name social_linkedin_posts in their method. Each is free to read and says where in the sequence the call belongs.
Reference for social_linkedin_posts · last updated · published by Wuthering AI