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

RafterOne/SEOMozLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

C# wrapper for the SEOmoz API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages