Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hossam el shabory committed Mar 21, 2023
1 parent bea829f commit 6704faf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ https://sites.google.com/a/chromium.org/chromedriver/downloads
To use this script, you need to provide the following arguments:

job_title: the job title to search for on LinkedIn

location: the location to search for jobs in on LinkedIn


pages: the number of pages of job listings to scrape (optional, default is 1)
Here's an example of how to use the script:

```python
from linkedin_job_scraper import scrape_linkedin_jobs
### Here's an example of how to use the script:

```python
job_title = "data scientist"
location = "New York City"
pages = 3
Expand Down

0 comments on commit 6704faf

Please sign in to comment.