根据用户url抓取用户资料时,存在以下问题:
问题1:当用户存在多条教育记录时,第二条教育记录缺少title
"education": [
{
"title": "The Hebrew University",
"url": "https://il.linkedin.com/school/hebrew-university/",
"start_year": "2003",
"end_year": "2008",
"description": null,
"description_html": null,
"institute_logo_url": null
},
{
"start_year": "1993",
"end_year": "1997",
"description": null,
"description_html": null,
"institute_logo_url": null
}
],
问题2:希望推出支持抓取工作经历的功能,当前只能抓取用户当前工作,无法抓取历史工作经历
根据用户url抓取用户资料时,存在以下问题:
问题1:当用户存在多条教育记录时,第二条教育记录缺少title
"education": [
{
"title": "The Hebrew University",
"url": "https://il.linkedin.com/school/hebrew-university/",
"start_year": "2003",
"end_year": "2008",
"description": null,
"description_html": null,
"institute_logo_url": null
},
{
"start_year": "1993",
"end_year": "1997",
"description": null,
"description_html": null,
"institute_logo_url": null
}
],
问题2:希望推出支持抓取工作经历的功能,当前只能抓取用户当前工作,无法抓取历史工作经历