mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 20:14:32 -08:00
- api/jobs/v1 schema change
This commit is contained in:
committed by
Cullen Watson
parent
28ba4fac8a
commit
b41bfd3c1a
@@ -10,9 +10,12 @@ class Site(Enum):
|
||||
|
||||
|
||||
class ScraperInput(BaseModel):
|
||||
location: str
|
||||
site_type: Site
|
||||
|
||||
search_term: str
|
||||
location: str
|
||||
distance: int = 25
|
||||
|
||||
results_wanted: int = 15 #: TODO: implement
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user