company_id ou company_public_id no $filter.{
"$filter": {
"company_public_id": "driva-tech",
"job_title": ["MARKETING", "FINANCEIRO", "COBRANCA"],
"seniority": ["GERENTE", "C-SUITE / DIRETOR", "COORDENADOR"]
},
"$page": 0,
"$size": 5
}| Campo | Tipo | Obrigatório | Descrição |
|---|---|---|---|
company_id | number | * | ID da empresa no LinkedIn |
company_public_id | string | * | ID público da empresa (ex: "driva-tech") |
job_title | string | string[] | Não | Cargo (busca fuzzy, acentos removidos automaticamente) |
seniority | string | string[] | Não | Senioridade (valores validados) |
area | string | string[] | Não | Área / departamento (valores validados) |
company_id ou company_public_id.C-SUITE / DIRETOR, GERENTE, COORDENADOR, SUPERVISOR, ESPECIALISTA, ANALISTA, ESTAGIARIO / TRAINEE, OUTROS$page: Número da página (default: 0)$size: Quantidade por página (default: 5, máximo: 1000)curl --location --request POST 'https://api.kipflow.io/social/v1/personas/search' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"$filter": {
"company_id": 82641050,
"company_public_id": "driva-tech",
"job_title": [
"CREDITO",
"COLLECTIONS",
"COBRANCA"
],
"seniority": [
"GERENTE",
"C-SUITE / DIRETOR"
],
"area": [
"TECNOLOGIA",
"DADOS"
]
},
"$page": 0,
"$size": 5
}'{
"success": true,
"data": [
{
"area": "TECNOLOGIA",
"city": "SAO PAULO",
"country": "BRASIL",
"current_company": "Empresa Tech LTDA",
"current_company_id": 123456,
"current_company_public_id": "empresa-tech",
"current_company_url": "linkedin.com/company/empresa-tech",
"current_job_title": "Desenvolvedor de Software",
"education": [
{
"degree": [
"Bacharelado em Engenharia",
"Engenharia de Computação"
],
"description": "Activities and Societies: Programa de Educação Tutorial",
"end_time": "2025",
"image_url": "string",
"institution_name": "Universidade Tecnológica Federal do Paraná",
"social_url": "https://www.linkedin.com/school/utfpr-oficial/",
"start_time": "2020"
}
],
"experience": [
{
"company_name": "Driva",
"duration": "6 months",
"end_time": "Present",
"image_url": "string",
"job_description": "- Lead product initiatives across a B2B intelligence platform",
"location": "Curitiba, Paraná, Brasil",
"position": "Tech Manager",
"social_url": "https://www.linkedin.com/company/driva-tech",
"start_time": "Apr 2025"
}
],
"first_name": "João",
"full_name": "João Silva",
"last_name": "Silva",
"profile_id": "abc123def456",
"profile_image_url": "string",
"profile_public_id": "joao-silva-123456",
"profile_url": "linkedin.com/in/joao-silva-123456",
"seniority": "PLENO",
"state": "SAO PAULO"
}
],
"pagination": {
"page": 0,
"size": 5,
"total": 42
},
"cost": 2.45,
"costFormatted": "R$ 2.45"
}