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

Enrichment

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

Company API

GET
https://api.tomba.io/v1
/companies/find

Our Company API lets you lookup company data via a domain

Company APIquery Parameters

  • domainstring · required

    The domain name for which you to find associated information.

Company APIResponses

    • idstring
    • namestring
    • legalNamestring
    • domainstring
    • domainAliasesstring[]
    • siteobject
    • categoryobject
    • tagsstring[]
    • descriptionstring
    • foundedYearnumber
    • locationstring
    • timeZonestring
    • utcOffsetnumber
    • geoobject
    • logostring
    • facebookobject
    • linkedinobject
    • twitterobject
    • crunchbaseobject
    • emailProviderboolean
    • typestring
    • ticker
    • identifiersobject
    • phone
    • metricsobject
    • indexedAtstring
    • techstring[]
    • techCategoriesstring[]
    • parentobject
    • ultimateParentobject

Person API

GET
https://api.tomba.io/v1
/people/find

The Person API enables you to fetch social details tied to an email address—everything from the individual’s name and location to their Twitter handle.

Person APIquery Parameters

  • emailstring · required

    The email address to find data.

Person APIResponses

    • nameobject
    • emailstring
    • locationstring
    • timeZonestring
    • utcOffsetnumber
    • geoobject
    • biostring
    • sitestring
    • avatarstring
    • employmentobject
    • facebookobject
    • githubobject
    • twitterobject
    • linkedinobject
    • gravatarobject
    • fuzzyboolean
    • emailProviderboolean
    • indexedAtstring
    • phonestring
    • activeAtstring
    • inactiveAtstring

Combined API

GET
https://api.tomba.io/v1
/combined/find

This endpoint expects an email address, and will return an object containing both the person and company (if found).

Combined APIquery Parameters

  • emailstring · required

    The email address to find data.

Combined APIResponses

    • personobject
    • companyobject