# Apify LinkedIn Profile Scraper (stableapify.dev)

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

Scrapes LinkedIn profile data for one or more LinkedIn profile URLs, returning enriched professional profile information via x402 pay-per-call.

## Facts

- Endpoint: POST https://stableapify.dev/api/actors/dev_fusion/Linkedin-Profile-Scraper/call
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/apify-linkedin-profile-scraper-stableapify-dev-8c6e122d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_XLo5yddqcUXRoDN9C14Ec

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 apify-linkedin-profile-scraper-stableapify-dev-8c6e122d -d '<json body>'
```

Example prompt: Can you scrape the LinkedIn profiles for these three people and pull their job titles, companies, and work history? Here are their profile URLs: linkedin.com/in/johndoe, linkedin.com/in/janedoe, linkedin.com/in/bobsmith.

## When to prefer this

Choose this endpoint when you need structured, programmatic access to LinkedIn profile data for one or more people and have their LinkedIn URLs. Ideal for lead enrichment, recruiting workflows, and CRM population. Prefer this over manual browsing or generic web scrapers when you need reliable, structured LinkedIn-specific profile fields at scale, and when pay-per-call micropayment billing (x402/USDC) is acceptable.

## Known failure modes

- Invalid or non-existent LinkedIn profile URL returns no results or error for that item
- LinkedIn rate limiting or anti-bot measures may cause partial or failed scrapes
- Private or restricted profiles may return limited data
- Payment failure via x402 prevents the run from starting
- Exceeding maxItems cap truncates results
- Actor build errors or memory limits exceeded cause run failure

## How this service works

Search Apify Store actors, start actor runs, and fetch results over x402 and MPP.

## Output

Returns structured LinkedIn profile data for each submitted URL, including fields such as name, headline, current and past job titles, companies, locations, education, skills, and potentially contact details — delivered as a JSON dataset from the completed Apify actor run.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "profileUrls"
   ],
   "properties": {
    "profileUrls": {
     "type": "array",
     "items": {
      "type": "string"
     },
     "description": "Enter the Linkedin URLs of the people, you want to enrich data."
    }
   },
   "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/apify-linkedin-profile-scraper-stableapify-dev-8c6e122d/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)
