linkedtales / scrapedin

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

Positions description is the same of roles #107

Open rleste01 opened 4 years ago

rleste01 commented 4 years ago

Hello! Thank you for creating this; seems like a great tool. I am having trouble with one thing, though. I am using the scrapedin crawler package with scrapedin v1.0.18 as a dependency, but I am still unable to collect multiple positions at a single company. Any advice would be helpful. Thanks.

Fixed that on v1.0.11 , please update your scrapedin version.

NOTE: If a position has roles you have to ignore its description because it'll be the same of 1st role item.

Your results on 1.0.11:

"positions": [
    {
      "title": "Wayfair",
      "location": "Boston, MA",
      "description": "- Mentor for 25 entry level engineers on a month long project, holding office hour sessions and giving code reviews (for PHP & React)",
      "date1": "Jul 2019 – Present",
      "date2": "6 mos",
      "roles": [
        {
          "title": "Software Engineer II",
          "description": "- Mentor for 25 entry level engineers on a month long project, holding office hour sessions and giving code reviews (for PHP & React)",
          "date1": "Jul 2019 – Present",
          "date2": "6 mos",
          "location": "Boston, MA"
...

Please give feedback

Originally posted by @leonardiwagner in https://github.com/linkedtales/scrapedin/issues/56#issuecomment-564516337

rileyai-dev commented 4 years ago

duplicate of https://github.com/linkedtales/scrapedin/issues/103

leonardiwagner commented 4 years ago

I am having trouble with one thing, though. I am using the scrapedin crawler package with scrapedin v1.0.18 as a dependency, but I am still unable to collect multiple positions at a single company. Any advice would be helpful. Thanks.

Hi @rleste01 , it was fixed on v1.0.20, thank you and sorry for the late feedback

NOTE: If a position has roles you have to ignore its description because it'll be the same of 1st role item.

This is a bug indeed and it still happening, hope someone can send a fix otherwise I'll try to fix that on next week. Please do that validation inside your software for a while, thanks