v1
latestOpenAPI 3.1.02026-07-2617125852.3 KBSuperSearchEnrichment
Enrich leads from supersearch
Add leads from SuperSearch to a list and enrich them. A list is automatically created if no list is provided.
post/api/v2/supersearch-enrichment/enrich-leads-from-supersearch
Request body
Example request
{
"search_filters": {
"locations": [
{
"place_id": "ChIJN1t_t3uEmsRUso9K6W47H4",
"label": "San Francisco, CA, USA"
}
],
"department": [
"Engineering"
],
"level": [
"Entry level"
],
"employeeCount": [
"0 - 25"
],
"revenue": [
"$1 - 10M"
],
"news": [
"launches"
],
"jobListing": [
"Software Engineer"
],
"jobListingFilter": [
"Software Engineer"
],
"title": {
"include": [
"CEO"
],
"exclude": [
"VP"
]
},
"name": [
"John Doe"
],
"company_name": {
"include": [
"Google"
],
"exclude": [
"Amazon"
]
},
"look_alike": "google.com",
"keyword_filter": {
"exclude": "sales",
"include": "marketing"
},
"industry": {
"exclude": [
"Agriculture & Mining"
],
"include": [
"Agriculture & Mining"
]
},
"subIndustry": {
"exclude": [
"Animation"
],
"include": [
"Animation"
]
},
"domains": [
"google.com"
],
"funding_type": [
"angel"
],
"signals": [
"job_change"
],
"skip_owned_leads": true,
"show_one_lead_per_company": true,
"location_mode": "contact"
},
"search_name": "Tech CEOs in San Francisco",
"work_email_enrichment": true,
"fully_enriched_profile": true,
"custom_flow": [
"instantly",
"findymail",
"leadmagic",
"icypeas",
"prospeo",
"wiza",
"contactout"
],
"signal_enrichment": [
"job_change"
],
"resource_id": "01234567-89ab-cdef-0123-456789abcdef",
"auto_update": true,
"skip_rows_without_email": true,
"list_name": "My List",
"limit": 100
}Response
Default Response
Example response
{
"id": "01234567-89ab-cdef-0123-456789abcdef",
"organization_id": "01234567-89ab-cdef-0123-456789abcdef",
"resource_id": "01234567-89ab-cdef-0123-456789abcdef",
"resource_type": 2,
"limit": 100,
"list_name": "Supersearch List (22 Sep 2025)",
"custom_flow": [
"instantly"
],
"background_job_id": "6a12f7882bf0c40356be515c",
"live_list_workflow_id": "01234567-89ab-cdef-0123-456789abcdef"
}