modif
This commit is contained in:
parent
ac29d8369f
commit
0b3de762d8
1 changed files with 2 additions and 1 deletions
|
|
@ -156,8 +156,9 @@ const scrapeLinkedInProfile = async (profileUrl) => {
|
||||||
);
|
);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
img: getText("img.pv-top-card-profile-picture__image--show"),
|
||||||
name: getText("h1"),
|
name: getText("h1"),
|
||||||
// headline: getText(""),
|
headline: getText("div.text-body-medium.break-words"),
|
||||||
location: getText(
|
location: getText(
|
||||||
"span.text-body-small.inline.t-black--light.break-words"
|
"span.text-body-small.inline.t-black--light.break-words"
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue