Access required — This endpoint is available to approved accounts only. Contact us to request access.
curl --location --request GET 'https://dev.enrich.so/api/v3/count-estimate/665b2a3f4c5d6e0013fgh002' \
--header 'x-api-key: <api-key>'{
"success": true,
"data": {
"batchId": "665b2a3f4c5d6e0013fgh002",
"status": "completed",
"companyUrl": "https://linkedin.com/company/stripe",
"message": "Count estimation complete. Found 8542 followers matching your criteria.",
"createdAt": "2025-06-03T14:30:00.000Z",
"completedAt": "2025-06-03T14:31:15.000Z",
"data": {
"totalCount": 8542,
"functionBreakdown": [
{
"functionName": "Engineering",
"functionId": "8",
"count": 3200,
"percentage": 37.5
},
{
"functionName": "Sales",
"functionId": "25",
"count": 1850,
"percentage": 21.7
}
],
"filtersApplied": {
"departments": [
"Engineering",
"Sales"
]
}
}
},
"meta": {
"requestId": "664f2b3c9a1e4d0012abcdef"
}
}