mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-07 21:14:32 -08:00
add offset param & email extraction (#51)
* add offset param * [enh]: extract emails
This commit is contained in:
@@ -18,6 +18,7 @@ class ScraperInput(BaseModel):
|
||||
is_remote: bool = False
|
||||
job_type: Optional[JobType] = None
|
||||
easy_apply: bool = None # linkedin
|
||||
offset: int = 0
|
||||
|
||||
results_wanted: int = 15
|
||||
|
||||
|
||||
Reference in New Issue
Block a user