From 6704faf3408fe6d800e9d0b88de9716f64a9e5ad Mon Sep 17 00:00:00 2001 From: hossam el shabory Date: Tue, 21 Mar 2023 13:12:39 +0200 Subject: [PATCH] Update README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04e0421..ec4bf25 100644 --- a/README.md +++ b/README.md @@ -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