mirror of https://github.com/Bunsly/JobSpy
docs: update README.md
parent
881ae37ff2
commit
a6379110c2
16
README.md
16
README.md
|
@ -32,8 +32,6 @@
|
||||||
|
|
||||||
## Response
|
## Response
|
||||||
|
|
||||||
Upon successful query, the API will return a JSON object with the following schema:
|
|
||||||
|
|
||||||
### Schema
|
### Schema
|
||||||
|
|
||||||
#### JobResponse
|
#### JobResponse
|
||||||
|
@ -45,13 +43,13 @@ Upon successful query, the API will return a JSON object with the following sche
|
||||||
|
|
||||||
#### JobPost
|
#### JobPost
|
||||||
- **title**: str - Title of the job.
|
- **title**: str - Title of the job.
|
||||||
- **company_name**: str - Company offering the job.
|
- **company_name**: str
|
||||||
- **job_url**: str - URL to the job posting.
|
- **job_url**: str
|
||||||
- **location**: object - Contains the location details (country, city, state, postal_code, address).
|
- **location**: object - (country, city, state, postal_code, address)
|
||||||
- **description**: str - Description of the job.
|
- **description**: str
|
||||||
- **job_type**: str - Type of job (fulltime, parttime, internship, contract).
|
- **job_type**: str - Options: `fulltime`, `parttime`, `internship`, `contract`
|
||||||
- **compensation**: object - Contains compensation details (interval, min_amount, max_amount, currency).
|
- **compensation**: object - Contains: `interval`, `min_amount`, `max_amount`, `currency`
|
||||||
- **date_posted**: str - The date when the job was posted.
|
- **date_posted**: str
|
||||||
|
|
||||||
### Example
|
### Example
|
||||||
![image](https://github.com/cullenwatson/jobspy/assets/78247585/73cb4423-8a53-456a-9da5-9ce7c56d5282)
|
![image](https://github.com/cullenwatson/jobspy/assets/78247585/73cb4423-8a53-456a-9da5-9ce7c56d5282)
|
||||||
|
|
Loading…
Reference in New Issue