How to display SERP competition on page?

by ruxi
1 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.
#competition #display #page #serp
  • Profile picture of the author trumpetblast
    Hmm, is there an echo in here?

    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[1370784].message }}

Trending Topics