feat(linkedin): add easy apply attr

This commit is contained in:
Cullen Watson
2023-08-17 15:44:52 -05:00
parent ff0213978e
commit 5701826399
2 changed files with 2 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ class LinkedInScraper(Scraper):
if scraper_input.job_type
else None,
"pageNum": page,
"f_AL": "true" if scraper_input.easy_apply else None,
}
response = session.get(self.url, params=params, allow_redirects=True)