0

使用谷歌搜索引擎 api 从谷歌中提取数据。我应该用什么参数来找到确切的search_term

https://www.googleapis.com/customsearch/v1?key="YOUR_KEY"&cx="ENGINE_API"&q="search_term&alt=json
4

1 回答 1

1

你可能想试试exactTerms

exactTerms(字符串)-标识搜索结果中的所有文档都必须包含的短语。

请求>参数>exactTerms
https://developers.google.com/custom-search/json-api/v1/reference/cse/list#exactTerms

于 2016-06-12T20:07:19.623 回答