Bu işlem için moz api olarak bilinen bir api sağlayıcı ile çalışılabilir. Belirli sorguya kadar ücretsiz fakat belirli sorgudan sonra ücretli bir api servisidir.//Moz api response’upublic Result GetPaDaInfo(string url){string apiKey = “”, apiSecret = “”; //moz apiden alınan api key ve secret buraya eklenir.var client = new HttpClient();var request = new HttpRequestMessage(HttpMethod.Post, “https://lsapi.seomoz.com/v2/url_metrics”); //istek attığımız […]