URL analyzer
By using the URL Analyzer Service via API requests you can get information about specific domains. The new service is included in the default permissions and scope for each account and when creating a new application this new service can be included.
Request for cached data
As indicated in the API reference you can either get a cached response from our databases or request that the analysis of the web site is done synchronously. It is recommended that you use the cached version of an analysis to have a quicker response as some sites have slow responses or contain a lot of information that can be retrieved. We update our databases regularly so data is always in its most current form.
Do not use https and www
If possible avoid (if of course this is possible) using http(s):// along with www. For example use https://google.com instead of https://www.google.com, so as to avoid redirections that will possibly seriously up the response time. Also always provide domains that start with http(s)://
Categories supported by the service are
Category name | Description |
---|---|
domain | The domain for which an analysis was requested. |
cache | Whether this is a cached response or was fetched synchronously. |
analysis | Array of objects containing the analysis of the domain. |
cms | The CMS used by the domain. |
database | The database used by the domain. |
programmingLanguage | The Programming Language used by the domain. |
cmsPlugin | The CMS plugin used by the domain. |
cdn | The CDN that is integrated in the domain. |
seoTool | The SEO tool used in the domain. |
maps | Map software used in the domain. |
webFramework | The Web Framework used in the domain |
jsLibraries | A list of Javascript Libraries used in the domain. |
socialNetworks | Social Networks integrated in the domain. |
widget | The widget(s) that the website uses |
webServer | The webServer(s) that the website uses |
tagManager | The tagManager(s) that the website uses |
miscellaneous | The miscellaneous that the website uses |
emailProviders | The email provider(s) that the website uses |
captchas | The captcha(s) that the website uses |
advertisingNetwork | The advertising network(s) that the website uses hosting |
ControlPanel | The hosting control panel(s) that the website uses |
pushNotificationProviders | The push notification provider(s) that the website uses |
Updated almost 3 years ago