Apify logo

Search LinkedIn Profiles (Apify)

ApifySearch LinkedIn Profiles (Apify)

POST/v1/apify-linkedin-profile-search
texau__apify-linkedin-profile-searchenrichment
cURL · api.texau.app
84ms
POST/v1/apify-linkedin-profile-search
{
  "search_query": "sample-value",
  "limit": 1,
  "current_company": "Acme, Inc.",
  "past_company": "Acme, Inc.",
  "current_job_title": "sample-value",
  "location": "sample-value"
}
200 Accepted
{
  "ok": true,
  "data": {
    "public_identifier": "sample",
    "full_name": "sample",
    "last_name": "sample",
    "headline": "sample",
    "linkedin_url": "https://acme.com",
    "location_city": "sample",
    "location_country": 1,
    "about": "sample",
    "object_urn": "sample",
    "registered_at": "sample",
    "open_to_work": true,
    "is_verified": true,
    "is_premium": true,
    "is_influencer": true,
    "profile_photo": "sample",
    "cover_photo": "sample",
    "follower_count": 1,
    "connection_count": 1,
    "current_company": "sample",
    "current_title": "sample",
    "current_company_url": "https://acme.com",
    "experience_company": "sample",
    "experience_position": "sample",
    "experience_description": "sample",
    "experience_location": "sample",
    "experience_duration": "sample",
    "experience_start_date": "sample",
    "experience_end_date": "sample",
    "education_school": "sample",
    "education_degree": "sample",
    "education_field": "sample",
    "education_grade": "sample",
    "education_period": "sample",
    "skill": "sample",
    "skill_endorsement": "sample",
    "featured_link": "sample",
    "featured_title": "sample",
    "related_profile_name": "sample",
    "related_profile_url": "https://acme.com",
    "related_profile_headline": "sample"
  }
}

Search for LinkedIn profiles using filters (Current Company, Job Title, Location, Past Company).

Install

Add search linkedin profiles (apify) to your MCP client.

Drop this into claude_desktop_config.json (or your client's equivalent) and the tool shows up in any chat.

claude_desktop_config.json
{
  "mcpServers": {
    "texau": {
      "command": "npx",
      "args": ["-y", "@texau/mcp-server"],
      "env": { "TEXAU_API_KEY": "..." }
    }
  }
}

Tool name: texau__apify-linkedin-profile-search

When to use this.

The apify-linkedin-profile-search action enables users to efficiently search for LinkedIn profiles based on specific filters such as current company, past company, job title, and location. By providing a search query and optional parameters, users can refine their search to find relevant profiles. Key input parameters include 'search_query' for the individual's name or keyword, 'limit' to set the number of results, and filters like 'current_company' and 'location' to narrow down the search. The action outputs a comprehensive dataset that includes fields such as full name, job title, LinkedIn URL, location, and various experience and education details. This action is particularly useful for recruiters, business development professionals, and marketers looking to enrich their databases with targeted LinkedIn profiles, making it a valuable tool in the enrichment category.

Try it

Run a sample request.

The response is a deterministic, cached example. No live call, no credits used.

Search LinkedIn Profiles (Apify)

Try it

Person's name or keyword

limit

Filter by Current Company Name (e.g., 'Google').

Filter by Past Company Name.

Filter by Job Title (e.g., 'Software Engineer').

Filter by Location (e.g., 'Mumbai', 'United States').

Response is cached — no live API call.

Response

Output schema.

Every field returned in `data`. Click rows to expand nested objects.

FieldType
  • public_identifier
    Public Identifier
    nullablestring
  • full_name
    Full Name
    string
  • last_name
    Last Name
    nullablestring
  • headline
    Headline
    string
  • linkedin_url
    Linkedin Url
    string
  • location_city
    Location City
    string
  • location_country
    Location Country
    string
  • about
    About
    nullabletext
  • object_urn
    Object Urn
    nullablestring
  • registered_at
    Registered At
    nullablestring
  • open_to_work
    Open To Work
    nullableboolean
  • is_verified
    Is Verified
    nullableboolean
  • is_premium
    Is Premium
    nullableboolean
  • is_influencer
    Is Influencer
    nullableboolean
  • profile_photo
    Profile Photo
    nullablestring
  • cover_photo
    Cover Photo
    nullablestring
  • follower_count
    Follower Count
    nullablenumber
  • connection_count
    Connection Count
    nullablenumber
  • current_company
    Current Company
    array
  • current_title
    Current Title
    array
  • current_company_url
    Current Company Url
    nullablearray
  • experience_company
    Experience Company
    nullablearray
  • experience_position
    Experience Position
    nullablearray
  • experience_description
    Experience Description
    nullablearray
  • experience_location
    Experience Location
    nullablearray
  • experience_duration
    Experience Duration
    nullablearray
  • experience_start_date
    Experience Start Date
    nullablearray
  • experience_end_date
    Experience End Date
    nullablearray
  • education_school
    Education School
    nullablearray
  • education_degree
    Education Degree
    nullablearray
  • education_field
    Education Field
    nullablearray
  • education_grade
    Education Grade
    nullablearray
  • education_period
    Education Period
    nullablearray
  • skill
    Skill
    array
  • skill_endorsement
    Skill Endorsement
    nullablearray
  • featured_link
    Featured Link
    nullablestring
  • featured_title
    Featured Title
    nullablestring
  • related_profile_name
    Related Profile Name
    nullablearray
  • related_profile_url
    Related Profile Url
    nullablearray
  • related_profile_headline
    Related Profile Headline
    nullablearray

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/apify-linkedin-profile-search. Auth: x-api-key.

cURL · api.texau.app
84ms
POST/v1/apify-linkedin-profile-search
curl -X POST 'https://v3-api.texau.com/api/v1/apify-linkedin-profile-search' \
  -H 'x-api-key: $TEXAU_API_KEY' \
  -H 'content-type: application/json' \
  -d '{"search_query":"sample-value","limit":1,"current_company":"Acme, Inc.","past_company":"Acme, Inc.","current_job_title":"sample-value","location":"sample-value"}'
200 Accepted
{
  "ok": true,
  "data": {
    "public_identifier": "sample",
    "full_name": "sample",
    "last_name": "sample",
    "headline": "sample",
    "linkedin_url": "https://acme.com",
    "location_city": "sample",
    "location_country": 1,
    "about": "sample",
    "object_urn": "sample",
    "registered_at": "sample",
    "open_to_work": true,
    "is_verified": true,
    "is_premium": true,
    "is_influencer": true,
    "profile_photo": "sample",
    "cover_photo": "sample",
    "follower_count": 1,
    "connection_count": 1,
    "current_company": "sample",
    "current_title": "sample",
    "current_company_url": "https://acme.com",
    "experience_company": "sample",
    "experience_position": "sample",
    "experience_description": "sample",
    "experience_location": "sample",
    "experience_duration": "sample",
    "experience_start_date": "sample",
    "experience_end_date": "sample",
    "education_school": "sample",
    "education_degree": "sample",
    "education_field": "sample",
    "education_grade": "sample",
    "education_period": "sample",
    "skill": "sample",
    "skill_endorsement": "sample",
    "featured_link": "sample",
    "featured_title": "sample",
    "related_profile_name": "sample",
    "related_profile_url": "https://acme.com",
    "related_profile_headline": "sample"
  }
}

Output

Results land in a TexAu table.

Sample rows below.

Real result preview coming soon.

InputStatusScore
[email protected]valid96
[email protected]risky54
[email protected]invalid12

Workflow

A real example.

Trigger → search linkedin profiles (apify) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2Search LinkedIn Profiles (Apify)Apify action runs.
Step 3EnrichWaterfall fills missing fields.
Step 4Push to CRMHubSpot / Salesforce / Pipedrive.

Built for

Who runs this.

GTM EngineerRevOpsAgency

Reliability

Rate limits & reliability.

  • Per-minute limit30 / min
  • Per-day limit1,000 / day
  • RetriesAutomatic w/ backoff
  • ModeSync

Errors

HTTP status codes.

What each response means and what to do about it.

CodeCauseFix
200 OKAction ran. Data in `data`.Read response.
400 Bad RequestMissing or malformed input.Validate against the input schema.
401 UnauthorizedMissing or invalid `x-api-key`.Re-issue from /api-platform.
403 ForbiddenWorkspace lacks plan tier.Upgrade or contact sales.
404 Not FoundAction key not recognized.Verify the slug.
429 Rate LimitedPer-minute or per-day cap hit.Backoff; reduce concurrency.
500 Server ErrorUnexpected TexAu issue.Retry with backoff.
502 Bad GatewayUpstream provider 5xx.Retry; we surface root cause.
504 TimeoutUpstream slower than maxLatency.Switch to `isAsync` polling.

Pricing

What it costs to run.

Standard tier

Pricing tier on /pricing. Per-action credit cost is private.

FAQ.

  • Is this real-time?

    Yes. Synchronous actions return in ~1–4 s. Long-running work uses async polling (see status 504 → switch to async).

  • Do I get charged on failure?

    No. Verified failures cost zero credits. Provider miss / 5xx / timeout cascade to the next provider in the waterfall when applicable.

  • Does it work with Claude / Cursor via MCP?

    Yes. Add the texau MCP server to your client config, then call `texau__apify-...` directly.

  • What CRMs can I push results to?

    HubSpot, Salesforce, Pipedrive, Zoho, and GoHighLevel are bidirectional. Smartlead, Instantly, Lemlist, HeyReach, Apollo Sequences, and Reply.io for outbound.

Run Search LinkedIn Profiles (Apify) in 60 seconds.

Pull your API key, paste the cURL, ship to your CRM.