https://github.com/prahladyeri/siterank
Console program to get global ranking for a given website or domain
https://github.com/prahladyeri/siterank
internet python seo seo-optimization
Last synced: 12 months ago
JSON representation
Console program to get global ranking for a given website or domain
- Host: GitHub
- URL: https://github.com/prahladyeri/siterank
- Owner: prahladyeri
- License: mit
- Created: 2019-06-10T05:24:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-06-01T06:22:35.000Z (about 1 year ago)
- Last Synced: 2025-06-01T15:13:13.238Z (about 1 year ago)
- Topics: internet, python, seo, seo-optimization
- Language: Python
- Homepage: https://github.com/prahladyeri/siterank
- Size: 62.5 KB
- Stars: 21
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README




[](https://www.patreon.com/prahladyeri)
[](https://paypal.me/prahladyeri)
[](https://twitter.com/prahladyeri)
# siterank
A python script to get alexa global rank for a given website or domain.
**Note:**
As of February 2023, Amazon's Alexa API has been retired. Consequently, I've switched to [SimilarWeb API](https://www.similarweb.com/corp/ranking-api/)'s free-tier for fetching these rankings. When you run the program for the first time, it'll prompt you to create a SimilarWeb account and store the API key to the settings JSON file.
# Installation
pip install siterank
# Usage
```bash
C:\> siterank google.com twitter.com linkedin.com upwork.com
successfully imported cache db..
found in cache: google.com
found in cache: twitter.com
fetching live: linkedin.com
found in cache: upwork.com
4/4. upwork.com
********************************************************************************
Website Rank
********************************************************************************
google.com 1
twitter.com 5
linkedin.com 17
upwork.com 730
```