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