LIMOVA - Recherche d’Entreprises LinkedIn Automation
Route
Rechercher des entreprises
POST/linkedinAutomation/companies/search
Recherche des entreprises LinkedIn selon différents critères.
Corps de requête :
/linkedinAutomation/companies/search
Recherche des entreprises LinkedIn selon différents critères.
Corps de requête :
{
"type": "object",
"properties": {
"location": {
"type": "string"
},
"sector": {
"type": "string"
},
"keyword": {
"type": "string"
},
"company_size": {
"type": "string"
},
"total_results": {
"type": "number",
"default": 10
},
"country": {
"type": "string",
"default": "FR"
}
}
}
{
"$ref": "#/components/schemas/CompanySearchResponse"
}