vaaya / tools / apify / linkedin-profile-search
Apify linkedin-profile-search for AI agents
Apify — Find LinkedIn profiles by a search query + filters.
varies by params per call
npx @vaaya/mcp installParameters
| Param | Type | What |
|---|---|---|
searchQuery required | string | |
maxItems | integer |
Call it
From any MCP client with Vaaya connected, one use call:
{
"service": "apify",
"action": "linkedin-profile-search",
"params": {
"searchQuery": "<searchQuery>"
},
"max_cost_cents": 100
}
Or over HTTP with a Vaaya API key:
curl -X POST https://vaaya.ai/api/run/apify/linkedin-profile-search \
-H "Authorization: Bearer $VAAYA_API_KEY" \
-H "Content-Type: application/json" \
-d '{"searchQuery":"<searchQuery>","max_cost_cents":100}'
The facts
Call
apify/linkedin-profile-search
Price
varies by params. Charged only on success.
Pillar
Data · routed by vaaya/onefind
Settlement
Vaaya calls the provider with its own account and bills you the catalog price.
Credentials
Held server-side by Vaaya; your agent never receives a Apify key.
More from Apify
amazon-product →amazon-reviews →booking-reviews →crunchbase →facebook-ads →facebook-groups →facebook-pages →facebook-posts →gmaps-contacts →gmaps-places →gmaps-reviews →indeed-jobs →instagram-hashtag →instagram-posts →instagram-profile →linkedin-jobs →linkedin-posts →reddit-comments →reddit-posts →tiktok-comments →tiktok-posts →tiktok-profile →tiktok-video →tweets →x-followers →youtube-comments →youtube-videos →
Give your agents this call.
Connect Vaaya once, then describe the outcome or call it directly. Paid per call, from one balance.
npx @vaaya/mcp install