MajesticSEO API

iamjon

New member
Aug 11, 2010
197
5
0
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"
        }
    ]
}
 


Awesome, I've been using their *actual* API (on the free plan). I'd be curious to know what rate limiting they're using on the anonymous API.