# CIEL M2M LinkedIn Scraper

> CIEL M2M LinkedIn Scraper is a paid API for AI agents from 169.58.38.67.sslip.io, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-18).

Scrapes and extracts structured data from LinkedIn profiles or pages via a POST request, returning parsed profile information as JSON.

## Facts

- Endpoint: POST https://169.58.38.67.sslip.io/api/linkedin-scraper
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-18
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ciel-m2m-linkedin-scraper-01aa633a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_M4wW829PvB95680vK_tFI

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 ciel-m2m-linkedin-scraper-01aa633a -d '<json body>'
```

Example prompt: Can you scrape the LinkedIn profile at linkedin.com/in/john-doe-12345 and pull out their job title, employer, location, and skills so I can add them to my CRM?

## When to prefer this

Choose this endpoint when you need programmatic, pay-per-call LinkedIn profile extraction without a long-term subscription commitment, especially in agent workflows requiring on-demand lead enrichment or CRM population. Prefer this over manual browsing automation or heavyweight LinkedIn API integrations when you need lightweight, per-request scraping billed in USDC via x402.

## Known failure modes

- LinkedIn URL not provided or malformed — returns error or empty result
- Profile is private or removed — scraper cannot access data and returns empty or error response
- Rate limiting or LinkedIn anti-bot detection causing failed extraction
- Schema input malformed — missing required properties field
- Service temporarily unavailable on the IP-based host

## How this service works

50+ micro-services for AI agents: data parsing, crypto analytics, security scanning, code tools, and more. Pay per call via x402 (USDC on Base) or RapidAPI subscription.

## Output

Returns a JSON object containing extracted LinkedIn profile data such as name, job title, current employer, location, skills, work history, and other available public profile fields, wrapped in a result key.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "result": "data"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ciel-m2m-linkedin-scraper-01aa633a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 169.58.38.67.sslip.io](https://www.zero.xyz/host/169.58.38.67.sslip.io/llms.txt)
