Linkedin Company Insights Scraper avatar

Linkedin Company Insights Scraper

Try for free

7 days trial then $30.00/month - No credit card required now

Go to Store
Linkedin Company Insights Scraper

Linkedin Company Insights Scraper

saswave/linkedin-company-insights-scraper
Try for free

7 days trial then $30.00/month - No credit card required now

Linkedin company insights scraper. Extract data for analysis and buy intents. Scrap data about: Employee count with history and median tenure, Employee distribution and headcount growth by function, Profile New hires, Profile Notable company alumni with exit date and new role, Total job openings

Developer
Maintained by Community

Actor Metrics

  • 9 Monthly users

  • No reviews yet

  • 2 bookmarks

  • 78% runs succeeded

  • 24 hours response time

  • Created in Nov 2024

  • Modified 3 days ago

ER

Index out of range issue!

Closed
esteban_rev_architects opened this issue
21 days ago

crawling insights from company profiles, I mainly need engineering department headcount. But while executing got this

2025-02-17T17:08:01.524Z [apify] ERROR Actor failed with an exception 2025-02-17T17:08:01.526Z Traceback (most recent call last): 2025-02-17T17:08:01.529Z File "/usr/src/app/src/main.py", line 370, in main 2025-02-17T17:08:01.531Z await parse(request.url, cookies, proxies, Actor, payload_input) 2025-02-17T17:08:01.533Z File "/usr/src/app/src/main.py", line 320, in parse 2025-02-17T17:08:01.535Z await get_insights(actor, fsd_company, obj, cookies, proxies) 2025-02-17T17:08:01.537Z File "/usr/src/app/src/main.py", line 243, in get_insights 2025-02-17T17:08:01.539Z sum2 += list_count[2]['count'] 2025-02-17T17:08:01.541Z ~~~~~~~~~~^^^ 2025-02-17T17:08:01.543Z IndexError: list index out of range 2025-02-17T17:08:01.545Z [apify] INFO Exiting Actor ({"exit_code": 91})

saswave avatar

We have updated the actor,

if you dont need new hires and employees you can provide in input

1"get_alumni": false,
2"get_new_hires": false,