Wiza

Find, enrich, and verify B2B contact data with Wiza

Wiza is a B2B contact data platform that finds and verifies emails and phone numbers for sales, recruiting, and marketing teams. Wiza pairs a global prospect database with real-time enrichment, so the data you act on stays accurate and deliverable.

With Wiza, you can:

  • Search a global prospect database: Find people using person, company, and financial filters
  • Enrich companies: Resolve firmographic data from a name, domain, or LinkedIn URL
  • Reveal individual contacts: Get verified work emails, personal emails, and mobile phone numbers
  • Track credit usage: Check remaining email, phone, export, and API credits at any time

In Sim, the Wiza integration lets your agents drive prospecting and enrichment workflows end-to-end:

  • Prospect Search: Use wiza_prospect_search to discover prospects matching detailed filters.
  • Company Enrichment: Use wiza_company_enrichment to enrich a company from name, domain, LinkedIn ID, or LinkedIn slug.
  • Start Individual Reveal: Use wiza_start_individual_reveal to begin enrichment for a contact via LinkedIn URL, name + company, or email — with configurable enrichment depth (none, partial, phone, full).
  • Get Individual Reveal: Use wiza_get_individual_reveal to poll a reveal and retrieve verified emails, phones, and full company context.
  • Get Credits: Use wiza_get_credits to monitor remaining credit balances before scaling up runs.

Individual reveals are asynchronous: start a reveal, then poll wiza_get_individual_reveal until is_complete is true. Combine these tools to build agents that source, enrich, and qualify leads on demand — without leaving your workflow.

Usage Instructions

Wiza API Key Setup

Wiza authenticates via API key. To get yours:

  1. Log in to your Wiza account.
  2. Open Settings → API and generate a new API key (or copy an existing one).
  3. In Sim, open the Wiza block and paste the key into the Wiza API Key field.

The same key is used for every Wiza operation. Wiza enforces a rate limit of 30 requests per minute (43,200 per day) per key.

Individual Reveals Are Asynchronous

wiza_start_individual_reveal returns immediately with a reveal id and a status of queued or resolving. To retrieve the enriched contact data, call wiza_get_individual_reveal with that id and check is_complete. Possible statuses are queued, resolving, finished, and failed.

For real-time delivery without polling, pass a callback_url when starting the reveal — Wiza will POST the completed payload to that URL.

Enrichment Levels and Credits

When starting an individual reveal, choose the enrichment level that matches the data you need:

  • none — Identity only, no contact info (no credit spend)
  • partial — Verified work email (email credits)
  • phone — Mobile phone (phone credits)
  • full — Email + phone (email + phone credits)

Use wiza_get_credits to monitor remaining email, phone, export, and API credits before running large batches.

Integrates Wiza into the workflow. Search prospects, enrich companies, reveal verified emails and phone numbers for individuals, and check your account credit balance.

Tools

Search Wiza

Input

ParameterTypeRequiredDescription
apiKeystringYesWiza API key
sizenumberNoNumber of sample profiles to return (0-30, default 0)
filtersobjectNoFull filters object (overrides individual filter params if provided)
first_namearrayNoExact first names to match (e.g., ["John", "Jane"])
last_namearrayNoExact last names to match
job_titlearrayNoJob titles to include/exclude (e.g., [{"v":"CEO","s":"i"},{"v":"CTO","s":"e"}])
job_title_levelarrayNoSeniority levels (e.g., ["cxo", "director", "manager"])
job_rolearrayNoJob role categories (e.g., ["sales", "engineering", "marketing"])
job_sub_rolearrayNoDetailed role categories (e.g., ["software", "product"])
locationarrayNoPerson's location filters (city/state/country with include/exclude)
skillarrayNoProfessional skills (e.g., ["python", "marketing"])
schoolarrayNoEducational institutions
majorarrayNoField of study
linkedin_slugarrayNoLinkedIn profile slugs
job_companyarrayNoCurrent company filters (include/exclude)
past_companyarrayNoPast company filters
company_locationarrayNoCompany HQ location filters
company_industryarrayNoCompany industry filters (include/exclude)
company_sizearrayNoCompany headcount brackets (e.g., ["1-10", "11-50", "51-200"])
company_typearrayNoCompany type (e.g., ["private", "public", "educational"])

Output

ParameterTypeDescription
totalnumberTotal number of matching prospects
profilesarraySample profiles matching the filter criteria

wiza_company_enrichment

Enrich a company by name, domain, LinkedIn ID, or LinkedIn slug with detailed firmographic data

Input

ParameterTypeRequiredDescription
apiKeystringYesWiza API key
company_namestringNoCompany name (e.g., "Wiza")
company_domainstringNoCompany domain (e.g., "wiza.co")
company_linkedin_idstringNoCompany LinkedIn ID
company_linkedin_slugstringNoCompany LinkedIn slug from the URL

Output

ParameterTypeDescription
company_namestringCompany name
company_domainstringCompany domain
domainstringDomain
company_industrystringIndustry
company_sizenumberEmployee count
company_size_rangestringHeadcount range
company_foundednumberYear founded
company_revenue_rangestringRevenue range
company_fundingstringTotal funding
company_typestringCompany type
company_descriptionstringDescription
company_tickerstringStock ticker
company_last_funding_roundstringLast funding round
company_last_funding_amountstringLast funding amount
company_last_funding_atstringLast funding date
company_locationstringFull location string
company_twitterstringTwitter URL
company_facebookstringFacebook URL
company_linkedinstringLinkedIn URL
company_linkedin_idstringLinkedIn ID
company_streetstringStreet address
company_localitystringCity
company_regionstringState/region
company_postal_codestringPostal code
company_countrystringCountry
creditsjsonRemaining API credits

wiza_start_individual_reveal

Start an individual reveal to enrich a contact via LinkedIn URL, name+company, or email

Input

ParameterTypeRequiredDescription
apiKeystringYesWiza API key
enrichment_levelstringYesEnrichment depth: none, partial, phone, or full
profile_urlstringNoLinkedIn profile URL (e.g., https://linkedin.com/in/johndoe\)
full_namestringNoFull name (used with company or domain)
companystringNoCompany name (used with full_name)
domainstringNoCompany domain (used with full_name)
emailstringNoEmail address (use alone or with other identifiers)
accept_workbooleanNoWhether to accept work emails (email_options)
accept_personalbooleanNoWhether to accept personal emails (email_options)
callback_urlstringNoOptional URL to receive a callback with the reveal update

Output

ParameterTypeDescription
idnumberIndividual reveal ID (use with Get Individual Reveal)
statusstringReveal status: queued, resolving, finished, or failed
is_completebooleanWhether the reveal has completed

wiza_get_individual_reveal

Retrieve the status and enriched data for an individual reveal by ID

Input

ParameterTypeRequiredDescription
apiKeystringYesWiza API key
idstringYesIndividual reveal ID returned from Start Individual Reveal

Output

ParameterTypeDescription
idnumberReveal ID
statusstringqueued | resolving | finished | failed
is_completebooleanWhether the reveal has completed
namestringFull name
companystringCompany name
enrichment_levelstringEnrichment level used
linkedin_profile_urlstringLinkedIn URL
titlestringJob title
locationstringLocation
emailstringPrimary email
email_typestringEmail type
email_statusstringvalid | risky | unfound
emailsarrayAll emails found
mobile_phonestringMobile phone
phone_numberstringDirect/office phone
phone_statusstringfound | unfound
phonesarrayAll phones found
company_sizenumberEmployee count
company_size_rangestringHeadcount range
company_typestringCompany type
company_domainstringCompany domain
company_localitystringCity
company_regionstringState/region
company_countrystringCountry
company_streetstringStreet
company_postal_codestringPostal code
company_foundednumberYear founded
company_fundingstringFunding total
company_revenuestringRevenue
company_industrystringIndustry
company_subindustrystringSubindustry
company_linkedinstringCompany LinkedIn URL
company_locationstringFull company location
company_descriptionstringCompany description
creditsjsonRemaining credits balance

wiza_get_credits

Retrieve the remaining credits on your Wiza account

Input

ParameterTypeRequiredDescription
apiKeystringYesWiza API key

Output

ParameterTypeDescription
email_creditsjsonRemaining email credits (number or "unlimited")
phone_creditsjsonRemaining phone credits (number or "unlimited")
export_creditsnumberRemaining export credits
api_creditsnumberRemaining API credits

On this page