简体   繁体   中英

GOOGLE CUSTOM SEARCH API - (searches related to function)

I need your help. I am looking to create a custom search engine.

I am currently looking at using the Google Custom search API. I tried looking into this but I couldn't find anything concrete.

Is there any way to setup related search words on a Google Custom search website? Is there any API that can generate "searches related to" ?

是的,SimilarSites有一项服务可以输出与Google Related API非常相似的数据,但是它们使用自己的专有算法。

I'm not pretty sure what you mean by "searches related to". Nevertheless for every single request in CSE API you can specify the following parameters:

  1. linkSite - "Specifies that all search results should contain a link to a particular URL".
  2. relatedSite - "Specifies that all search results should be pages that are related to the specified URL".
  3. orTerms - "Provides additional search terms to check for in a document, where each document in the search results must contain at least one of the additional search terms".
  4. hq - "Appends the extra query terms to the query".

More infos can be found here .

May be it will be useful for you.

There are several interesting APIs that can help you here.

  • Keywords Competitors API - This is an API that let you query a domain and get all the other domains that are competing on the same paid or organic search keywords.

  • Search Keywords API - Another API that will provide all the leading keywords (paid and organic) for a given domain. This can even be broken down to specific countries.

  • SimilarWeb API - Get more websites that are similar to a given domain, based on many different factors including keywords and tags.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM