# Rotary Agency LinkedIn Company Profile Enrichment

> Rotary Agency LinkedIn Company Profile Enrichment is a paid API for AI agents from rotaryagency.uk, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Fetches enriched LinkedIn company profile data for a given company URL or identifier

## Facts

- Endpoint: GET https://rotaryagency.uk/api/linkedin/company
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/rotary-agency-linkedin-company-profile-enrichment-3e60001d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YzY9NZyNiRnWwkhX5iMjB

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 rotary-agency-linkedin-company-profile-enrichment-3e60001d
```

Example prompt: Can you pull the LinkedIn company profile for Stripe — I need their industry, employee count, headquarters, and description?

## When to prefer this

Choose this endpoint when you need structured LinkedIn-sourced company firmographic data (employee count, industry, headquarters, description) and want a simple pay-per-call API without managing LinkedIn credentials or scraping infrastructure. Best suited for one-off company lookups or small-scale enrichment workflows at $0.05 per call.

## Known failure modes

- Invalid or non-existent LinkedIn company URL returns an error or empty result
- Rate limiting or LinkedIn blocking may cause intermittent failures
- Company profiles set to private or restricted visibility may return incomplete data
- Malformed input identifier returns a validation error
- Stale or cached data may not reflect the most recent LinkedIn profile updates

## How this service works

LinkedIn Company Profile Enrichment

## Output

Returns structured LinkedIn company profile data including company name, industry, employee count range, headquarters location, company description, founding year, website, and specialties as listed on their LinkedIn page.

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "properties": {
    "queryParams": {
     "type": "object",
     "properties": {
      "url": {
       "type": "string"
      }
     }
    }
   }
  },
  "output": {
   "properties": {
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "meta": "proxy info",
  "company": "LinkedInCompany — name, description, industry, employees"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/rotary-agency-linkedin-company-profile-enrichment-3e60001d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from rotaryagency.uk](https://www.zero.xyz/host/rotaryagency.uk/llms.txt)
