jobs_posted_by_profile
Job postings authored by a person (a recruiter's, hiring manager's or founder's roles). Includes closed postings (jobState). Only people who have posted jobs return results: for anyone else the upstream answers 422 "the data cannot be displayed or it doesn't exist" - that is a not-found, not a bad id. Find posters via jobs_hiring_team on a live posting. (Costs 10 Zooq credits.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Results per page, 1-25 (default 10). | |
| start | No | Pagination offset. | |
| handle | No | Public profile handle — the part after linkedin.com/in/ — or the full profile URL. Resolved to `personEntityId` automatically at no extra credit cost. Any person identifier is accepted here and sorted by format (handle, URL, ACoAA… entityId, prsn_ id). Provide `personEntityId` OR `handle`; `handle` is the simplest. | |
| personEntityId | 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 `personEntityId` OR `handle`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobs | No | Array in the example | |
| total | No | Example value was a number |