簡體   English   中英

谷歌允許企業使用“你是不是意味着”的功能作為api?我想用它,但我沒有得到任何東西

[英]Does google allow businesses to use “Did you Mean” feature as an api?? I would like to use it but I am not getting anything

我想使用Google API,你的意思是功能嗎? 所以基本上我想寫一段代碼,它向Google搜索發送一個單詞,谷歌找到確切的點擊或給出一個“我有意思”的回復,我將使用。

它可用嗎? 試圖找到但卻找不到。

所以我投入了一些時間,這就是我發現的

1 /您應該擁有自定義搜索引擎

https://cse.google.com

2 /配置它以搜索所有網站

https://support.google.com/customsearch/answer/2631040?hl=en

3 /在文檔后面查詢該引擎

https://developers.google.com/custom-search/json-api/v1/using_rest

拼寫/你的意思是修復如果可能的話可以在“拼寫”部分找到。 (刪除了不相關的部分)。 Fox ex:我在這里搜索“devart”

 { "kind": "customsearch#search", "url": { }, "queries": { "request": [ ] }, "context": { }, "searchInformation": { }, "spelling": { "correctedQuery": "deviantart", "htmlCorrectedQuery": "<b><i>deviantart</i></b>" }, "items": [ ] } 

當他們在網站上允許這些問題時,我也有同樣的問題及其投票。 您可能想在此處閱讀有關自動完成api的信息

https://stackoverflow.com/questions/40061449/google-auto-correct-api

Google搜索自動填充API?

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM