From 0b3de762d8c059bf50e8ba16179863aa8d40fdf8 Mon Sep 17 00:00:00 2001 From: AMAICDAX Date: Wed, 10 Sep 2025 14:29:20 +0200 Subject: [PATCH] modif --- controllers/linkedin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/controllers/linkedin.js b/controllers/linkedin.js index 0745747..560678f 100644 --- a/controllers/linkedin.js +++ b/controllers/linkedin.js @@ -156,8 +156,9 @@ const scrapeLinkedInProfile = async (profileUrl) => { ); return { + img: getText("img.pv-top-card-profile-picture__image--show"), name: getText("h1"), - // headline: getText(""), + headline: getText("div.text-body-medium.break-words"), location: getText( "span.text-body-small.inline.t-black--light.break-words" ),