Is there a way to programmatically access Google&#

2019-01-13 17:27发布

Does google offer a way to programmatically see their search engine results for a certain query?

I want to build a tracking application so that a user can see what rank on the google results their website is for certain keywords.

EDIT: The behavior of the program would be: every day the program queries Google for the desired phrases, sees what position the user's websites are, and emails the users an update of their positions for their phrases.

I want to be sure to comply with Google's terms of service too.

4条回答
Root(大扎)
2楼-- · 2019-01-13 17:59

Try google custom search api. Get a developer API key from google and get a cx code for search engine. The procedure is given in my blog http://preciselyconcise.com/apis_and_installations/search_google_programmatically.php

查看更多
趁早两清
3楼-- · 2019-01-13 18:10

I know the question is Google specific, but it doesn't hurt to try out other search engines which might be more open to API integration.

Check out DuckDuckGo's API.

查看更多
老娘就宠你
4楼-- · 2019-01-13 18:12

Yes, Google provides a search API that you can use:

The Google AJAX Search API lets you put Google Search in your web pages with JavaScript. You can embed a simple, dynamic search box and display search results in your own web pages or use the results in innovative, programmatic ways. See the examples below for inspiration.

Don't let the name fool you, this API can be used for more than just JavaScript on a webpage.

查看更多
三岁会撩人
5楼-- · 2019-01-13 18:21

After finding this question I have been researching as the other answers seem out of date.

The Google search API would be the obvious choice as quoted by other users however it is now been deprecated in favour of Custom Search API.

Although not obvious at first the Custom Search API does allow you to search the entire web. However the bad news is that the order of the results are not the same as a regular web search.

In conclusion it used to be possible however it is no longer. The new API (at a cost) will allow you to search the web to you will not be able to get the ranking back as required.

查看更多
登录 后发表回答