I'm trying to find a programmatic way to get 2 values:
- a domain's position in the Google results for a specific term
- the number of Google results for that term
Currently my client is using some scraper software, but there's a manual step involved.
Is there an API I can access that will get me this info? Or should I explore some fully automated scraper method?
(I know this has been asked before, but my question is a little different. Also I'm curious if things have changed since the question was asked previously.) Thanks!