1 credit per post
Method
Input
string
required
LinkedIn post URL
Output
string
The post content/text
Date
Parsed date of the post
string
Relative time string (e.g., “2w”, “1mo”)
string
The post URL
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Extract content from a LinkedIn post
services.scrape.linkedinPost(params);
const post = await services.scrape.linkedinPost({
url: ctx.thisRow.get("Post URL"),
});
return post.content;