# Coockies.ai LinkedIn Data Scraper

> Coockies.ai LinkedIn Data Scraper is a paid API for AI agents from coockies-ai.vercel.app, paid per call via x402, $0.10052/call, status unknown (last checked 2026-09-15).

Scrapes LinkedIn profile or company data and returns structured information via a pay-per-call API

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/li-data-scraper
- Price: $0.10052/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-linkedin-data-scraper-ec2785ca
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8zYt4ypGkSBIgFrwzuAlM

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 coockies-ai-linkedin-data-scraper-ec2785ca -d '<json body>'
```

Example prompt: Can you scrape the LinkedIn profile data for this person — https://www.linkedin.com/in/johndoe — and give me their job title, company, and location?

## When to prefer this

Use this endpoint when you need to extract publicly available LinkedIn profile or company data programmatically without managing your own scraping infrastructure. Prefer this over building custom scrapers when you need pay-per-call pricing with no subscription commitment.

## Known failure modes

- Invalid or inaccessible LinkedIn URL returns an error or empty result
- Private or restricted LinkedIn profiles may return no data
- Rate limiting by LinkedIn may cause intermittent failures
- Malformed input schema results in a 400-level error
- LinkedIn anti-scraping measures may cause partial or blocked responses

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a structured JSON object containing LinkedIn profile or company data, such as name, job title, employer, location, education, skills, connections, and other publicly available profile fields.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/coockies-ai-linkedin-data-scraper-ec2785ca/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from coockies-ai.vercel.app](https://www.zero.xyz/host/coockies-ai.vercel.app/llms.txt)
