Company
Reverse Domain Lookup
Company
Reverse Domain Lookup
This operation allows you to find data from a domain. It returns company information as the response. This operation consume 1 credit.
GET
/
enrichment
/
company
/
domain
apikey
string
*
apikey
Required
string
This required parameter is a string. It represents the APIKEY obtained from the developer dashboard.
domain
string
*
domain
Required
string
This required parameter is a string. It represents the domain to query.
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"company": {
"linkedInId": "1035",
"name": "Microsoft",
"universalName": "microsoft",
"linkedInUrl": "https://www.linkedin.com/company/1035",
"employeeCount": 228581,
"employeeCountRange": {
"start": 10001,
"end": 1
},
"websiteUrl": "https://news.microsoft.com/",
"tagline": null,
"description": "Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesnโt just encourage curiosity; it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters.\n\nMicrosoft operates in 190 countries and is made up of more than 220,000 passionate employees worldwide.\n",
"industry": "Software Development",
"phone": null,
"specialities": [
"Business Software",
"Developer Tools",
"Home & Educational Software",
"Tablets",
"Search",
"Advertising",
"Servers",
"Windows Operating System",
"Windows Applications & Platforms",
"Smartphones",
"Cloud Computing",
"Quantum Computing",
"Future of Work",
"Productivity",
"AI",
"Artificial Intelligence",
"Machine Learning",
"Laptops",
"Mixed Reality",
"Virtual Reality",
"Gaming",
"Developers",
"IT Professional"
],
"followerCount": 22736947,
"headquarter": {
"city": "Redmond",
"country": "US",
"postalCode": "98052",
"geographicArea": "Washington",
"street1": "1 Microsoft Way",
"street2": null
},
"logo": "https://media.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_400_400/0/1630652622688/microsoft_logo?e=1725494400&v=beta&t=joSXHhDAEare7f9gk8MwXr2sOr84zX7HDx2h5znXEYI"
}
}
Authorizations
apikey
string
queryrequiredThis required parameter is a string. It represents the APIKEY obtained from the developer dashboard.
Query Parameters
domain
string
requiredThis required parameter is a string. It represents the domain to query.
Response
200 - application/json
success
boolean
Indicates success or failure of api request.
credits_left
integer
Represents the usable credits available for the user account after this query.
rate_limit_left
integer
Represents the usable daily request limit available for the user account after this query.
company
{
"success": true,
"credits_left": 90000,
"rate_limit_left": 19000,
"company": {
"linkedInId": "1035",
"name": "Microsoft",
"universalName": "microsoft",
"linkedInUrl": "https://www.linkedin.com/company/1035",
"employeeCount": 228581,
"employeeCountRange": {
"start": 10001,
"end": 1
},
"websiteUrl": "https://news.microsoft.com/",
"tagline": null,
"description": "Every company has a mission. What's ours? To empower every person and every organization to achieve more. We believe technology can and should be a force for good and that meaningful innovation contributes to a brighter world in the future and today. Our culture doesnโt just encourage curiosity; it embraces it. Each day we make progress together by showing up as our authentic selves. We show up with a learn-it-all mentality. We show up cheering on others, knowing their success doesn't diminish our own. We show up every day open to learning our own biases, changing our behavior, and inviting in differences. Because impact matters.\n\nMicrosoft operates in 190 countries and is made up of more than 220,000 passionate employees worldwide.\n",
"industry": "Software Development",
"phone": null,
"specialities": [
"Business Software",
"Developer Tools",
"Home & Educational Software",
"Tablets",
"Search",
"Advertising",
"Servers",
"Windows Operating System",
"Windows Applications & Platforms",
"Smartphones",
"Cloud Computing",
"Quantum Computing",
"Future of Work",
"Productivity",
"AI",
"Artificial Intelligence",
"Machine Learning",
"Laptops",
"Mixed Reality",
"Virtual Reality",
"Gaming",
"Developers",
"IT Professional"
],
"followerCount": 22736947,
"headquarter": {
"city": "Redmond",
"country": "US",
"postalCode": "98052",
"geographicArea": "Washington",
"street1": "1 Microsoft Way",
"street2": null
},
"logo": "https://media.licdn.com/dms/image/C560BAQE88xCsONDULQ/company-logo_400_400/0/1630652622688/microsoft_logo?e=1725494400&v=beta&t=joSXHhDAEare7f9gk8MwXr2sOr84zX7HDx2h5znXEYI"
}
}