# Roster LinkedIn Job Search

> Roster LinkedIn Job Search is a paid API for AI agents from raoster.orbonomy.xyz, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Searches LinkedIn job listings and hiring data based on a job role, skills, and profile attributes, paid per request in USDC via x402

## Facts

- Endpoint: POST https://raoster.orbonomy.xyz/api/linkedin
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/roster-linkedin-job-search-28045345
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qb0kZPkYot8ZrmM9cNO3l

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 roster-linkedin-job-search-28045345 -d '<json body>'
```

Example prompt: Find me job listings on LinkedIn for a Senior Data Scientist role with skills in Python, machine learning, and SQL — my headline is 'ML Engineer with 5 years experience' and my summary is 'Experienced data scientist specializing in NLP and predictive modeling'.

## When to prefer this

Use this endpoint when an AI agent needs to fetch real-time LinkedIn job listings and hiring data for a specific role without managing subscriptions or API keys — ideal for pay-per-use job search workflows where x402 micropayments are supported.

## Known failure modes

- Missing required 'role' field returns validation error
- LinkedIn data unavailable or rate-limited causing lookup failure
- Overly broad or vague role may return irrelevant results
- Payment failure via x402 blocks the request
- Malformed skills or summary fields may yield poor match quality

## How this service works

Job listings and hiring data for AI agents. No auth, no subscriptions. Pay per request in USDC via x402.

## Output

Returns a structured response with success status and a data object containing job listings and hiring data matched to the specified role, skills, summary, and headline.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "role"
 ],
 "properties": {
  "role": {
   "type": "string"
  },
  "skills": {
   "type": "string"
  },
  "summary": {
   "type": "string"
  },
  "headline": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "success",
  "data"
 ],
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/roster-linkedin-job-search-28045345/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from raoster.orbonomy.xyz](https://www.zero.xyz/host/raoster.orbonomy.xyz/llms.txt)
