Welcome to Tomba Docs! Create a free Tomba account and gain instant access to 400+ million contacts!
Tomba

Finder

Endpoint:https://api.tomba.io/v1

GET
https://api.tomba.io/v1
/domain-search

Search emails are based on the website You give one domain name and it returns all the email addresses found on the internet.

Domain Searchquery Parameters

  • domainstring · required

    Domain name from which you want to find the email addresses. For example, "stripe.com"

  • pageinteger · int32

    Specifies the number of email addresses to skip. The default is 1.

    Default: 1
  • limitstring · enum

    Specifies the max number of email addresses to return.

    Enum values:
    10
    20
    50
    Default: 10
  • departmentstring · enum

    Get only email addresses for people working in the selected department(s).

    Enum values:
    engineering
    sales
    finance
    hr
    it
    marketing
    operations
    management

Domain SearchResponses

    • organizationobject
    • emailsobject[]

Email Finder

GET
https://api.tomba.io/v1
/email-finder

generates or retrieves the most likely email address from a domain name, a first name and a last name.

Email Finderquery Parameters

  • domainstring · required

    Domain name from which you want to find the email addresses. For example, "stripe.com"

  • first_namestring · required

    The person's first name. It doesn't need to be in lowercase.

  • last_namestring · required

    The person's last name. It doesn't need to be in lowercase.

Email FinderResponses

    • emailstring
    • first_namestring
    • last_namestring
    • full_namestring
    • countrystring · nullable
    • positionstring · nullable
    • twitterstring · nullable
    • linkedinstring · nullable
    • phone_numberstring · nullable
    • accept_allboolean
    • website_urlstring
    • companystring
    • scoreinteger · int32
    • verificationobject
    • sourcesobject[]

Phone Finder

GET
https://api.tomba.io/v1
/phone-finder

Search phone are based on the email You give one email and it returns phone data.

Phone Finderquery Parameters

  • emailstring · required

    The email address you want to find phone.

Phone FinderResponses

    • dataobject

Author Finder

GET
https://api.tomba.io/v1
/author-finder

This API endpoint generates or retrieves the most likely email address from a blog post url.

Author Finderquery Parameters

Author FinderResponses

    • emailstring
    • first_namestring
    • last_namestring
    • full_namestring
    • countrystring · nullable
    • positionstring · nullable
    • twitterstring · nullable
    • linkedinstring · nullable
    • phone_numberstring · nullable
    • accept_allboolean
    • website_urlstring
    • companystring
    • scoreinteger · int32
    • verificationobject
    • sourcesobject[]

Linkedin Finder

GET
https://api.tomba.io/v1
/linkedin

This API endpoint generates or retrieves the most likely email address from a Linkedin URL.

Linkedin Finderquery Parameters

Linkedin FinderResponses

    • emailstring
    • first_namestring
    • last_namestring
    • full_namestring
    • countrystring · nullable
    • positionstring · nullable
    • twitterstring · nullable
    • linkedinstring · nullable
    • phone_numberstring · nullable
    • accept_allboolean
    • website_urlstring
    • companystring
    • scoreinteger · int32
    • verificationobject
    • sourcesobject[]

Email Enrichment

GET
https://api.tomba.io/v1
/enrich

enrichment lets you look up person and company data based on an email, For example, you could retrieve a person’s name, location and social handles from an email

Email Enrichmentquery Parameters

  • emailstring · required

    The email address to find data.

Email EnrichmentResponses

    • emailstring
    • first_namestring
    • last_namestring
    • full_namestring
    • countrystring · nullable
    • positionstring · nullable
    • twitterstring · nullable
    • linkedinstring · nullable
    • phone_numberstring · nullable
    • accept_allboolean
    • website_urlstring
    • companystring
    • scoreinteger · int32
    • verificationobject
    • sourcesobject[]