腾讯 招聘
import requests
import json
from pymongo import MongoClient
def get_response(page):
url = 'https://careers.tencent.com/tencentcareer/api/post/Query?timestamp=1561037805684&countryId=&cityId=&bgIds=&productId=&categoryId=&parentCategoryId=40001&attrId=&keyword=&pageIndex='
print("=========爬取第%d页========="%(page+1))
response = requests.get(url + str(page+1) + '&pageSize=10&language=zh-cn&area=cn')
content = json.loads(response.text)
for i in range(len(content["Data"]["Posts"])):
data = {
"title":content["Data"]["Posts"][i]["RecruitPostName"],
"place":content["Data"]["Posts"][i]["LocationName"],
"BGName":content["Data"]["Posts"][i]["BGName"],
"LastUpdateTime":content["Data"]["Posts"][i]["LastUpdateTime"],
"Responsibility":content["Data"]["Posts"][i]["Responsibility"],
}
save_MongoDB(data)
print(data)
def save_MongoDB(data):
MongoClient("localhost")['tencent']['tx'].insert(dict(data))
if __name__ == "__main__":
for i in range(5):
get_response(i)
相关阅读
移动互联网时代不断增长的用户体验是业务平台生态系统令人满意和愉快的行为。增加用户粘性的最重要工具之一是多用户反馈循环。通
注:图片来源网络。 双指针。参见Minimum Window Substring。 #include<iostream> #include<vector> #include<string> #include<a
最近兴起的赚享客很是火热,但很多人都在质疑它的合法性,那么赚享客是腾讯的吗,它和腾讯有什么关系呢?因为只要是腾讯或者是阿里投资
第一宇宙速度环绕速度,第二宇宙速度是逃逸速度。慢于一定速度是脱离不了大气层的。从上周日起,“飞聊”的消息开始在朋友圈传出来,出
随着移动游戏市场的日益蓬勃,围绕着移动端电竞市场的产品应运而生,游戏手机正是其中之一。正所谓“工欲善其事,必先利其器&rdqu