From 540f9a6033c9aaaad2b5a876fd3d550963018a47 Mon Sep 17 00:00:00 2001 From: VitaminB16 Date: Fri, 9 Feb 2024 17:51:44 +0000 Subject: [PATCH] chore: updated README with hours_old arg --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f311ca6..9f74eb8 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Optional ├── 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) ├── 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