# Portals Protocol LinkedIn Company Posts

> Portals Protocol LinkedIn Company Posts is a paid API for AI agents from api.portalsprotocol.com, paid per call via x402, $0.09/call, status unknown (last checked 2026-09-13).

Fetches recent posts published by a LinkedIn company page by company identifier

## Facts

- Endpoint: POST https://api.portalsprotocol.com/linkedin/company/posts
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-portalsprotocol-com-3db8f262
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6Z4PArfzvha-EKOHRG7q-

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability api-portalsprotocol-com-3db8f262 -d '<json body>'
```

Example prompt: Can you pull the recent LinkedIn posts for the company 'OpenAI' so I can see what they've been publishing lately?

## When to prefer this

Use this endpoint when you need to programmatically retrieve recent LinkedIn posts from a specific company page without direct LinkedIn API access or OAuth credentials. Ideal for competitive monitoring, content aggregation, or lead intelligence workflows where LinkedIn company post data is needed on demand.

## Known failure modes

- Company not found or invalid company identifier returns an error or empty result
- LinkedIn rate limiting or access restrictions may cause failures
- Private or restricted company pages may not return posts
- Malformed company name may return no results
- Service unavailability or upstream LinkedIn changes may break scraping

## Output

A list of recent posts from the specified LinkedIn company page, likely including post text, publication date, and possibly engagement metrics or media references.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "company"
 ],
 "properties": {
  "company": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-portalsprotocol-com-3db8f262/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.portalsprotocol.com](https://www.zero.xyz/host/api.portalsprotocol.com/llms.txt)
