Icon

Extract API

Run extraction workflows for employees, website info, pages, and technologies.

Parameters

FieldTypeRequiredDescription
modestringrequiredemployees | website-info | pages | technologies
urlstringrequired*Target URL. Required if not using bulk.
urlsstring[]optionalArray of URLs for bulk processing.
bulkLabelstringoptionalLabel for identifying bulk jobs.
ephemeralbooleanoptionalIf true, the job is deleted after completion.
jobIdstringoptionalCustom job ID instead of an auto-generated one.
cURL
Copied
1curl -X POST "https://api.flidata.com/api/extract/start" \
2 -H "Authorization: Bearer YOUR_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d '{"mode":"employees","url":"https://example.com"}'