# LinkedIn Profile Scraper via Apify (anchor/linkedin-profile-enrichment)

> LinkedIn Profile Scraper via Apify (anchor/linkedin-profile-enrichment) is a paid API for AI agents from stableapify.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Starts an Apify actor run that extracts live LinkedIn profile data (people or companies) from LinkedIn URLs for lead enrichment.

## Facts

- Endpoint: POST https://stableapify.dev/api/actors/anchor/linkedin-profile-enrichment/call
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-profile-scraper-via-apify-anchor-linkedin-profile-enrichment-99d41829
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l9Zg6OEztE8FBWEAiL970

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-scraper-via-apify-anchor-linkedin-profile-enrichment-99d41829 -d '<json body>'
```

Example prompt: Can you pull the live LinkedIn profile data for the user 'sarptecimer' — I need their current title, company, and any available contact info for lead enrichment?

## When to prefer this

Choose this endpoint when you need live, real-time LinkedIn profile data for individuals or companies at low cost ($0.01/call), especially for lead enrichment, sales prospecting, or recruiting workflows that require current title, company, or contact information directly from LinkedIn public profiles.

## Known failure modes

- Invalid or non-existent LinkedIn username/URL returns empty dataset
- Actor run fails to start if memory allocation is insufficient
- LinkedIn anti-scraping measures may result in incomplete or blocked data
- JWT token expiry (valid ~30 days) prevents dataset retrieval after expiration
- Rate limiting or payment failure via x402 protocol blocks the call

## How this service works

Start the "LinkedIn Profile Scraper for cheap lead enrichment ✅" Apify actor (anchor/linkedin-profile-enrichment). Extract LIVE LinkedIn profile data from LinkedIn URLs. Works with people and companies. Upload a CSV of LinkedIn URLs or use the API. Automate your LinkedIn en…

## Output

Returns a run object containing the actor run ID, status (READY), actor ID, start timestamp, total usage in USD, and a default dataset ID where results will be stored, plus a JWT token to authenticate subsequent dataset fetch calls.

## Example request

```json
{
 "input": {
  "username": "sarptecimer",
  "includeEmail": false
 },
 "options": {
  "memory": 256
 }
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "startUrls": {
     "type": "array",
     "items": {
      "type": "object",
      "required": [
       "url"
      ],
      "properties": {
       "url": {
        "type": "string",
        "format": "uri"
       },
       "method": {
        "type": "string"
       },
       "headers": {
        "type": "object",
        "propertyNames": {
         "type": "string"
        },
        "additionalProperties": {
         "type": "string"
        }
       },
       "payload": {
        "type": "string"
       },
       "userData": {
        "type": "object",
        "propertyNames": {
         "type": "string"
        },
        "additionalProperties": {}
       }
      },
      "additionalProperties": false
     },
     "description": "LinkedIn URLs you want to enrich. You can upload a CSV file if you want, in the format: url,id (id is useful for reference to re-import in your database)"
    }
   },
   "description": "Normalized actor input. See field descriptions for the simplified shape; native Apify input also accepted (passed through).",
   "additionalProperties": {}
  },
  "options": {
   "type": "object",
   "properties": {
    "build": {
     "type": "string",
     "maxLength": 100,
     "minLength": 1
    },
    "memory": {
     "type": "integer",
     "maximum": 32768,
     "minimum": 128
    },
    "maxItems": {
     "type": "integer",
     "maximum": 100000,
     "minimum": 1
    }
   },
   "description": "Optional Apify run options.",
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-profile-scraper-via-apify-anchor-linkedin-profile-enrichment-99d41829/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableapify.dev](https://www.zero.xyz/host/stableapify.dev/llms.txt)
