Access required — This endpoint is available to approved accounts only. Contact us to request access.
webhookUrl to automatically receive one webhook per follower profile as it's scraped, plus a final completion callback when the job finishes. No separate flag needed — providing the URL enables per-result webhooks.curl --location --request POST 'https://dev.enrich.so/api/v3/company-follower' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyUrl": "https://linkedin.com/company/stripe",
"max_limit": 500
}'{
"success": true,
"data": {
"batchId": "665a1f4e2c3b7800129dce01",
"message": "Job started. Use the progress endpoint to track status."
},
"meta": {
"requestId": "664f2b3c9a1e4d0012abcdef",
"creditsReserved": 50000,
"creditsPerItem": 100,
"estimatedCredits": 50000
}
}