mirror of https://github.com/Bunsly/JobSpy
Compare commits
4 Commits
4fce836222
...
d52e366ef7
Author | SHA1 | Date |
---|---|---|
Cullen Watson | d52e366ef7 | |
Cullen Watson | 395ebf0017 | |
Cullen Watson | 63fddd9b7f | |
Cullen Watson | 58956868ae |
83
README.md
83
README.md
|
@ -87,7 +87,7 @@ Optional
|
||||||
| number of job results to retrieve for each site specified in 'site_name'
|
| number of job results to retrieve for each site specified in 'site_name'
|
||||||
│
|
│
|
||||||
├── easy_apply (bool):
|
├── easy_apply (bool):
|
||||||
| filters for jobs that are hosted on the job board site
|
| filters for jobs that are hosted on the job board site (LinkedIn easy apply filter no longer works)
|
||||||
│
|
│
|
||||||
├── description_format (str):
|
├── description_format (str):
|
||||||
| markdown, html (Format type of the job descriptions. Default is markdown.)
|
| markdown, html (Format type of the job descriptions. Default is markdown.)
|
||||||
|
@ -132,46 +132,6 @@ Optional
|
||||||
| - easy_apply
|
| - easy_apply
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### JobPost Schema
|
|
||||||
|
|
||||||
```plaintext
|
|
||||||
JobPost
|
|
||||||
├── title
|
|
||||||
├── company
|
|
||||||
├── company_url
|
|
||||||
├── job_url
|
|
||||||
├── location
|
|
||||||
│ ├── country
|
|
||||||
│ ├── city
|
|
||||||
│ ├── state
|
|
||||||
├── description
|
|
||||||
├── job_type: fulltime, parttime, internship, contract
|
|
||||||
├── job_function
|
|
||||||
│ ├── interval: yearly, monthly, weekly, daily, hourly
|
|
||||||
│ ├── min_amount
|
|
||||||
│ ├── max_amount
|
|
||||||
│ ├── currency
|
|
||||||
│ └── salary_source: direct_data, description (parsed from posting)
|
|
||||||
├── date_posted
|
|
||||||
├── emails
|
|
||||||
└── is_remote
|
|
||||||
|
|
||||||
Linkedin specific
|
|
||||||
└── job_level
|
|
||||||
|
|
||||||
Linkedin & Indeed specific
|
|
||||||
└── company_industry
|
|
||||||
|
|
||||||
Indeed specific
|
|
||||||
├── company_country
|
|
||||||
├── company_addresses
|
|
||||||
├── company_employees_label
|
|
||||||
├── company_revenue_label
|
|
||||||
├── company_description
|
|
||||||
└── company_logo
|
|
||||||
```
|
|
||||||
|
|
||||||
## Supported Countries for Job Searching
|
## Supported Countries for Job Searching
|
||||||
|
|
||||||
### **LinkedIn**
|
### **LinkedIn**
|
||||||
|
@ -241,8 +201,41 @@ This searches the description/title and must include software, summer, 2025, one
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Q: Encountering issues with your queries?**
|
### JobPost Schema
|
||||||
**A:** Try reducing the number of `results_wanted` and/or broadening the filters. If problems
|
|
||||||
persist, [submit an issue](https://github.com/Bunsly/JobSpy/issues).
|
|
||||||
|
|
||||||
---
|
```plaintext
|
||||||
|
JobPost
|
||||||
|
├── title
|
||||||
|
├── company
|
||||||
|
├── company_url
|
||||||
|
├── job_url
|
||||||
|
├── location
|
||||||
|
│ ├── country
|
||||||
|
│ ├── city
|
||||||
|
│ ├── state
|
||||||
|
├── description
|
||||||
|
├── job_type: fulltime, parttime, internship, contract
|
||||||
|
├── job_function
|
||||||
|
│ ├── interval: yearly, monthly, weekly, daily, hourly
|
||||||
|
│ ├── min_amount
|
||||||
|
│ ├── max_amount
|
||||||
|
│ ├── currency
|
||||||
|
│ └── salary_source: direct_data, description (parsed from posting)
|
||||||
|
├── date_posted
|
||||||
|
├── emails
|
||||||
|
└── is_remote
|
||||||
|
|
||||||
|
Linkedin specific
|
||||||
|
└── job_level
|
||||||
|
|
||||||
|
Linkedin & Indeed specific
|
||||||
|
└── company_industry
|
||||||
|
|
||||||
|
Indeed specific
|
||||||
|
├── company_country
|
||||||
|
├── company_addresses
|
||||||
|
├── company_employees_label
|
||||||
|
├── company_revenue_label
|
||||||
|
├── company_description
|
||||||
|
└── company_logo
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue