posts_all
A person's recent posts / activity stream. Cursor- or offset-paginated. Keyed by the person entityId: pass handle and Zooq resolves it for you at no extra credit cost, or pass entityId from profile_entity_id to skip the lookup. (Costs 10 Zooq credits.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Pagination offset (alternative to cursor). | |
| cursor | No | Opaque pagination cursor (preferred) from the previous response's nextCursor. | |
| handle | No | Public profile handle — the part after linkedin.com/in/ — or the full profile URL. Resolved to `entityId` automatically at no extra credit cost. Any person identifier is accepted here and sorted by format (handle, URL, ACoAA… entityId, prsn_ id). Provide `entityId` OR `handle`; `handle` is the simplest. | |
| entityId | No | Live person entityId (ACoAA…) from profile_entity_id / profile_enrich; the urn:li:fsd_profile: form is accepted. A prsn_ id (dataset namespace, from profile_full) or a handle placed here is recognized and translated automatically. Provide `entityId` OR `handle`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activities | No | Array in the example | |
| nextCursor | No | Example value was a string |