mirror of https://github.com/Bunsly/JobSpy
docs: update README.md
parent
a6379110c2
commit
18dc9a6cf8
12
README.md
12
README.md
|
@ -35,14 +35,14 @@
|
||||||
### Schema
|
### Schema
|
||||||
|
|
||||||
#### JobResponse
|
#### JobResponse
|
||||||
- **success**: bool - Indicates if the request was successful.
|
- **success**: bool - Indicates if the request was successful
|
||||||
- **error**: str - Any error messages, null if no error.
|
- **error**: str - Any error messages, null if no error
|
||||||
- **jobs**: list[JobPost] - A list of job postings.
|
- **jobs**: list[JobPost] - A list of job postings
|
||||||
- **total_results**: int - Total number of results found.
|
- **total_results**: int - Total number of results found
|
||||||
- **returned_results**: int - Number of results returned in this request.
|
- **returned_results**: int - Number of results returned in this request
|
||||||
|
|
||||||
#### JobPost
|
#### JobPost
|
||||||
- **title**: str - Title of the job.
|
- **title**: str
|
||||||
- **company_name**: str
|
- **company_name**: str
|
||||||
- **job_url**: str
|
- **job_url**: str
|
||||||
- **location**: object - (country, city, state, postal_code, address)
|
- **location**: object - (country, city, state, postal_code, address)
|
||||||
|
|
Loading…
Reference in New Issue