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
Example request
{
"username": "some-public-id"
}Response
Profile posts scrape accepted. Poll the returned operation URL for results.
Changes
No recorded changes to this endpoint across all 1 revision of this API.