# LinkedIn Profile & Company Page Fetcher

> LinkedIn Profile & Company Page Fetcher is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Fetches clean, rendered content from LinkedIn public profiles and company pages using residential proxy routing and JavaScript rendering for B2B research and lead enrichment.

## Facts

- Endpoint: GET https://api.x402node.dev/web/linkedin
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-profile-company-page-fetcher-f5f6f254
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zXca8nqnUQQ3N2fVKv9pM

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 linkedin-profile-company-page-fetcher-f5f6f254
```

Example prompt: Can you pull the LinkedIn profile for Sarah Chen at Acme Corp — I need her current title, company, and work history for a recruiting outreach I'm preparing?

## When to prefer this

Use this endpoint when you need to access LinkedIn public profile or company page data programmatically, especially when standard scraping fails due to LinkedIn's bot detection. Ideal for B2B lead enrichment, recruiting research, and sales intelligence workflows where residential proxy routing and JS rendering are required to reliably retrieve walled-garden professional data.

## Known failure modes

- Profile is private or requires login — returns empty or access-denied content
- LinkedIn URL is invalid or malformed — returns 400 error
- Target profile has been deleted or deactivated — returns 404
- Rate limiting or IP blocking by LinkedIn despite residential routing — returns timeout or empty response
- JS rendering timeout for heavy pages — returns partial or no content

## How this service works

Public professional profile or company page fetch — clean content via managed retrieval with residential routing and JS rendering. For B2B research, lead enrichment and recruiting intelligence. linkedin, profile lookup, company data, b2b research, lead enrichment, recruiting, walled-garden data Accepts payment on Base or Solana — either network works.

## Output

Returns cleaned, structured content extracted from a LinkedIn public profile or company page, including professional details such as job title, employment history, skills, education, or company description, headcount, and industry — retrieved via residential routing and JS rendering to bypass bot detection.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "description": "Public profile or company page URL (required)"
      }
     }
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-profile-company-page-fetcher-f5f6f254/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
