Skip to main content
POST
cURL

Authorizations

x-api-key
string
header
required

Provide your API key in the x-api-key header.

Body

application/json
company_domain
string
required

Company domain or website to search contacts from.

personas
object[]
required

Personas to use to search and filter contacts within the company

Minimum array length: 1
webhook_url
string<uri>
required

Webhook endpoint to receive results.

company_name
string

Company name to search contacts from.

company_linkedin_url
string

Company LinkedIn URL used to search contacts, increasing result coverage and accuracy by 25%.

included_locations
enum<string>[]

List of country codes (ISO 3166-1 alpha-2) to include in the search.

ISO 3166-1 alpha-2 country code

Available options:
AF,
AL,
DZ,
AS,
AD,
AO,
AI,
AQ,
AG,
AR,
AM,
AW,
AU,
AT,
AZ,
BS,
BH,
BD,
BB,
BY,
BE,
BZ,
BJ,
BM,
BT,
BO,
BQ,
BA,
BW,
BV,
BR,
IO,
BN,
BG,
BF,
BI,
CV,
KH,
CM,
CA,
KY,
CF,
TD,
CL,
CN,
CX,
CC,
CO,
KM,
CD,
CG,
CK,
CR,
HR,
CU,
CW,
CY,
CZ,
CI,
DK,
DJ,
DM,
DO,
EC,
EG,
SV,
GQ,
ER,
EE,
SZ,
ET,
FK,
FO,
FJ,
FI,
FR,
GF,
PF,
TF,
GA,
GM,
GE,
DE,
GH,
GI,
GR,
GL,
GD,
GP,
GU,
GT,
GG,
GN,
GW,
GY,
HT,
HM,
HN,
HK,
HU,
IS,
IN,
ID,
IR,
IQ,
IE,
IM,
IL,
IT,
JM,
JP,
JE,
JO,
KZ,
KE,
KI,
KR,
KW,
KG,
LA,
LV,
LB,
LS,
LR,
LY,
LI,
LT,
LU,
MO,
MG,
MW,
MY,
MV,
ML,
MT,
MH,
MQ,
MR,
MU,
YT,
MX,
FM,
MD,
MC,
MN,
ME,
MS,
MA,
MZ,
MM,
NA,
NR,
NP,
NL,
NC,
NZ,
NI,
NE,
NG,
NU,
NF,
MP,
NO,
OM,
PK,
PW,
PS,
PA,
PG,
PY,
PE,
PH,
PN,
PL,
PT,
PR,
QA,
MK,
RO,
RU,
RW,
RE,
BL,
SH,
KN,
LC,
MF,
PM,
VC,
WS,
SM,
ST,
SA,
SN,
RS,
SC,
SL,
SG,
SX,
SK,
SI,
SB,
SO,
ZA,
GS,
SS,
ES,
LK,
SD,
SR,
SJ,
SE,
CH,
SY,
TW,
TJ,
TZ,
TH,
TL,
TG,
TK,
TO,
TT,
TN,
TR,
TM,
TC,
TV,
UG,
UA,
AE,
GB,
UM,
US,
UY,
UZ,
VU,
VE,
VN,
VG,
VI,
WF,
EH,
YE,
ZM,
ZW,
AX
included_cities
string[]

List of city names to filter contacts by. Unlike included_locations, cities are not used as a search filter: contacts are sourced first, then only those whose location contains one of these cities are returned. City spelling is revalidated against included_locations, so both local and English spellings work (Bruxelles / Brussels, Zürich / Zurich), and combining included_cities: ["Paris"] with included_locations: ["FR"] excludes Paris, Texas. A contact whose city cannot be determined is not returned.

Example:
limit
number

Defines the maximum number of contacts to retrieve

disable_company_info
boolean

Disable enrichment of company information for each contact, such as industry, size, etc. This option is useful if you only want to retrieve contact information without any company details.

seniority_levels
enum<string>[]

List of seniority levels to filter contacts by.

Seniority level of a contact.

Available options:
owner,
founder,
c-suite,
partner,
vp,
head,
director,
manager,
senior,
entry,
intern
custom
object

Response

Sourcing contacts successfully created

Response indicating the sourcing job has been created.

Example:

"Sourcing started for company Acme Corp"