← Back to directory

AnyAPI linkedin.search_profiles (LinkedIn Profile Search)

https://api.getanyapi.com/v1/run/linkedin.search_profiles

Overview

AnyAPI linkedin.search_profiles (LinkedIn Profile Search)

Protocol x402
Price
Payment Asset USD Coin
Payment Network eip155:8453
Category tools/search
Provider getanyapi
Source bazaar
Indexed 2026-07-01 05:14:23

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": { "jobTitle": { "description": "Optional current job title filter (e.g. 'Software Engineer').", "type": "string" }, "limit": { "description": "Maximum number of results to return (1–10, default 10). You are billed per result returned, so a lower limit costs less.", "maximum": 10, "minimum": 1, "type": "integer" }, "location": { "description": "Optional location filter (e.g. 'San Francisco').", "type": "string" }, "query": { "description": "Search query for LinkedIn profiles — a role, name, or keywords (e.g. 'Marketing Manager').", "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": "Matched profile records. Each carries the profile URL, handle, and id. Depending on the match, records may also include first/last name, headline, location, current position, work experience, and education, plus upstream extras (about, skills, languages, certifications, connections, profile picture, and more) that pass through.", "items": { "properties": { "currentPosition": { "description": "Current role(s), passed through from the upstream. Typically a list of objects with job title, company, dates, and description; shape can vary by profile." }, "education": { "description": "Education history, passed through from the upstream. Typically a list of objects with school, degree, and field of study; shape can vary by profile." }, "experience": { "description": "Full work history, passed through from the upstream. Typically a list of objects with job title, company, dates, and description; shape can vary by profile." }, "firstName": { "description": "Member's first name.", "type": "string" }, "handle": { "description": "Public profile identifier (the vanity slug in the URL).", "type": "string" }, "headline": { "description": "Profile headline (the tagline under the name).", "type": "string" }, "id": { "description": "LinkedIn member URN id for the profile.", "type": "string" }, "lastName": { "description": "Member's last name.", "type": "string" }, "location": { "description": "Member's location, passed through from the upstream. Typically an object with the displayed location text and country code; shape can vary by profile." }, "url": { "description": "Canonical LinkedIn profile URL.", "type": "string" } }, "required": [ "id", "url" ], "type": "object" }, "type": "array" } }, "required": [ "items" ], "type": "object" } ] }, "found": { "type": "boolean" } }, "required": [ "found", "data" ], "title": "LinkedIn profile search output", "type": "object" }, "provider": { "description": "Always \"AnyAPI\".", "type": "string" } }, "required": [ "output", "provider", "costUsd" ], "type": "object" }