joaosilvalopes/linkedin-easy-apply-bot

Filter by date

Opened this issue · 1 comments

Hi there, is it possible to add a filter by date like "month", "week" or "24 hours" ? Currently it's searching by all time. Please let me know if there's already a way to do this!

in FetchJobLinksUser.ts make this correction

const searchParams: { [key: string]: string } = { keywords, location, f_TPR: "r604800", //r604800 = 1 week, r86400 = 24 hours, r2592000 = 1 month start: numSeenJobs.toString(), f_WT: fWt, f_AL: 'true' };