LinkedIn Page Post Pay Per Result PPR avatar

LinkedIn Page Post Pay Per Result PPR

Pricing

from $0.02 / actor start

Go to Apify Store
LinkedIn Page Post Pay Per Result PPR

LinkedIn Page Post Pay Per Result PPR

Pull the posts from any public Linkedin page/profiles in a structured format.

Pricing

from $0.02 / actor start

Rating

0.0

(0)

Developer

Ritozpal

Ritozpal

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

4 days ago

Last modified

Categories

Share

Agent A — LinkedIn Posts

Fetches LinkedIn posts via Agent B (Uv1ePwZ3vMp9az67S). Give it one or more LinkedIn profile or company URLs and it forwards the request to Agent B, then passes the resulting dataset back untouched.

Input

FieldTypeRequiredDescription
targetUrlsarray of stringYesLinkedIn profile/company URLs who posted or re-posted the content.
includeQuotePostsbooleanNoFilter out quote posts (shared posts with comments). Default true (all posts included).
includeRepostsbooleanNoFilter out reposts (shared posts without comments). Default true (all posts included).
scrapeCommentsbooleanNoScrape comments on posts. Comments are charged as a separate post and pushed into the dataset. Default false.
postNestedCommentsbooleanNoAlso scrape reply comments (comments on comments), not just top-level comments. Default false.
maxCommentsintegerNoMaximum comments to scrape per post. 0 scrapes all comments. Default 0.
scrapeReactionsbooleanNoScrape reactions on posts. Reactions are charged as a separate post and pushed into the dataset. Default false.
postNestedReactionsbooleanNoAlso scrape reactions on comments, not just reactions on posts. Default false.
maxReactionsintegerNoMaximum reactions to scrape per post. 0 scrapes all reactions. Default 0.
maxPostsintegerNoMaximum posts to scrape per search query. 0 scrapes all posts. Default 0.
postedLimitstringNoOnly scrape posts posted within this time window: any, 1h, 24h, week, month, 3months, 6months, year. Default any.

Example input

{
"targetUrls": [
"https://www.linkedin.com/in/sundarpichai/"
],
"includeQuotePosts": true,
"includeReposts": true,
"scrapeComments": false,
"postNestedComments": false,
"maxComments": 5,
"scrapeReactions": false,
"postNestedReactions": false,
"maxReactions": 5,
"maxPosts": 5,
"postedLimit": "3months"
}

Output

All input parameters are forwarded as-is to Agent B (Uv1ePwZ3vMp9az67S), and Agent B's dataset output is pushed back to this Actor's dataset untouched — no fields are added, removed, or renamed.

Data You'll Receive:

  • Post content
  • Author information
  • Social engagement metrics
  • Media: images, videos, links, Comments and reactions
  • Content of Re-posts

Usage

  1. Provide one or more LinkedIn profile/company URLs in targetUrls.
  2. Optionally toggle includeQuotePosts / includeReposts to filter shared content.
  3. Optionally enable scrapeComments and/or scrapeReactions, capping each with maxComments / maxReactions (0 = unlimited). Note these are billed as separate posts.
  4. Optionally set maxPosts to cap posts per query, and postedLimit to restrict to a recent time window (any, 1h, 24h, week, month, 3months, 6months, year).
  5. Run the Actor. It calls Agent B with these parameters and relays Agent B's dataset back untouched.