代码拉取完成,页面将自动刷新
import requests
import json
url = 'https://rest.jfh.com/prt-citystation/govIntention/getGovIntentionList'
header = {
'Content-Type': 'application/json;charset=UTF-8',
}
for k in range(1,11):
data = {
"pageSize":10,"pageNum":5,"order":"desc","sortBy":"publish_time","budgeAmountMin":"1000"
}
res = requests.post(url,headers = header,data = json.dumps(data))
print(res.status_code)
html = res.json()
for i in html['data']['govIntentionList']:
print(i['projectName'],i['budgetAmount'],i['purUnitName'],i['publishTime'])
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。