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

Employees location Attributes

The Employees Location Attribute provides a breakdown of employee distribution by country based on the domain search or company analysis. This data helps you understand where a company's team is geographically located.


Summary

FieldTypeDescription
namestringTwo-letter ISO 3166-1 alpha-2 country code
totalintNumber of employees detected in that country

Example Response

{
  "data": [
    {
      "name": "FR",
      "total": 2
    },
    {
      "name": "TN",
      "total": 24
    }
  ]
}
json