spinlud / linkedin-jobs-scraper

141 stars 40 forks source link

Search by company #4

Closed anthonytison closed 4 years ago

anthonytison commented 4 years ago

Hi,

Thanks for this great plugin. It's very useful. However, could you allow users to search jobs for a company ?

spinlud commented 4 years ago

Hi! You can just use the name of the company as your job query:

image

For example you can use Google as the job query to search for Google jobs:

scraper.run(
    "Google",
    "United States",
    {
        paginationMax: 2,
    }
)

Hope this helps!

anthonytison commented 4 years ago

Hi!! Thx for your answer.