POST
/
search-companies
curl --request POST \
  --url https://fresh-linkedin-profile-data.p.rapidapi.com/search-companies \
  --header 'Content-Type: application/json' \
  --header 'x-rapidapi-key: <api-key>' \
  --data '{
  "annual_revenue": {
    "min": 1,
    "max": 10,
    "currency": "CAD"
  },
  "company_headcounts": [
    "1001-5000",
    "5001-10000"
  ],
  "company_headcount_growth": {
    "min": -10,
    "max": 10
  },
  "department_headcount": {
    "min": 0,
    "max": 10,
    "department": "Accounting"
  },
  "department_headcount_growth": {
    "min": 0,
    "max": 10,
    "department": "Accounting"
  },
  "headquarters_location": [
    103644278
  ],
  "headquarters_location_exclude": [
    103644278
  ],
  "industry_codes": [
    3,
    4
  ],
  "industry_codes_exclude": [
    5,
    6
  ],
  "hiring_on_linkedin": "false",
  "recent_activities": [],
  "technologies_used": [
    "jQuery",
    "Apache HTTP Server",
    "Let'\''s Encrypt"
  ],
  "number_of_followers": [
    "1-50"
  ],
  "fortune": [
    "Fortune 50"
  ],
  "keywords": "",
  "limit": 1000
}'
{
  "message": "Use this request_id to check your search with 'Check Search Companies Status' endpoint",
  "request_id": "ba072fac0b38d12378ef5023742f0184s34e1i8n2a7p0m9o"
}

Automate LinkedIn Sales Navigator account searches without connecting your own account or cookies.

🛠 How the Process Works

  • Use this endpoint to make a search using your criteria.
  • This endpoint returns a request_id, allowing you to track progress through the Check Company Search Status endpoint.
  • This step alone costs 25 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 Companies endpoint.
  • Retrieving each profile incurs 0.3 credits. For example, fetching 1000 results will consume 300 credits (not include 25 credits at the 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.