mirror of https://github.com/Bunsly/JobSpy
docs: readme
parent
4ff002916c
commit
3eef5cbe72
|
@ -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 and direct job url for linkedin (slower)
|
# linkedin_fetch_description=True # get full description , direct job url and company industry 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,10 +150,12 @@ JobPost
|
||||||
├── emails (str)
|
├── emails (str)
|
||||||
└── is_remote (bool)
|
└── is_remote (bool)
|
||||||
|
|
||||||
|
Linkedin & Indeed specific
|
||||||
|
└── company_industry (str)
|
||||||
|
|
||||||
Indeed specific
|
Indeed specific
|
||||||
├── company_country (str)
|
├── company_country (str)
|
||||||
└── company_addresses (str)
|
└── company_addresses (str)
|
||||||
└── company_industry (str)
|
|
||||||
└── company_employees_label (str)
|
└── company_employees_label (str)
|
||||||
└── company_revenue_label (str)
|
└── company_revenue_label (str)
|
||||||
└── company_description (str)
|
└── company_description (str)
|
||||||
|
|
Loading…
Reference in New Issue