Skip to content

Feature request - Scrape Alumni, Followers, School URL #61

@Ana-Katy

Description

@Ana-Katy

Hi Austin,

Thank you for sharing this project. 
I'm working on scraping LinkedIn profiles, and I need to collect the school/university URL (same as li_company_url).
Can you please add this feature. 
Also, for each company, I would like to collect the number of followers and alumni.
I downloaded the project and added some lines of code, but in case you updated your project, I may lose these modifications. Can you please add these lines to the "Company.py" file?

# Alumni
overview.update( get_info(banner,  {'alumni': 'org-top-card-summary__alumni-count'}))
# Followers
overview.update(get_info(banner, {'followers': '.org-top-card-summary__follower-count'}))

Thank you in advance for your response.

Sincerely

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions