diff --git a/README.md b/README.md index fd368fa..a738da7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -**JobSpy** is a simple, yet comprehensive, job scraping library. +**JobSpy** is a job scraping library with the goal of aggregating all the jobs from popular job boards with one tool. ## Features -- Scrapes job postings from **LinkedIn**, **Indeed**, **Glassdoor**, **Google**, & **ZipRecruiter** simultaneously +- Scrapes job postings from **LinkedIn**, **Indeed**, **Glassdoor**, **Google**, **ZipRecruiter**, & **Bayt** concurrently - Aggregates the job postings in a dataframe - Proxies support to bypass blocking @@ -25,7 +25,7 @@ import csv from jobspy import scrape_jobs jobs = scrape_jobs( - site_name=["indeed", "linkedin", "zip_recruiter", "glassdoor", "google"], + site_name=["indeed", "linkedin", "zip_recruiter", "glassdoor", "google", "bayt"], search_term="software engineer", google_search_term="software engineer jobs near San Francisco, CA since yesterday", location="San Francisco, CA", @@ -58,7 +58,7 @@ zip_recruiter Software Developer TEKsystems Phoenix ```plaintext Optional ├── site_name (list|str): -| linkedin, zip_recruiter, indeed, glassdoor, google +| linkedin, zip_recruiter, indeed, glassdoor, google, bayt | (default is all) │ ├── search_term (str) @@ -165,6 +165,11 @@ You can specify the following countries when searching on Indeed (use the exact | United Arab Emirates | UK* | USA* | Uruguay | | Venezuela | Vietnam* | | | +### **Bayt** + +Bayt only uses the search_term parameter currently and searches internationally + + ## Notes * Indeed is the best scraper currently with no rate limiting.