mirror of https://github.com/Bunsly/JobSpy
docs: readme
parent
89a3ee231c
commit
c501006bd8
|
@ -140,13 +140,14 @@ JobPost
|
||||||
│ ├── state (str)
|
│ ├── state (str)
|
||||||
├── description (str)
|
├── description (str)
|
||||||
├── job_type (str): fulltime, parttime, internship, contract
|
├── job_type (str): fulltime, parttime, internship, contract
|
||||||
|
├── job_function (str)
|
||||||
├── compensation (object)
|
├── compensation (object)
|
||||||
│ ├── interval (str): yearly, monthly, weekly, daily, hourly
|
│ ├── interval (str): yearly, monthly, weekly, daily, hourly
|
||||||
│ ├── min_amount (int)
|
│ ├── min_amount (int)
|
||||||
│ ├── max_amount (int)
|
│ ├── max_amount (int)
|
||||||
│ └── currency (enum)
|
│ └── currency (enum)
|
||||||
└── date_posted (date)
|
├── date_posted (date)
|
||||||
└── emails (str)
|
├── emails (str)
|
||||||
└── is_remote (bool)
|
└── is_remote (bool)
|
||||||
|
|
||||||
Indeed specific
|
Indeed specific
|
||||||
|
|
Loading…
Reference in New Issue