How to create own keyword rank tracker? Need your thoughts here

RichKIDLK

BANNED
Joined
Aug 30, 2020
Messages
1,198
Reaction score
1,157
I know there are good programmers in BHW.

I need valuable ideas from yours to get the knowledge about building a rank tracker for my self(or maybe promote it as a service www in future)

How to do this? where to start? What kind of budget should I need to invest for a project like this if I outsource this?
What kind of mechanism running behind of this?

Need your valuable thoughts and knowledge sharing for this.

Thank you friends.
 
No programmers?

tenor.gif
 
I know there are good programmers in BHW.

I need valuable ideas from yours to get the knowledge about building a rank tracker for my self(or maybe promote it as a service www in future)

How to do this? where to start? What kind of budget should I need to invest for a project like this if I outsource this?
What kind of mechanism running behind of this?

Need your valuable thoughts and knowledge sharing for this.

Thank you friends.

Broadly speaking you need a bot that does automated searches on Google and records the rankings, and a web UI that allows keywords to be set up to be tracked and to display the rankings fetched by the bot.

I would say that outsourcing the dev without a trusted vendor or without someone with technical skills to assess the vendor can be a tricky proposition! Unfortunately vendors have a very high quality variance.
 
As programmer if want to build keyword tracker for myself i will do :

1. Simple UI to import keywords with target country/search engine .e.g. United States Google.com. , and my website for that keywords.

2. In background every 24 hours pull the data from DB and send http request for each keyword to Google.com with US proxy and check my site in top 1k or not ...

3. Import the request result to the DB ... and the UI show chart for each keyword contains
keyword positions in y axis and request dates in x axis for my website.
 
sometime I think this like you. it's really curiosity thinking, just communicate Ahrefs. they solve your problem :D Their have keyword rank tracker, you can request them to share their trick.
 
Broadly speaking you need a bot that does automated searches on Google and records the rankings, and a web UI that allows keywords to be set up to be tracked and to display the rankings fetched by the bot.

I would say that outsourcing the dev without a trusted vendor or without someone with technical skills to assess the vendor can be a tricky proposition! Unfortunately vendors have a very high quality variance.
Thank you friend. I thought about that outsourcing, because actually I don't know about so much things about coding. definitely I need to outsource this. But the reason I open this thread is I need to gather some deep information's when I go to talk with the developer. Because it will easy to talk when I have some ideas in my mind about this.

As programmer if want to build keyword tracker for myself i will do :

1. Simple UI to import keywords with target country/search engine .e.g. United States Google.com. , and my website for that keywords.

2. In background every 24 hours pull the data from DB and send http request for each keyword to Google.com with US proxy and check my site in top 1k or not ...

3. Import the request result to the DB ... and the UI show chart for each keyword contains
keyword positions in y axis and request dates in x axis for my website.
Thank you friend. I see this. Then for each country results, I have to use many resources. right? ex: many dedicated ip's from each countries.

sometime I think this like you. it's really curiosity thinking, just communicate Ahrefs. they solve your problem :D Their have keyword rank tracker, you can request them to share their trick.
haha. thank you friend. But I love to create a tool like this. This idea came to my mind long time ago and disturb me every time when I'm using the ahref, majestic. keywordtool io and moz. Seriously I needed to create this. :)
 
Thank you friend. I see this. Then for each country results, I have to use many resources. right? ex: many dedicated ip's from each countries.


You just need good proxies from different geo if you want to serve worldwide customers... i worked in similar project and the project owner used geosurf because they have multiple geo ... but in your case datacetre proxies is okay ... my advice build the tool for yourself first if stasifed with it offer it for customers.
 
  • PHP or Python
  • MySQL
  • JavaScript Charts
  • GEO Proxies for target countries
  • Cron job for automation
  • Captcha Solving Service [API]
You can start from GitHub
 
Back
Top