Get Profiles Posts
get_profiles_postsFetch posts, comments, or reactions from a LinkedIn profile using its URL. Paginate through results to collect engagement data for analysis.
Instructions
2 credits per call
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Possible values: posts: to scrape posts from tab Posts -- posts or posts reshared by the person comments: to scrape posts from tab Comments -- posts the person commented reactions: to scrape posts from tab Reactions -- posts the person reacted | |
| start | No | Use this param to fetch posts of the next result page: 0 for page 1, 50 for page 2, etc. | 0 |
| linkedin_url | Yes | Example value: https://www.linkedin.com/in/williamhgates/ | |
| pagination_token | No | Required when fetching the next result page. Please use the token from the result of your previous call. |