con*_*234 4 search-engine google-search google-search-api
我想搜索特定网站的结果,但只搜索网站的特定部分,我想排除包含网址段的结果,例如:
我想要搜索的内容:
我想排除什么
http://domain.com/productx/details/further
我会在谷歌搜索用什么查询来获得第一的成绩只以上.
小智 9
site:domain.com/productx -domain.com/productx/details/further
Run Code Online (Sandbox Code Playgroud)
例如.搜索所有堆栈溢出但不是未答复的目录:
site:stackoverflow.com -stackoverflow.com/unanswered
Run Code Online (Sandbox Code Playgroud)