# whatchuneed LinkedIn Jobs Search

> whatchuneed LinkedIn Jobs Search is a paid API for AI agents from whatchuneed.vercel.app, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Searches LinkedIn for job listings based on a natural language or structured query input

## Facts

- Endpoint: POST https://whatchuneed.vercel.app/api/jobs/linkedin
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/whatchuneed-linkedin-jobs-search-8a460300
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q08Tk0pCLNsmH_BuXBblM

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 whatchuneed-linkedin-jobs-search-8a460300 -d '<json body>'
```

Example prompt: Can you search LinkedIn for remote senior Python developer jobs in Austin, Texas and show me what's available?

## When to prefer this

Use this endpoint when you need to programmatically search LinkedIn job listings via a pay-per-call API without managing LinkedIn credentials or scraping infrastructure yourself. Best for agents that need on-demand job search results as part of a career assistant, recruitment workflow, or job market analysis pipeline.

## Known failure modes

- Vague or malformed query string may return irrelevant or empty results
- LinkedIn rate limiting or scraping restrictions may cause failures
- No results returned if the query matches no active postings
- Generic error in result object if the underlying LinkedIn data source is unavailable

## How this service works

320+ pay-per-call API endpoints across accommodation, LLM, code execution, crypto, medical, finance, and more. One API, one payment. Powered by x402 protocol.

## Output

Returns a structured object containing LinkedIn job listings matching the query, including job titles, company names, locations, and relevant details such as job descriptions or URLs where available.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "string",
   "description": "Request input"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "Response data"
  },
  "status": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/whatchuneed-linkedin-jobs-search-8a460300/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from whatchuneed.vercel.app](https://www.zero.xyz/host/whatchuneed.vercel.app/llms.txt)
