Bunsly / JobSpy

Jobs scraper library for LinkedIn, Indeed, Glassdoor & ZipRecruiter
https://usejobspy.com
MIT License
561 stars 109 forks source link

Feature request: allow filtering linkedin job requests by linkedin company ID #90

Closed arosier10 closed 5 months ago

arosier10 commented 5 months ago

I have a list of company ID's that I search for jobs by, along with keyword and location. Would be nice to be able to pull this programatically.

cullenwatson commented 5 months ago

good idea. Added it, uses linkedin_company_ids parameter. e.g. linkedin_company_ids=[4456, 14336],

IgorFreik commented 4 months ago

An easy way to look up the linkedin_company_id for your company:

  1. Go to LinkedIn job search
  2. Select in the filters the company of interest
  3. Look at the field f_C in the http address

E.g. here it is for Uber:

Screen Shot 2024-02-17 at 15 13 56