MajesticSEO API

iamjon

Member
Aug 11, 2010
197
5
18
Bali
bit.ly
Just a heads-up for anyone wanting Majestic SEO data for their own apps...

They've just released a free Chrome extension making it even easier to consume their data via their JSON api:

Code:
http://simpleapi.majesticseo.com/sapi/GetBacklinkStats?datasource=fresh&items=1&item0=XXXXX&sak=SMTHN6&datasource=Fresh

Code:
{
    "ResponseCode": "OK",
    "IndexType": "Fresh",
    "Data": [
        {
            "TrustFlow": "34",
            "ItemType": "URL",
            "ExtBackLinks": "42763",
            "Item": "http://www.wickedfire.com/",
            "Status": "Found",
            "CitationFlow": "54",
            "RefDomains": "1369"
        }
    ]
}