Company to Domain API
Enrich any company data around the world using our Company to Domain API.
Here is the list of default parameters you can us
Parameters
Description
api_key required
This is your API key.
company required
Type: String
The name of the company about which you wish to obtain data.
location
Type: String
The location of the company.
phone_no
Type: Number
The phone number of the company.
get_more
Type: Boolean
Default Value: false
This parameter will allow you to get extra data about the company.
Note: Each Company to Domain API request will cost you 10 request credits if you use the 'get_more' parameter with a value of true; otherwise, it will take only one request credit.
cURL "https://api.enrichmentapi.io/company_to_domain?api_key=APIKEY&company=Somi+Somi&location=Frisco,Texas&get_more=true"
{
"data": {
"name": "SOMISOMI",
"address": "9292 Warren Pkwy Suite 260, Frisco, TX 75035",
"phone": "(214) 390-2676",
"type": "Dessert shop",
"website": "https://www.somisomi.com/locations"
}
}
Last updated