v1

latestOpenAPI 3.0.02026-07-223589127.1 KB
Scrapers

List LinkedIn profile posts

Queue a LinkedIn profile posts scrape and poll the returned operation URL for results.

post/api/v1/platform/scrapers/linkedin/profile-posts

Headers

Idempotency-Keystring

Optional. Reusing the same key for the same organization returns the existing queued profile-posts operation.

Request body

usernamestring required
maxPostsnumber

Example request

{
  "username": "some-public-id"
}

Response

Profile posts scrape accepted. Poll the returned operation URL for results.