← Tools Reference

GetProspect

GetProspect integration (Marketing, Data). Imported from open-connector.

API key5 toolshttps://api.getprospect.com
GET
getprospect_find_email
Find a prospect's business email address from a person name and a company domain or company name.

/v2/email-finder

5 parameters
ParamTypeRequiredDescription
full_namestringoptionalThe contact's full name. Use instead of first_name plus last_name when availabl…
first_namestringoptionalThe contact's first name. Required with last_name when full_name is not provide…
last_namestringoptionalThe contact's last name. Required with first_name when full_name is not provide…
domainstringoptionalThe company domain. GetProspect recommends this instead of company for better r…
companystringoptionalThe company name. Use as a fallback when the company domain is not available.
GET
getprospect_verify_email
Verify a single email address and return its deliverability status from GetProspect.

/v2/email-verifier

1 parameter
ParamTypeRequiredDescription
emailstringoptionalThe email address you want to verify.
GET
getprospect_lookup_email
Look up a saved GetProspect contact profile by email address and return the normalized contact details.

/public/v1/email/lookup

1 parameter
ParamTypeRequiredDescription
emailstringoptionalThe email address you want to look up.
POST
getprospect_search_leads
Search GetProspect's B2B lead database with structured lead filters and paginated results.

/public/v1/insights/contacts

5 parameters
ParamTypeRequiredDescription
pageSizeintegeroptionalHow many records to return per page.
pageNumberintegeroptionalThe 1-based page number used to paginate through the results.
sortstringoptionalThe field used to sort lead search results.
orderstringoptionalThe sort order to apply to the search results.
filtersobjectoptionalThe body payload for the GetProspect lead search endpoint.
POST
getprospect_search_companies
Search GetProspect's company database with structured company filters and paginated results.

/public/v1/insights/companies

5 parameters
ParamTypeRequiredDescription
pageSizeintegeroptionalHow many records to return per page.
pageNumberintegeroptionalThe 1-based page number used to paginate through the results.
sortstringoptionalThe field used to sort company search results.
orderstringoptionalThe sort order to apply to the search results.
filtersobjectoptionalThe body payload for the GetProspect company search endpoint.