modif
This commit is contained in:
parent
78fb1338e8
commit
ac29d8369f
1 changed files with 3 additions and 1 deletions
|
|
@ -158,7 +158,9 @@ const scrapeLinkedInProfile = async (profileUrl) => {
|
||||||
return {
|
return {
|
||||||
name: getText("h1"),
|
name: getText("h1"),
|
||||||
// headline: getText(""),
|
// headline: getText(""),
|
||||||
location: getText("span.text-body-small"),
|
location: getText(
|
||||||
|
"span.text-body-small.inline.t-black--light.break-words"
|
||||||
|
),
|
||||||
// about: getText(""),
|
// about: getText(""),
|
||||||
// experiences: getAllText(
|
// experiences: getAllText(
|
||||||
// ""
|
// ""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue