How to display SERP competition on page?

by dsc76
2 replies
I want to display the amount of competing pages for a particular keyword phrase in Google search results.

For example the page might read

"The keyword "example" has about 588,000,000 competing pages"

Where the number 588,000,000 is dynamic since I have to this for many keywords.

Is there a way to scrape the "Results 1 - 10 of about 588,000,000" off Google? API? Another source that shows similar data? My site runs PHP btw.

All feedback is appreciated.
Thanks!
-Eric
#competition #display #page #serp
  • Profile picture of the author trumpetblast
    Hey Eric-

    Yes, you can get this from the Google API. Have a look in the Google AJAX Search API documentation. You'll want to use "estimated result count".
    {{ DiscussionBoard.errors[1369095].message }}
    • Profile picture of the author dsc76
      Thanks trumpetblast
      {{ DiscussionBoard.errors[1373569].message }}

Trending Topics