modif
This commit is contained in:
parent
003132a838
commit
ad0f9bc1c3
1 changed files with 12 additions and 11 deletions
|
|
@ -156,17 +156,18 @@ const scrapeLinkedInProfile = async (profileUrl) => {
|
||||||
);
|
);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
name: getText("h1"),
|
profileData,
|
||||||
headline: getText("div .text-body-medium .break-words"),
|
// name: getText("h1"),
|
||||||
location: getText(
|
// headline: getText(""),
|
||||||
"span .text-body-small .inline .t-black--light .break-words"
|
// location: getText(
|
||||||
),
|
// ""
|
||||||
about: getText("div .display-flex .ph5 .pv3"),
|
// ),
|
||||||
experiences: getAllText(
|
// about: getText(""),
|
||||||
"div .KbuWagYZEALUPOYGtkFczhgTiHHNRLZKhdLlK ul li"
|
// experiences: getAllText(
|
||||||
),
|
// ""
|
||||||
education: getAllText("section#education-section li"),
|
// ),
|
||||||
skills: getAllText(".pv-skill-category-entity__name-text"),
|
// education: getAllText(""),
|
||||||
|
// skills: getAllText(""),
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue