LinkedIn candidate search on demand — full name, job title/headline, profile URL
LinkedIn candidate search on demand — full name, job title/headline, profile URL, and bio snippet. Priced $0.05 per candidate (minimum 1, up to 50 per search). Enter a job role, optional location and seniority, and the number of candidates. Fast talent sourcing for recruiters and AI hiring agents. Powered by Techforce Global — explore more at https://techforceglobal.com
Asked 10.0x its listed price for its own exampleour last check, 2026-09-24
1 of 1checks answered this week
182 msmedian answer time
$0.05listed price per call
$0.5price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://techforce-agents.onrender.com/api/linkedin-candidates
| Category | Search and research |
|---|---|
| Provider host | techforce-agents.onrender.com |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 3 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.5 | 182 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"location": "London",
"max": 10,
"role": "Java Developer",
"seniority": "Senior"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"properties": {
"location": {
"description": "City or region (optional, default New York)",
"type": "string"
},
"max": {
"description": "Number of candidates to return (min 1, max 50)",
"type": "integer"
},
"role": {
"description": "Job role / title to search, e.g. 'Java Developer'",
"type": "string"
},
"seniority": {
"description": "Seniority (optional)",
"enum": [
"Junior",
"Mid",
"Senior",
"Lead",
"Principal",
"Staff",
"Director"
],
"type": "string"
}
},
"required": [
"role"
],
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"items": {
"description": "Array of LinkedIn candidates",
"items": {
"properties": {
"name": {
"description": "Candidate full name",
"type": "string"
},
"profile_url": {
"description": "LinkedIn profile URL",
"type": "string"
},
"snippet": {
"description": "Short bio / description",
"type": "string"
},
"title": {
"description": "Job title / LinkedIn headline",
"type": "string"
}
},
"type": "object"
},
"type": "array"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}