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
}'