SEO Rank Checker

भुगतान किया गया
द्वारा Mas Itings | अपडेट किया गया vor einem Monat | Tools
लोकप्रियता

9 / 10

लेटेंसी

258ms

सेवा का स्तर

100%

Health Check

100%

सभी चर्चाओं पर वापस जाएं

SEOmoz and facebook.com

Rapid account: Dispellmagic
dispellmagic
vor einem Monat

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 vor einem Monat

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 vor einem Monat


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 vor einem Monat

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.

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें