linkedtales / scrapedin

LinkedIn Scraper (currently working 2020)
Apache License 2.0
588 stars 171 forks source link

Full time shows up in the scrapped company name #143

Open brno32 opened 3 years ago

brno32 commented 3 years ago

For some profiles, things like "full-time" show up for companyName in the positions objects.

This text is from a nested HTML element so it shouldn't be tough to filter it out.

<p class="pv-entity__secondary-title t-14 t-black t-normal">
  {{ companyName }}
  <span class="pv-entity__secondary-title separator">Full-time</span>
</p>