Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in my application i am using google search box for showing results on google web site. so in my project i want to read all the data from google search results and find the top users,top keywords using search results...Any Help?
Posted

1 solution

The best way to get the results into the database would be to use the Google API to get the results into JSON data. This will allow you to both display the data and save it into the database. You can only do 100 searches for free per day. Here is a link to the page:

https://developers.google.com/custom-search/v1/overview[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900