Https 如何让google请求以某种语言返回结果?

Https 如何让google请求以某种语言返回结果?,https,chromium,puppeteer,Https,Chromium,Puppeteer,我正在使用来发出请求(它在后台使用铬): 因为我住在台湾,结果是用中文返回的 我如何修改URL或木偶师的配置,以获得英文结果?只需在URL中添加&hl=en: await page.goto(`https://www.google.com/search?tbm=bks&q=%22this+is%22&hl=en`) await page.goto(`https://www.google.com/search?tbm=bks&q=%22this+is%22&hl=

我正在使用来发出请求(它在后台使用铬):

因为我住在台湾,结果是用中文返回的


我如何修改URL或木偶师的配置,以获得英文结果?

只需在URL中添加
&hl=en

await page.goto(`https://www.google.com/search?tbm=bks&q=%22this+is%22&hl=en`)
await page.goto(`https://www.google.com/search?tbm=bks&q=%22this+is%22&hl=en`)