Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cristobalgvera/fintual-scraping
- Owner: cristobalgvera
- Created: 2022-08-04T23:51:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T00:07:10.000Z (over 2 years ago)
- Last Synced: 2024-03-15T13:04:28.091Z (8 months ago)
- Topics: fintual, playwright, scraping, typescript, web-scraping
- Language: TypeScript
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.