Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cristobalgvera/fintual-scraping

Simple project to look for personal interest jobs in Fintual's jobs page
https://github.com/cristobalgvera/fintual-scraping

fintual playwright scraping typescript web-scraping

Last synced: about 4 hours ago
JSON representation

Simple project to look for personal interest jobs in Fintual's jobs page

Awesome Lists containing this project

README

        

# Fintual Jobs Scraping

This project was made for personal purposes, and it helps to constantly
watch for published jobs in [Fintual's jobs page](https://jobs.lever.co/fintual)

## TL;DR

```bash
# Clone project
git clone https://github.com/cristobalgvera/fintual-scraping.git
cd fintual-scraping

# Install dependencies
npm i # yarn

# Run project
npm run dev # yarn dev
```

## How it works

The Project looks in jobs page for a specific CSS class holding job position
information and list them.
After that, comes a filtering process based on custom words.
Those words can be manipulated inside [constants' folder](./src/constants).

The result will be a console output with all interesting jobs accordingly with
the previously defined filter.
All interesting jobs are listed showing his title and url.