brtflixgold
Junior Member
- Feb 13, 2021
- 105
- 22
i want to make website backlink checker like ahref ,semrush or ubersuggest. who know how to make it please tell me
Good Explanation. Finally you made him to take the better decision.I think that most people that answered here, do not have a clue. In theory, building a backlink checker is very easy. As soon as you try it, you will notice that it is very hard. Why? Because of issues that only happen if you deal with large amounts of data.
If you want to achieve a similar result as ahrefs or Majestic, plan to invest at least $500k, if not more, for a first setup and dataset. Ongoing costs will be high. For each dataset creation, you need a few thousand AWS, GCP, DigitalOcean or Vultr instances running for few weeks, each with a different IP address to mitigate IP address blocks and abuse messages. You can imagine how many instances you would need, if you would want to crawl faster.
Just a small list of what you need (there is a lot more I will not mention in this comment):
1. Highly efficient crawling software optimized for every cent in cloud computing costs. Do not even try to use any Java, Python, C# open source crawler. You need a custom C++ crawler optimized for your used infrastructure.
2. Data sanitization pipeline to transform raw data into processed data to store in your NoSQL database like Hbase
3. Apache Hadoop, Spark, Kafka, Hbase (or any equivalent) dedicated root server cluster with at least 0.5 Petabytes and 1-2 Terabytes of RAM without even any historical indexing. Setup costs alone will blow your mind (VLAN, Kerberos, Apache setup, 2FA root login, firewall settings etc.). That amount of RAM is needed to make the data accessible with reasonable throughput and latency.
4. A scalable middleware that is able to handle your users requests and a backend for user data, account creation, login, emails, payment gateway api connection etc.
5. Modern web frontend
6. To even get a chance to make your money back, you need to count in 12 months of ongoing costs without earning a penny and a lot of marketing investments. Your dataset will lose value every day.
Sincerely,
The Data Scientist
your backlinks google indexing guaranty?
If you want to achieve a similar result as ahrefs or Majestic, plan to invest at least $500k