jonasnarvas
Regular Member
- Sep 3, 2013
- 464
- 90
I am golang developer and for learning purposes I want to create small system to track the rankings of my website for some specific keywords. I want my program to get keywords rankings on a daily basis. What is the best solution?
- I tried just to scrap google search results. It works using proxies. But I feel it is not the best solution.
- What about using google analytics data via google API? At first sight it looks much better to use it but I found some comments that state that data from google analytics search console is not precise (that is strange).