| Item | Descrição |
|---|---|
| Autenticação | Header X-API-Key obrigatório |
| Custo | Consulte em platform.kipflow.io/pricing |
| Paginação | Máximo 50 resultados por página |
| Rate Limit | 5/seg • 100/min • 1000/hora |
$or, $and, $not, $gt, $lt e $in:{
"$filter": {
"$and": [
{
"sites_vinculados.is_ecommerce": true
},
{
"sites_vinculados.trafego_total": {
"$gte": 10000
}
},
{
"matriz": true
},
{
"situacao_cadastral": "ATIVA"
}
]
},
"$page": 0,
"$size": 1
}{
"$filter": {
"$and": [
{
"sites_vinculados.tecnologias": {
"$fuzzy": "microsoft"
}
}
]
},
"$page": 0,
"$size": 1
}$page: Número da página (default: 0)$size: Quantidade por página (default: 5, máximo: 50)curl --location 'https://api.kipflow.io/companies/v1/ecommerce' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"$filter": {
"$and": [
{
"sites_vinculados.is_ecommerce": true
},
{
"sites_vinculados.tecnologias": {
"$fuzzy": "microsoft"
}
},
{
"sites_vinculados.trafego_total": {
"$gte": 10000
}
},
{
"matriz": true
},
{
"situacao_cadastral": "ATIVA"
}
]
},
"$page": 0,
"$size": 1
}'{
"success": true,
"data": [
{
"cnpj": "00004309000150",
"ecommerce": {
"tem_ecommerce": true,
"qtde_sites_ecommerce": 1,
"plataformas": [],
"tecnologias": [
"JSDELIVR",
"GOOGLE TAG MANAGER",
"VARNISH",
"NGINX",
"FONT AWESOME",
"GOOGLE PAGESPEED"
],
"sites": [
{
"site": "dfveiculos.com.br",
"tecnologia_ecommerce": null,
"tecnologias": [
"JSDELIVR",
"GOOGLE TAG MANAGER",
"VARNISH",
"NGINX",
"FONT AWESOME",
"GOOGLE PAGESPEED"
]
}
]
}
}
],
"datasets": [
"ecommerce"
],
"pagination": {
"page": 0,
"size": 1,
"total": 4614
},
"pricing": {
"baseCost": 1.15,
"baseCostFormatted": "R$ 1.15",
"adjustedCost": 1.15,
"adjustedCostFormatted": "R$ 1.15",
"discount": "0.00%",
"tier": {
"min": 1,
"max": 1000,
"multiplier": 1
},
"monthlyUsage": 55,
"endpointKey": "companies"
},
"cost": 1.15,
"costFormatted": "R$ 1.15"
}