Skip to content

Instantly share code, notes, and snippets.

View INVISIBLE5130's full-sized avatar
🏠
Working from home

Ihor Sheptiakov INVISIBLE5130

🏠
Working from home
View GitHub Profile
@INVISIBLE5130
INVISIBLE5130 / candidates-scraper.js
Last active April 5, 2025 17:02
A browser-based scraper for extracting candidate information from Djinni (a job platform). This script runs directly in the browser and allows you to collect candidate data from multiple pages. Link to the github repository - https://github.com/INVISIBLE5130/candidates-scraper
// ==UserScript==
// @name Candidates Scraper for Djinni
// @namespace http://tampermonkey.net/
// @version 2025-04-05
// @description Scrape candidates from Djinni
// @author Ihor Sheptiakov
// @match https://djinni.co/developers/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=djinni.co
// @grant none
// ==/UserScript==