Source contacts at a company by persona, seniority level, and location. LikeDocumentation Index
Fetch the complete documentation index at: https://docs.lonescale.com/llms.txt
Use this file to discover all available pages before exploring further.
enrich, it is async by default — pass --wait to block until the job completes, or call lonescale result with the returned job ID.
Synopsis
Examples
Options
| Option | Description |
|---|---|
--domain <domain> | Required. Company website domain (e.g. acme.com). |
--personas <file> | Path to a JSON file with the personas array. |
--personas-inline <json> | Inline personas array. |
--company-name <name> | Company name. Helpful when the domain is ambiguous. |
--company-linkedin <url> | Company LinkedIn URL. Boosts accuracy by ~25 %. |
--locations <codes> | Comma-separated ISO country codes (see list below). |
--seniority <levels> | Comma-separated seniority levels (see list below). |
--limit <n> | Max contacts to return. |
--disable-company-info | Skip the company enrichment block in the response. |
--custom <json> | Custom metadata JSON, echoed back. |
--wait | Poll until the job completes (timeout 120 s by default). |
--sync | Use the synchronous endpoint (rate-limited to 5 req/min). |
--timeout <seconds> | Override the --wait / --sync timeout. |
Persona schema
job_titles is matched as partial / fuzzy — "VP Engineering" will pick up "VP, Engineering" and "VP of Engineering". Use exclude_job_titles to filter out look-alikes.
Allowed seniority levels
owner, founder, c-suite, partner, vp, head, director, manager, senior, entry, intern
Allowed location codes
AT, AU, BE, CA, CH, DE, DK, ES, FI, FR, GB, IE, IL, IT, LU, NL, NO, PT, SE, US
See the underlying endpoints
POST /trigger/source-contact (async) and POST /trigger/source-contact/sync (sync).
