Overview

AnyAPI linkedin.jobs (LinkedIn Jobs)

Protocol x402
Price
Payment Asset USD Coin
Payment Network eip155:8453
Category uncategorized
Provider getanyapi
Source bazaar
Indexed 2026-07-01 05:14:21

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "bodyFields": { "limit": { "description": "Maximum number of results to return (1–25, default 25). You are billed per result returned, so a lower limit costs less.", "maximum": 25, "minimum": 1, "type": "integer" }, "location": { "description": "City, region, or country to search within.", "type": "string" }, "query": { "description": "Job title or keywords to search.", "type": "string" } }, "bodyType": "json", "discoverable": true, "method": "POST", "type": "http" }

Output Schema

{ "properties": { "costUsd": { "description": "Amount charged in USD for this call.", "type": "number" }, "items": { "description": "Number of result rows returned. For per-result SKUs the per-item cost is charged against this count; for input-priced SKUs the charge is per submitted input, independent of this count.", "type": "integer" }, "output": { "additionalProperties": false, "properties": { "data": { "oneOf": [ { "type": "null" }, { "additionalProperties": false, "properties": { "items": { "description": "Job records: title and listing URL, plus (when present) company, location, posting date, description, and seniority.", "items": { "properties": { "company": { "description": "Hiring company name.", "type": "string" }, "description": { "description": "Full job description text.", "type": "string" }, "location": { "description": "Job location (city, region).", "type": "string" }, "postedAt": { "description": "When the job was posted, as an ISO 8601 timestamp.", "type": "string" }, "seniority": { "description": "Seniority / experience level (e.g. Entry level, Mid-Senior, Not Applicable).", "type": "string" }, "title": { "type": "string" }, "url": { "description": "Canonical LinkedIn job listing URL.", "type": "string" } }, "required": [ "title", "url" ], "type": "object" }, "type": "array" } }, "required": [ "items" ], "type": "object" } ] }, "found": { "type": "boolean" } }, "required": [ "found", "data" ], "title": "LinkedIn Jobs output", "type": "object" }, "provider": { "description": "Always \"AnyAPI\".", "type": "string" } }, "required": [ "output", "provider", "costUsd" ], "type": "object" }