LinkedIn · Arazzo Workflow

LinkedIn Find Organization and People

Version 1.0.0

Resolve an organization by its vanity URL, then typeahead-search its followers by keyword.

1 workflow 1 source API 1 provider
View Spec View on GitHub BusinessCareersMarketingProfessional NetworkingRecruitingSocial-MediaFortune 1000ArazzoWorkflows

Provider

linkedin

Workflows

find-org-and-people
Resolve an organization by vanity URL and typeahead-search its followers.
Resolves an organization from its vanity URL and runs a keyword typeahead against that organization's followers.
2 steps inputs: authorization, keywords, linkedinVersion, organizationUrn, vanityUrl outputs: organization, people
1
resolveByVanityUrl
Resolve the organization from its public vanity URL.
2
searchFollowers
Run a keyword typeahead against the organization's followers to find matching people.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: LinkedIn Find Organization and People
  summary: Resolve an organization by its vanity URL, then typeahead-search its followers by keyword.
  description: >-
    The Community Management APIs surface people in the context of an
    organization rather than as standalone member profiles, so a people lookup
    chains organization resolution with a follower typeahead search. This
    workflow resolves an organization from its public vanity URL and then runs a
    keyword typeahead against that organization's followers to find matching
    people. Every step spells out its request inline, including the Authorization
    bearer token and the required LinkedIn-Version header, so the flow can be read
    and executed without opening the underlying OpenAPI description. Note — these
    specs do not expose a standalone member-profile or /me endpoint, so the
    people/profile theme is adapted to the organization follower typeahead.
  version: 1.0.0
sourceDescriptions:
- name: useCasesOrganizationFollowersApi
  url: ../openapi/linkedin-use-cases-organization-followers-api-openapi.yml
  type: openapi
workflows:
- workflowId: find-org-and-people
  summary: Resolve an organization by vanity URL and typeahead-search its followers.
  description: >-
    Resolves an organization from its vanity URL and runs a keyword typeahead
    against that organization's followers.
  inputs:
    type: object
    required:
    - authorization
    - linkedinVersion
    - vanityUrl
    - organizationUrn
    - keywords
    properties:
      authorization:
        type: string
        description: The OAuth 2.0 bearer credential, e.g. "Bearer <access-token>".
      linkedinVersion:
        type: string
        description: The LinkedIn-Version header in YYYYMM format (e.g. "202401").
      vanityUrl:
        type: string
        description: The URL-encoded public vanity URL to resolve to an organization.
      organizationUrn:
        type: string
        description: The URL-encoded organization URN to scope the people search (e.g. "urn%3Ali%3Aorganization%3A123456").
      keywords:
        type: string
        description: The keyword to typeahead-search the organization's followers (e.g. "chris").
  steps:
  - stepId: resolveByVanityUrl
    description: >-
      Resolve the organization from its public vanity URL.
    operationId: getSearchByVanityUrl
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: LinkedIn-Version
      in: header
      value: $inputs.linkedinVersion
    - name: X-Restli-Protocol-Version
      in: header
      value: "2.0.0"
    - name: q
      in: query
      value: vanityUrlAsOrganization
    - name: vanityUrl
      in: query
      value: $inputs.vanityUrl
    - name: organization
      in: query
      value: $inputs.organizationUrn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      organization: $response.body
  - stepId: searchFollowers
    description: >-
      Run a keyword typeahead against the organization's followers to find
      matching people.
    operationId: getSearchByKeyword
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: LinkedIn-Version
      in: header
      value: $inputs.linkedinVersion
    - name: X-Restli-Protocol-Version
      in: header
      value: "2.0.0"
    - name: q
      in: query
      value: organizationFollowers
    - name: keywords
      in: query
      value: $inputs.keywords
    - name: organization
      in: query
      value: $inputs.organizationUrn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      people: $response.body
  outputs:
    organization: $steps.resolveByVanityUrl.outputs.organization
    people: $steps.searchFollowers.outputs.people

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/linkedin-find-org-and-people-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.