我应该使用什么参数来查找确切的搜索词
What is the parameter I should use to find the exact search term
使用 google 搜索引擎 api 从 google 中提取数据。我应该使用什么参数来找到确切的 search_term
https://www.googleapis.com/customsearch/v1?key="YOUR_KEY"&cx="ENGINE_API"&q="search_term&alt=json
您可能想尝试 exactTerms
。
exactTerms
(string) - Identifies a phrase that all documents in the search results must contain.
请求 > 参数 > exactTerms
https://developers.google.com/custom-search/json-api/v1/reference/cse/list#exactTerms
使用 google 搜索引擎 api 从 google 中提取数据。我应该使用什么参数来找到确切的 search_term
https://www.googleapis.com/customsearch/v1?key="YOUR_KEY"&cx="ENGINE_API"&q="search_term&alt=json
您可能想尝试 exactTerms
。
exactTerms
(string) - Identifies a phrase that all documents in the search results must contain.
请求 > 参数 > exactTerms
https://developers.google.com/custom-search/json-api/v1/reference/cse/list#exactTerms