SEO Rank Checker

PAID
By Mas Itings | Updated hace 16 días | Tools
Popularity

9.2 / 10

Latency

1,356ms

Service Level

100%

Health Check

100%

Back to All Discussions

SEOmoz and facebook.com

Rapid account: Dispellmagic
dispellmagic
hace 16 días

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 hace 15 días

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 hace 15 días


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 hace 15 días

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.

Join in the discussion - add comment below:

Login / Signup to post new comments