chore: updated README with hours_old arg

pull/103/head
VitaminB16 2024-02-09 17:51:44 +00:00
parent e8db57695c
commit 540f9a6033
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ Optional
├── linkedin_company_ids (list[int): searches for linkedin jobs with specific company ids ├── linkedin_company_ids (list[int): searches for linkedin jobs with specific company ids
├── country_indeed (enum): filters the country on Indeed (see below for correct spelling) ├── country_indeed (enum): filters the country on Indeed (see below for correct spelling)
├── offset (num): starts the search from an offset (e.g. 25 will start the search from the 25th result) ├── offset (num): starts the search from an offset (e.g. 25 will start the search from the 25th result)
├── hours_old (int): filters jobs by the number of hours since the job was posted
``` ```
### JobPost Schema ### JobPost Schema