Compare commits

...

4 Commits

Author SHA1 Message Date
Cullen Watson d52e366ef7
docs:readme 2024-11-26 15:51:26 -06:00
Cullen Watson 395ebf0017
docs:readme 2024-11-26 15:49:12 -06:00
Cullen Watson 63fddd9b7f
docs:readme 2024-11-26 15:48:22 -06:00
Cullen Watson 58956868ae
docs:readme 2024-11-26 15:47:10 -06:00
1 changed files with 38 additions and 45 deletions

View File

@ -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
```