List LinkedIn profile reactions
Fetch recent LinkedIn posts a public profile has reacted to.
POST
List LinkedIn profile reactions
POST /api/v1/platform/scrapers/linkedin/profile-reactions
List posts a LinkedIn profile reacted to.Retrieve recent public LinkedIn posts a profile has reacted to. Provide profile URLs or public profile usernames.
Options
profiles: LinkedIn/in/profile URLs or public profile usernames.maxItems: maximum reactions to scrape per profile.postedLimit: optional post age filter. Accepted values:any,24h,week,month,3months,6months,year.
Example
Authorizations
The public API key from the Credentials page.
The API secret shown when the credential is created.
Body
application/json
LinkedIn profile URLs or public profile usernames.
Example:
[
"https://www.linkedin.com/in/satyanadella",
"some-public-id"
]
Required range:
1 <= x <= 100Fetch posts no older than this time window.
Available options:
any, 24h, week, month, 3months, 6months, year