mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-11 16:04:30 -07:00
FEAT: Optional convertion to annual and know salary source (#170)
This commit is contained in:
committed by
GitHub
parent
de70189fa2
commit
2a0cba8c7e
@@ -18,6 +18,9 @@ class Site(Enum):
|
||||
ZIP_RECRUITER = "zip_recruiter"
|
||||
GLASSDOOR = "glassdoor"
|
||||
|
||||
class SalarySource(Enum):
|
||||
DIRECT_DATA = "direct_data"
|
||||
DESCRIPTION = "description"
|
||||
|
||||
class ScraperInput(BaseModel):
|
||||
site_type: list[Site]
|
||||
|
||||
Reference in New Issue
Block a user