# LinkedIn Profile Detail Scraper (apimaestro/linkedin-profile-detail)

> LinkedIn Profile Detail Scraper (apimaestro/linkedin-profile-detail) is a paid API for AI agents from apify-api-git-br-apify-typed-input-schemas-merit-systems.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14, last successful call 2026-07-28).

Scrapes comprehensive LinkedIn profile data including work experience, education, certifications, and location without requiring cookies, returning a signed polling token

## Facts

- Endpoint: POST https://apify-api-git-br-apify-typed-input-schemas-merit-systems.vercel.app/api/actors/apimaestro/linkedin-profile-detail/call
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-07-28
- Success rate: 98% of calls made through Zero
- Rating: 3.3 / 5 from 3 reviews
- Activations on Zero: 46
- Tags: x402
- Canonical page: https://www.zero.xyz/c/linkedin-profile-detail-scraper-apimaestro-linkedin-profile-detail-f719c8b5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jhiljXQCehxo9JimNOhUE

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-detail-scraper-apimaestro-linkedin-profile-detail-f719c8b5 -d '<json body>'
```

Example prompt: Can you scrape the full LinkedIn profile for linkedin.com/in/satyanadella and give me his complete work experience, education history, certifications, and current location?

## When to prefer this

Use this endpoint when you need to extract structured professional profile data from LinkedIn without managing cookies or authentication sessions. Ideal for lead enrichment, talent research, or building contact databases from LinkedIn profile URLs. Prefer this over generic web scrapers when you need clean, structured LinkedIn-specific fields like work history and certifications.

## Known failure modes

- Invalid or private LinkedIn profile URL returns empty or error result
- Rate limiting or LinkedIn blocking the scraper may result in incomplete data
- Profile not found returns null or empty fields
- Polling token expiry if results not fetched promptly
- Non-LinkedIn URLs result in parsing errors

## How this service works

Start the "Profile Details Scraper for LinkedIn + EMAIL (No Cookies)" Apify actor (apimaestro/linkedin-profile-detail). Scrape comprehensive LinkedIn profile data including work experience, education history, certifications, and location details. Get structured information from… Returns a signed token for polling /api/actors/results with SIWX.

## Output

A signed token used to poll /api/actors/results for the scraped LinkedIn profile data, which includes structured fields for work experience entries, education history, certifications, skills, location, and profile summary once the actor run completes.

## Example request

```json
{
 "input": {
  "body": {
   "input": {
    "username": "satyanadella",
    "includeEmail": false
   },
   "options": {
    "memory": 2048
   }
  },
  "type": "http",
  "method": "POST",
  "bodyType": "json"
 }
}
```

## 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",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "type": "object",
     "$schema": "https://json-schema.org/draft/2020-12/schema",
     "properties": {
      "input": {
       "type": "object",
       "required": [
        "username",
        "includeEmail"
       ],
       "properties": {
        "username": {
         "type": "string",
         "default": "sarptecimer",
         "description": "LinkedIn profile username (e.g., 'neal-mohan' from linkedin.com/in/neal-mohan) or URL or Urn (e.g: ACoAAAPCNL4BRjB2mlrFKePwdFvNMtb2ekzpEWw)"
        },
        "includeEmail": {
         "type": "boolean",
         "default": false,
         "description": "Whether to include email address in the profile data extraction if available"
        }
       },
       "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
      }
     },
     "additionalProperties": false
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/linkedin-profile-detail-scraper-apimaestro-linkedin-profile-detail-f719c8b5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from apify-api-git-br-apify-typed-input-schemas-merit-systems.vercel.app](https://www.zero.xyz/host/apify-api-git-br-apify-typed-input-schemas-merit-systems.vercel.app/llms.txt)
