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
annual_revenue
object
company_headcounts
enum<string>[]
Available options:
1-10,
11-50,
51-200,
201-500,
501-1000,
1001-5000,
5001-10000,
10001+
Example:
["1001-5000", "5001-10000"]
company_headcount_growth
object
department_headcount
object
department_headcount_growth
object
headquarters_location
integer[]

Learn how to find a geo_code

Example:
[103644278]
headquarters_location_exclude
integer[]

To exclude some locations. Learn how to find a geo_code

Example:
[103644278]
industry_codes
integer[]

All industry codes could be found on this page.

Example:
[3, 4]
industry_codes_exclude
integer[]

All industry codes could be found on this page.

Example:
[5, 6]
hiring_on_linkedin
enum<string>
Available options:
true,
false
Example:

"false"

recent_activities
enum<string>[]
Available options:
Senior leadership changes in last 3 months,
Funding events in past 12 months
Example:
[]
technologies_used
enum<string>[]
Available options:
jQuery,
Apache HTTP Server,
Let's Encrypt,
Google Analytics,
Google Marketing Platform,
Google Tag Manager,
Google Search Central,
WordPress.com Hosting,
Google Ads,
NGINX Plus,
jQuery UI,
cdnjs,
jsDelivr CDN,
GoDaddy Premium DNS,
Google Cloud Web Hosting,
Google Workspace,
React,
YouTube,
Amazon CloudFront,
Microsoft Outlook,
Microsoft Exchange,
PayPal,
Sectigo EV SSL Certificates,
DigiCert Secure Site Pro SSL,
AdSense,
GeoTrust QuickSSL Premium,
Sentry,
WordPress.org,
AddThis,
Jetpack,
Aura Managed CDN,
Ruby on Rails,
WhatsApp Business,
Varnish Enterprise,
Stripe,
Shutterstock,
Wix Forms & Payments,
Hotjar | by Contentsquare,
WPForms,
Ionos Web Hosting,
MooTools Core,
Bing Webmaster Tools,
AIOSEO,
TikTok,
Wix Velo,
Hetzner Web Hosting,
Cloudflare Bot Management,
Squarespace,
Gravity Forms,
Amazon EC2,
Google Identity,
CentOS,
Apple Pay,
Wordfence,
Joomla!,
Debian,
LiteSpeed Cache,
W3 Total Cache,
Matomo,
Hostgator Web Hosting,
Wix eCommerce,
Divi,
WP Rocket,
Vue.js,
AngularJS,
Amazon Simple Storage Service (S3),
YUI,
Vimeo,
Ubuntu,
Visual Composer Website Builder,
Amazon Route 53,
GoDaddy Professional Business Email,
OpenSSL library,
Cloudflare DNS,
WooCommerce,
Mailchimp,
Cloudflare SSL / TLS,
LiteSpeed Web Server,
Elementor,
GoDaddy Managed SSL Service,
Pinterest,
Facebook Ads Manager,
Facebook for Media,
Bootstrap,
Meta for Business,
GSAP,
ComodoCA DV SSL Certificates,
GeoTrust QuickSSL Premium Wildcard,
PositiveSSL DV Wildcard Certificate,
ASP.NET,
Google Cloud Platform,
Facebook SDK for JavaScript,
cPanel & WHM,
Yoast,
Cloudflare CDN,
reCAPTCHA,
Internet Information Services,
Google Maps,
Video.js,
Shopify
Example:
[
  "jQuery",
  "Apache HTTP Server",
  "Let's Encrypt"
]
number_of_followers
enum<string>[]
Available options:
1-50,
51-100,
101-1000,
1001-5000,
5001+
Example:
["1-50"]
fortune
enum<string>[]
Available options:
Fortune 50,
Fortune 51-100,
Fortune 101-250,
Fortune 251-500
Example:
["Fortune 50"]
keywords
string
Example:

""

limit
integer
Example:

1000

Response

200
application/json
Success.
message
string
Example:

"Use this request_id to check your search with 'Check Search Companies Status' endpoint"

request_id
string
Example:

"ba072fac0b38d12378ef5023742f0184s34e1i8n2a7p0m9o"