Build a people list from filters: titles, seniority, company headcount, location, industry keywords. Returns LinkedIn profiles with current role and company; enrich with contact.find next.
Apify:
all inputs ✓
✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.
| Provider | Status |
|---|---|
Apify |
live |
People Data Labs |
planned |
Crustdata |
planned |
Unit: per_result · unmatched results billed: no
Priced per 25-result search page ($0.15) plus per profile ($0.012 full, $0.004 short). 200 full profiles quote $3.60. The exact quote is reserved before execution; empty searches release the hold.
The exact price is returned by /v1/inspect before every call and reserved on execution.
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "people.search", "input": { }, "routing": {"provider": "auto"} }'
{
"properties": {
"companies": {
"description": "Current company names or LinkedIn URLs",
"items": {
"type": "string"
},
"type": "array"
},
"company_headcount": {
"items": {
"enum": [
"1-10",
"11-50",
"51-200",
"201-500",
"501-1000",
"1001-5000",
"5001-10000",
"10001+"
],
"type": "string"
},
"type": "array"
},
"detail": {
"default": "full",
"description": "full returns names, current role, experience and skills; short is cheaper but LinkedIn truncates names and omits titles",
"enum": [
"full",
"short"
],
"type": "string"
},
"industries": {
"description": "Industry keywords, matched fuzzily",
"items": {
"type": "string"
},
"type": "array"
},
"limit": {
"default": 25,
"description": "Up to 200 per call",
"type": "integer"
},
"locations": {
"description": "Countries, regions or cities",
"items": {
"type": "string"
},
"type": "array"
},
"query": {
"description": "Free-text search, e.g. \"head of sales SaaS\"",
"type": "string"
},
"seniority": {
"items": {
"enum": [
"entry",
"senior",
"manager",
"director",
"vp",
"cxo",
"partner",
"owner"
],
"type": "string"
},
"type": "array"
},
"titles": {
"description": "Current job titles",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
}
people