Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 447 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 447 Bytes

SEOMozLib

C# wrapper for the SEOmoz API, currently supporting the UrlMetrics API. Additional Mozscape API(LinkScape, AnchorText, TopPages) will be added.

Example

var moz = new Mozscape() { MozAccessId = "member-6cf73fg9d8", MozSecretKey = "447b8340513d46ebcf58efgf3d2deaf5", MozApiType = MozAPI.URL_METRICS };

var url = moz.CreateMozAPIUrl("pixelmedia.com/", MozAPI.URL_METRICS, 1);

var results = moz.GetUrlMetrics(url);