hylickipiotr / jobs

Pracuj.pl offers searcher

Home Page:jobs-git-main-hylickipiotr.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jobs

Job searcher based on Pracuj.pl

Search flow

  • Scrap offers page
  • isSearching = TRUE
  • Update meta in state
  • If offer exist in db
    • TRUE
      • Update data in db
    • FALSE
      • Add offer to db
  • Get offers from db
    • Default sort: expirationDate ASC
    • Where:
      • expirationDate < dateNow
  • isSearching = FALSE

Pracuj.pl URL

https://www.pracuj.pl/praca

Query params

type SearchParams = {
  /** Category */
  cc: string[];
  /** Range distance */
  rd: number; //Przepisac ze stronki
  /** Region */
  r: string[];
};

About

Pracuj.pl offers searcher

jobs-git-main-hylickipiotr.vercel.app


Languages

Language:JavaScript 86.7%Language:TypeScript 13.2%Language:CSS 0.0%