POST
/
search-employees
curl --request POST \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/search-employees \
  --header 'Content-Type: application/json' \
  --header 'x-rapidapi-key: <api-key>' \
  --data '{
  "current_company_ids": [
    162479,
    1053
  ],
  "title_keywords": [
    "Director",
    "Operation"
  ],
  "company_headcounts": [
    "1001-5000",
    "5001-10000"
  ],
  "functions": [
    "Accounting",
    "Administrative"
  ],
  "geo_codes": [
    103644278,
    102299470
  ],
  "past_company_ids": [
    1009
  ],
  "industry_codes": [
    3,
    4
  ],
  "seniority_levels": [],
  "year_in_current_company": [],
  "year_in_current_position": [],
  "years_of_experience": [],
  "current_company_names": [
    "Apple",
    "Microsoft"
  ],
  "past_company_names": [
    "Apple",
    "Microsoft"
  ],
  "company_type": [],
  "company_headquarter_location_ids": [],
  "company_headquarter_location_ids_exclude": [],
  "seniority_levels_exclude": [],
  "past_job_titles": [
    "CEO"
  ],
  "current_company_ids_exclude": [],
  "title_keywords_exclude": [
    "Sales"
  ],
  "functions_exclude": [],
  "geo_codes_exclude": [
    105080838,
    102257491
  ],
  "past_company_ids_exclude": [
    1009
  ],
  "past_job_titles_exclude": [
    "Founder"
  ],
  "industry_codes_exclude": [
    5,
    6
  ],
  "first_name": "",
  "last_name": "",
  "profile_languages": [],
  "school_ids": [
    123456
  ],
  "school_ids_exclude": [
    654321
  ],
  "changed_jobs": "false",
  "posted_on_linkedin": "false",
  "mentioned_in_news": "false",
  "keywords": "system",
  "zipcode_ids": [
    90001
  ],
  "radius": 5,
  "limit": 25
}'
{
  "message": "Use this request_id to check your search with 'Check Search Status' endpoint",
  "request_id": "0bb8360c779317e5f6fc1722a8bd26a1"
}

Streamline your Sales Navigator lead searches effortlessly without connecting your own account or cookies.

🛠 How the Process Works

  • Launch your search with specific criteria via this endpoint.
  • This endpoint returns a request_id, allowing you to track progress through the Check Search Status endpoint.
  • This step alone costs 50 credits, even if the search returns 0 results.

Step 2️⃣: Monitor Search Progress

Step 3️⃣: Retrieve Results

  • Once the search is complete, access the results via the Get Search Results endpoint.
  • Retrieving each result incurs 0.5 credits. For example, fetching 1000 results will consume 500 credits (not include 50 credits at step 1).

💡 For better understanding and demo code, please follow this tutorial

Authorizations

x-rapidapi-key
string
header
required

Body

application/json

Response

200
application/json

Success.

The response is of type object.