LinkedIn Page Post Pay Per Result PPR
Pricing
from $0.02 / actor start
Go to Apify Store

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
Maintained by CommunityActor 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
| Field | Type | Required | Description |
|---|---|---|---|
targetUrls | array of string | Yes | LinkedIn profile/company URLs who posted or re-posted the content. |
includeQuotePosts | boolean | No | Filter out quote posts (shared posts with comments). Default true (all posts included). |
includeReposts | boolean | No | Filter out reposts (shared posts without comments). Default true (all posts included). |
scrapeComments | boolean | No | Scrape comments on posts. Comments are charged as a separate post and pushed into the dataset. Default false. |
postNestedComments | boolean | No | Also scrape reply comments (comments on comments), not just top-level comments. Default false. |
maxComments | integer | No | Maximum comments to scrape per post. 0 scrapes all comments. Default 0. |
scrapeReactions | boolean | No | Scrape reactions on posts. Reactions are charged as a separate post and pushed into the dataset. Default false. |
postNestedReactions | boolean | No | Also scrape reactions on comments, not just reactions on posts. Default false. |
maxReactions | integer | No | Maximum reactions to scrape per post. 0 scrapes all reactions. Default 0. |
maxPosts | integer | No | Maximum posts to scrape per search query. 0 scrapes all posts. Default 0. |
postedLimit | string | No | Only 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
- Provide one or more LinkedIn profile/company URLs in
targetUrls. - Optionally toggle
includeQuotePosts/includeRepoststo filter shared content. - Optionally enable
scrapeCommentsand/orscrapeReactions, capping each withmaxComments/maxReactions(0= unlimited). Note these are billed as separate posts. - Optionally set
maxPoststo cap posts per query, andpostedLimitto restrict to a recent time window (any,1h,24h,week,month,3months,6months,year). - Run the Actor. It calls Agent B with these parameters and relays Agent B's dataset back untouched.