Is there a way to programmatically access Google's search engine results?

前端 未结 4 1706
陌清茗
陌清茗 2020-12-02 20:31

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 r

4条回答
  •  情深已故
    2020-12-02 20:43

    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.

提交回复
热议问题