Looking for a free domain appraisal or want to perform a domain appraisal now? Domain Appraisal
To authenticate and communicate with the domain appraisal API, you need to use the following GET parameters.
todo | Fill in valuator to tell the api to perform a domain appraisal. |
format (optional) | With the format parameter you tell the api in wich format to output the domain appraisal data. The following options are available: json, xml |
username | Fill in your username. |
api_key | Fill in your API key. |
domain | Fill in the domain wich you would like to appraise. |
Example GET request
Underneath an example of a GET request to the API. You need to change the username and API key in this example to get it to work.
API Url: https://api.freevaluator.com/?todo=valuator&format=json&username=YOUR_USERNAME&api_key=YOUR_APIKEY&domain=example.com
Result Example
{ "domain":"example.com", "success":"1", "data":{ "domain":"example.com", "malware_detected":0, "value":"106542370.48", "keywords":"example", "pagerank":"7", "alexarank":"12090", "website_online":"1", "website_ip":"93.184.216.34", "dmoz":{ "result":"Listed" }, "whois":"% IANA WHOIS server\n% for more information on IANA, visit http:\/\/www.iana.org\n% This query returned 1 object\n\ndomain: EXAMPLE.COM\n\norganisation: Internet Assigned Numbers Authority\n\ncreated: 1992-01-01\nsource: IANA\n" } }