SEO Rank Checker

PAGO
Por Mas Itings | Atualizado un mese fa | Tools
Popularidade

9 / 10

Latência

314ms

Nível de serviço

100%

Health Check

100%

Voltar para todas as discussões

SEOmoz and facebook.com

Rapid account: Dispellmagic
dispellmagic
25日前

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 25日前

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 25日前


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 25日前

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.

Junte-se à discussão - adicione o comentário abaixo:

Efetue login / inscreva-se para postar novos comentários