Documentation Index
Fetch the complete documentation index at: https://docs.encrata.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Encrata supports two bulk operation modes:- Inline bulk — Send an array of queries in a single POST request (up to 100 items)
- Async bulk jobs — Upload a CSV file for background processing (up to 10,000 rows)
Inline Bulk Endpoints
These endpoints accept an array of queries and return results synchronously. Best for smaller batches (≤100 items).Bulk Email Lookup
Array of email addresses to enrich (max 1,000).
Bulk Google Search
Array of search queries (max 100).
Bulk Company Search
Array of company names or domains (max 100).
Bulk Domain Search
Array of domain names (max 100).
Bulk IP Search
Array of IP addresses (max 100).
Async Bulk Jobs
For large-scale operations (100–10,000 records), use async bulk jobs. Upload a CSV, and results are processed in the background.Create Bulk Job
| Field | Type | Required | Description |
|---|---|---|---|
file | file | Yes | CSV file with queries |
type | string | Yes | Lookup type: email, phone, company, domain, ip, darkweb |
column | string | No | Column name containing the queries (auto-detected if omitted) |
Get Bulk Job Status
queued, processing, completed, failed, cancelled
Download Results
Cancel Bulk Job
Credits
Each row in a bulk operation consumes credits at the standard rate for that lookup type. Failed lookups (invalid input) do not consume credits.| Lookup Type | Credits per Row |
|---|---|
| 1 | |
| Phone | 1 |
| Company | 1 |
| Domain | 1 |
| IP | 1 |
| Dark Web | 1 |
| Google Search | 1 |
Webhooks
When a bulk job completes, thebulk_job.completed webhook event is fired if you have webhooks configured.