1. 程式人生 > >智聯招聘python抓包

智聯招聘python抓包

一個公司返回的資料(以海爾公司為例):

{
	"number": "CC121066847J00079082210",
	"jobType": {
		"items": [{
			"code": "160000",
			"name": "軟體/網際網路開發/系統整合"
		},
		{
			"code": "2039",
			"name": "Android開發工程師"
		}],
		"display": "軟體/網際網路開發/系統整合,Android開發工程師"
	},
	"company": {
		"number": "CZ121066840",
		"url": "http://maker.haier.net/custompage/index/index.html?platformcode=zl",
		"name": "海爾集團公司",
		"size": {
			"code": "6",
			"name": "10000人以上"
		},
		"type": {
			"code": "1",
			"name": "國企"
		}
	},
	"positionURL": "https://jobs.zhaopin.com/CC121066847J00079082210.htm",
	"workingExp": {
		"code": "-1",
		"name": "不限"
	},
	"eduLevel": {
		"code": "4",
		"name": "本科"
	},
	"salary": "薪資面議",
	"emplType": "全職",
	"jobName": "android開發工程師",
	"industry": "120200,160500,121100,990000",
	"recruitCount": 0,
	"geo": {
		"lat": "29.550552",
		"lon": "106.515900"
	},
	"city": {
		"items": [{
			"code": "551",
			"name": "重慶"
		}],
		"display": "重慶"
	},
	"applyType": "1",
	"updateDate": "2018-11-08 11:46:49",
	"createDate": "2018-11-08 11:46:49",
	"endDate": "2018-12-08 11:46:49",
	"welfare": ["五險一金",
	"績效獎金",
	"帶薪年假",
	"定期體檢",
	"補充醫療保險"],
	"saleType": 0,
	"feedbackRation": 0,
	"score": 200,
	"resumeCount": 6,
	"showLicence": 0,
	"interview": 0,
	"companyLogo": "https://zhaopin-rd5-pub.oss-cn-beijing.aliyuncs.com/imgs/company/5292679d91dd8942825306918e76e1d0.png",
	"tags": [],
	"vipLevel": 1003,
	"expandCount": 0,
	"positionLabel": "{\"qualifications\":null,\"role\":null,\"level\":null,\"jobLight\":[\"五險一金\",\"績效獎金\",\"帶薪年假\",\"定期體檢\",\"補充醫療保險\",\"高溫補貼\",\"節日福利\",\"全勤獎\"],\"companyTag\":null,\"skill\":null,\"refreshLevel\":0,\"chatWindow\":0}",
	"duplicated": false,
	"futureJob": false,
	"selected": false,
	"applied": false,
	"collected": false,
	"isShow": false,
	"timeState": "招聘中",
	"rate": ""
}

公司規模對應編碼表:

編碼 規模
1 20人以下
2 20-99人
3 100-499人
4 500-999人
5 1000-9999人
6 10000人以上