LinkedIn · Arazzo Workflow

LinkedIn Organization Profile Overview

Version 1.0.0

Resolve an organization, then gather its follower count and lifetime page statistics.

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

Provider

linkedin

Workflows

organization-profile-overview
Resolve an organization and collect its follower count and lifetime page statistics.
Looks up an organization, retrieves its follower count, and pulls lifetime page statistics in a single overview pass.
3 steps inputs: authorization, linkedinVersion, organizationId, organizationUrn outputs: followerCount, organization, pageStatistics
1
resolveOrganization
Look up the organization by its primary type to confirm the identifier is valid.
2
followerCount
Retrieve the organization follower count for members who follow the company.
3
lifetimePageStatistics
Pull lifetime page statistics for the organization.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: LinkedIn Organization Profile Overview
  summary: Resolve an organization, then gather its follower count and lifetime page statistics.
  description: >-
    Building an organization snapshot chains a lookup with two read-only
    statistics calls. This workflow resolves the organization by its primary
    type, retrieves the organization follower count, and pulls lifetime page
    statistics so a single pass produces a compact profile overview. 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.
  version: 1.0.0
sourceDescriptions:
- name: useCasesOrganizationLookupOrganizationsApi
  url: ../openapi/linkedin-use-cases-organization-lookup-organizations-api-openapi.yml
  type: openapi
- name: useCasesStatisticsApisOrganizationPageStatisticsApi
  url: ../openapi/linkedin-use-cases-statistics-apis-organization-page-statistics-api-openapi.yml
  type: openapi
workflows:
- workflowId: organization-profile-overview
  summary: Resolve an organization and collect its follower count and lifetime page statistics.
  description: >-
    Looks up an organization, retrieves its follower count, and pulls lifetime
    page statistics in a single overview pass.
  inputs:
    type: object
    required:
    - authorization
    - linkedinVersion
    - organizationId
    - organizationUrn
    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").
      organizationId:
        type: string
        description: The numeric organization id used for lookup and follower count.
      organizationUrn:
        type: string
        description: The URL-encoded organization URN for page statistics (e.g. "urn%3Ali%3Aorganization%3A2414183").
  steps:
  - stepId: resolveOrganization
    description: >-
      Look up the organization by its primary type to confirm the identifier is
      valid.
    operationId: getLookupByOrganizationPrimary
    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: organization_id
      in: path
      value: $inputs.organizationId
    - name: projection
      in: query
      value: "(primaryOrganizationType)"
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      organization: $response.body
  - stepId: followerCount
    description: >-
      Retrieve the organization follower count for members who follow the
      company.
    operationId: getRetrieveOrganizationFollowerCount
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: LinkedIn-Version
      in: header
      value: $inputs.linkedinVersion
    - name: organization_id
      in: path
      value: $inputs.organizationId
    - name: edgeType
      in: query
      value: CompanyFollowedByMember
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      followerCount: $response.body
  - stepId: lifetimePageStatistics
    description: >-
      Pull lifetime page statistics for the organization.
    operationId: getLifetimePageStatistics
    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: organization
    - name: organization
      in: query
      value: $inputs.organizationUrn
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      pageStatistics: $response.body
  outputs:
    organization: $steps.resolveOrganization.outputs.organization
    followerCount: $steps.followerCount.outputs.followerCount
    pageStatistics: $steps.lifetimePageStatistics.outputs.pageStatistics

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-organization-profile-overview-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.