LinkedIn · Capability

LinkedIn Job Posting API — Apply Connect Jobs

LinkedIn Job Posting API — Apply Connect Jobs. 1 operations. Lead operation: LinkedIn Create or Update Apply Connect Job Posting. Self-contained Naftiko capability covering one Linkedin business surface.

Run with Naftiko LinkedinApply Connect Jobs

What You Can Do

POST
Createorupdatejobposting — LinkedIn Create or Update Apply Connect Job Posting
/v1/v2/simplejobpostings

MCP Tools

linkedin-create-update-apply-connect

LinkedIn Create or Update Apply Connect Job Posting

Capability Spec

talent-job-posting-apply-connect-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LinkedIn Job Posting API — Apply Connect Jobs
  description: 'LinkedIn Job Posting API — Apply Connect Jobs. 1 operations. Lead operation: LinkedIn Create or Update Apply
    Connect Job Posting. Self-contained Naftiko capability covering one Linkedin business surface.'
  tags:
  - Linkedin
  - Apply Connect Jobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LINKEDIN_API_KEY: LINKEDIN_API_KEY
capability:
  consumes:
  - type: http
    namespace: talent-job-posting-apply-connect-jobs
    baseUri: https://api.linkedin.com
    description: LinkedIn Job Posting API — Apply Connect Jobs business capability. Self-contained, no shared references.
    resources:
    - name: v2-simpleJobPostings
      path: /v2/simpleJobPostings
      operations:
      - name: createorupdatejobposting
        method: POST
        description: LinkedIn Create or Update Apply Connect Job Posting
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.LINKEDIN_API_KEY}}'
  exposes:
  - type: rest
    namespace: talent-job-posting-apply-connect-jobs-rest
    port: 8080
    description: REST adapter for LinkedIn Job Posting API — Apply Connect Jobs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v2/simplejobpostings
      name: v2-simplejobpostings
      description: REST surface for v2-simpleJobPostings.
      operations:
      - method: POST
        name: createorupdatejobposting
        description: LinkedIn Create or Update Apply Connect Job Posting
        call: talent-job-posting-apply-connect-jobs.createorupdatejobposting
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: talent-job-posting-apply-connect-jobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for LinkedIn Job Posting API — Apply Connect Jobs. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: linkedin-create-update-apply-connect
      description: LinkedIn Create or Update Apply Connect Job Posting
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: talent-job-posting-apply-connect-jobs.createorupdatejobposting
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.