About Get URL Info
Get URL Info is a web service for getting and analyzing all the web page information. By entering URL of a web page you wish to analyze, you can get its basic information, server information, security information, shorten URLs, traffic, reputations, and so on.
Bookmarklet
By using our bookmarklet, you can directly analyze a web page you are viewing. For installing, please drag "Get URL Info" up to your browser's bookmarks bar.
API
Get URL Info API allows you to analyze a web page and get its information programmatically. If you wish to use our API on a large scale web site, please contact us at support at heartrails dot com to purchase our commercial license.
| Request URL (JSON) | http://geturlinfo.com/api.json | |
|---|---|---|
| Request URL (XML) | http://geturlinfo.com/api.xml | |
| Input Parameters | url | URL you wish to analyze |
| callback | name of callback function (JSONP) | |
| Output Parameters | title | title of web page |
| url | URL of web page | |
| canonical_url | canonical URL of web page | |
| icon | icon (favicon) of web page | |
| author | author of web page | |
| description | description of web page | |
| keywords | keywords of web page | |
| lang | language of web page | |
| thumbnail | thumbnail image of web page | |
| excerpt | excerption of web page | |
| goo.gl | shorten URL (Google URL Shortener) | |
| bit.ly | shorten URL (bitly) | |
| tinyurl.com | shorten URL (Tiny URL) | |
| hostname | host name of web server | |
| ip | IP address of web server | |
| latitude | latitude of web server | |
| longitude | longitude of web server | |
| last_modified | last modified time of web server | |
| og:xxxx | Open Graph (og:image etc.) | |
| pagerank | page rank (commercial license required) |
|
| is_safe | true if web page is safe (commercial license required) |
|
| is_phishing | true if web page is phishing (commercial license required) |
|
| is_malware | true if web page is malware (commercial license required) |
|
| comments on facebook (commercial license required) |
||
| comments on twitter (commercial license required) |
||
| delicious | comments on delicious (commercial license required) |
|
| html | full html of web page (commercial license required) |
|