placeholder
placeholder
placeholder
placeholder
placeholder
placeholder
placeholder
placeholder
placeholder
placeholder
placeholder
placeholder

Domain Search API

Find email addresses from a domain name with a simple API call.


@root:~$ curl --request GET \
  --url 'https://api.tomba.io/v1/domain-search?domain=stripe.com' \
  --header 'Content-Type: application/json' \
  --header 'X-Tomba-Key: ta_xxxx' \
  --header 'X-Tomba-Secret: ts_xxxx'
        

The Domain Search requires a domain name and returns a set of data about the organisation, the email address found and additional information about the people owning those email addresses.


{
    "data": {
        "organization": {
            "location": {
                "country": "US",
                "city": "San Francisco",
                "state": "California",
                "street_address": null
            },
            "social_links": {
                "twitter_url": "https:\/\/twitter.com\/stripe",
                "facebook_url": "https:\/\/www.facebook.com\/StripeHQ",
                "linkedin_url": "https:\/\/www.linkedin.com\/company\/2135371"
            },
            "disposable": false,
            "webmail": false,
            "website_url": "stripe.com",
            "phone_number": "",
            "industries": "internet",
            "postal_code": "94107",
            "employee_count": 976,
            "last_updated": "2021-01-09T05:51:19+01:00",
            "revenue": "150000",
            "accept_all": false,
            "pattern": "{first}",
            "domain_score": 30,
            "organization": "stripe"
        },
        "emails": [
            {
                "email": "nonprofit@stripe.com",
                "first_name": null,
                "last_name": null,
                "full_name": null,
                "phone_number": null,
                "type": "generic",
                "country": null,
                "position": null,
                "department": null,
                "seniority": null,
                "twitter": null,
                "linkedin": null,
                "accept_all": false,
                "pattern": "{first}",
                "score": 55,
                "verification": {
                    "date": null,
                    "status": null
                },
                "last_updated": "2021-01-22T13:01:41+01:00",
                "sources": [
                    {
                        "uri": "https:\/\/donatetools.com\/pricing",
                        "extracted_on": "2020-12-15 14:35:50",
                        "last_seen_on": "2021-01-22 13:01:41",
                        "still_on_page": true,
                        "website_url": "donatetools.com"
                    },

                ]
            },
            ...
            ...
            ...
        ]
    },
    "meta": {
        "total": 1514,
        "pageSize": 10,
        "current": 0,
        "total_pages": 152
    }
}
        

API

All our data is available in a simple-to-use and powerful API.

Have a Question?

Read our FAQs

How accurate are the email addresses returned in the Domain Search?

The email addresses returned can have two different states:

  • Verified email address: we were able to recently validate the email address is valid. You can recognize these email addresses with the green "Verified" icon next to them.
  • Any other email address: these have not been fully verified recently, but are returned with a confidence score that evaluates the accuracy instead. This score considers all the signals we can get to provide a relevant evaluation (SMTP verifications, number and quality of sources, match with the most common pattern and other criteria).

Where does the data come from?

All the email addresses found in the Domain Search are returned with public sources on the web, along with their discovery dates.

How can I find the email address of someone if I already have their name?

To find the email address from a full name and company name or website, you can use the Email Finder.

Is the Domain Search free?

When logged in, one search request is counted for up to 10 emails found for a single domain in the Domain Search. For example, downloading 43 email addresses found for a domain will cost 5 search requests.

With a free account, you can use up to 50 searches/month. If you need more, please check the pricing for more information.