SEO Rank Checker

ÜCRETLİ
Taraf Mas Itings | Güncelleyen 21 giorni fa | Tools
Popülerlik

9.1 / 10

Gecikme

1,230ms

Hizmet Düzeyi

100%

Health Check

100%

Tüm Tartışmalara Dön

SEOmoz and facebook.com

Rapid account: Dispellmagic
dispellmagic
20 giorni fa

Hi,
we are facing a couple of issues while working with updated “Check MOZ” endpoint.
First and the most significant one is that no matter which domain we want to check, the response is always about facebook (check attached screenshot).
The second problem is that the “moz” object no longer possesses the “rank” attribute.
alwais answer with facebook

Rapid account: Masitingss
masitingss Commented 19 giorni fa

We’re conducting experiments to restore Moz rank functionality. Due to recent updates from Moz, we need to revise our approach. We’ll release a beta version, but please be aware that it is still in development and may experience occasional errors.

Rapid account: Masitingss
masitingss Commented 19 giorni fa


Its a bit strange for us to identify the issue but we’ve try several domain and it works like a charm. And this the code im using, i think its the same but what version API you are currently used ? Either v1 or v2 we’ve check and all good and gives the same response.

`
const axios = require(‘axios’);

const start = async () => {
const options = {
method: ‘POST’,
url: ‘https://seo-rank-checker.p.rapidapi.com/moz’,
headers: {
‘content-type’: ‘application/json’,
‘X-RapidAPI-Key’: ‘’,
‘X-RapidAPI-Host’: ‘seo-rank-checker.p.rapidapi.com
},
data: {
url: ‘flippa.com
}
};

  try {
      const response = await axios.request(options);
      console.log(response.data);
  } catch (error) {
      console.error(error);
  }

}

start();
`

Rapid account: Masitingss
masitingss Commented 19 giorni fa

Thank you for bringing these issues to our attention. We will investigate the “Check MOZ” endpoint and work on resolving the problems as soon as possible. We appreciate your patience and will keep you updated on our progress.

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun