Access required — approved accounts only. Contact us to request access.
/company-follower endpoint with the original batch id as the batchId query parameter and an empty body. The presence of batchId switches the endpoint from “start a new scrape” to “continue”.partial and that is less than 3 days old can be continued (after 3 days the per-filter diagnostics used to target the gap have expired → 410 Gone). A fully completed batch, or one already being continued, returns 409 Conflict. If nothing is recoverable (every filter already delivered, or the remaining gap is unreachable) you get 422.batchId with the progress and results endpoints; the continue tops up that same batch.curl --location 'https://dev.enrich.so/api/v3/company-follower?batchId=665a1f4e2c3b7800129dce01' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{}'{
"success": true,
"data": {
"batchId": "665a1f4e2c3b7800129dce01",
"message": "Continuing scrape for the remaining 7076 profile(s).",
"estimatedAdditional": 7076
},
"meta": {
"requestId": "664f2b3c9a1e4d0012abcdef",
"creditsReserved": 707600,
"creditsPerItem": 100
}
}