docs: readme

pull/166/head
Ali Bakhshi Ilani 2024-07-06 20:01:12 +03:30
parent dda1f53d23
commit 9c2bef4fc4
1 changed files with 4 additions and 1 deletions

View File

@ -37,7 +37,7 @@ jobs = scrape_jobs(
hours_old=72, # (only Linkedin/Indeed is hour specific, others round up to days old) hours_old=72, # (only Linkedin/Indeed is hour specific, others round up to days old)
country_indeed='USA', # only needed for indeed / glassdoor country_indeed='USA', # only needed for indeed / glassdoor
# linkedin_fetch_description=True # get full description , direct job url and company industry for linkedin (slower) # linkedin_fetch_description=True # get full description , direct job url , company industry and job level (seniority level) for linkedin (slower)
# proxies=["208.195.175.46:65095", "208.195.175.45:65095", "localhost"], # proxies=["208.195.175.46:65095", "208.195.175.45:65095", "localhost"],
) )
@ -150,6 +150,9 @@ JobPost
├── emails (str) ├── emails (str)
└── is_remote (bool) └── is_remote (bool)
Linkedin specific
└── job_level (str)
Linkedin & Indeed specific Linkedin & Indeed specific
└── company_industry (str) └── company_industry (str)