GoMozChecker is a simple program that grabs Domain Authority a.k.a DA, Page Authority a.k.a PA & Spam Score data from the Mozscape API.
- Bulk Checking
- Fast (can grab 1000 URLs data in 15 Seconds)
- Easy to Use
- 100% Accurate results
- 100% Error Free
- Requests
- Config
❗️ It is recommended to run this script on Google Cloud Shell Editor or else you may end up facing some unknown error.
Side Note: You can even checkout the video tutorial which covers it's usage process.
- Visit Google Cloud Shell Editor and then paste the given command in terminal.
git clone http://github.com/anooppushpad/GoMozChecker
- Now we will open the "GoMozChecker" folder which got created "after clonning" it in the previous step..
cd GoMozChecker
- Next we need to install the "python modules" which will be required for running the program
pip3 install -r requirements.txt
- Next, you need to Add your "Moz API keys" in the "config.json" file for that run the following command, and paste your "Access ID" & "Secret Key" credentials when asked.
ℹ️ Side Note: If you don't have "Moz API keys" then you need to sign up for a free Mozscape account at Mozscape API Pricing and after that you will get your "Moz API Credentails"....
python3 api.py
- Now the last thing to do before running the script is to add the Domain name in "urls.txt", so just paste the list of domain names in urls.txt.
⚠️ Side Note : Do not insert more than 1000 URLs for checking at once or else you may encounter some errors on the way.
- Finally we are ready to run the script, now the only thing you need to do is to run the following command:
python3 main.py
and just wait for few seconds... after that you will find a ".csv" will get created named as "date-and-time.csv" for example: "23-09-2020_16:56.csv"
You can use any .csv viewer for viewing the .csv file..
I hope this will help. 😊
Spotted an error? Something doesn't make sense? Send me a pull request! Thanks!
Feel free to raise any bugs/issues under Github issues. Pull requests are also more than welcome.
MIT © Anoop Pushpad