This commit is contained in:
AMAICDAX 2025-09-10 14:29:20 +02:00
parent ac29d8369f
commit 0b3de762d8

View file

@ -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"
), ),