声明本文章中所有内容仅供学习交流使用,不用于其他任何目的,抓包内容、敏感网址、数据接口 等均已做脱敏处理,严禁用于商业用途和非法用途,否则由此产生的一切后果均与作者无关!
有相关问题请第一时间点击头像看简介或私信联系我删除博客!
部分python 代码
# 2766958292
with open('google3.js', 'w', encoding='utf-8') as fp1:
cp = execjs.compile(fp.read())
sg_ss = cp.call('get_sg_ss')
params = {
"q": "google",
"oq": "google",
"sourceid": "chrome",
"sg_ss": sg_ss,
}
response = session.get(url, headers=headers, params=params, proxies=proxies)
print(response.text)
print(response)
结果




