TGViewer
Гильдия аналитиков⚒️ Гильдия аналитиков⚒️ @guildofanalysts · 1.23K subscribers
Post #24 5.19K
💼 Великий и могучий скрипт для массового отклика на вакансии! 💼

Важно! Должно быть 1 Резюме!

let totalResponses = 0;

function respondToVacancies() {
// Find all response buttons and click on them
let buttons = document.querySelectorAll('[data-qa="vacancy-serp__vacancy_response"]');
buttons.forEach(button => {
button.click();
totalResponses++;
});

// Check if we reached the limit of 100 responses
if (totalResponses >= 100) {
console.log("Reached 100 responses. Stopping...");
return;
}

// Find the next page button and click on it
let nextPageButton = document.querySelector('[data-qa="pager-next"]');
if (nextPageButton) {
nextPageButton.click();

// Use a timeout to wait for the next page to load and then continue the process
setTimeout(respondToVacancies, 3000); // Wait 3 seconds for the next page to load
} else {
console.log("No more pages to navigate. Stopping...");
}
}

// Start the process
respondToVacancies();
  • 🔥 17
  • ❤ 3
  • 🆒 3
  • 🥴 1
More from @guildofanalysts
  1. Sep 21, 2026👩‍💻 Этот курс прошла моя мама. Ей 64 года. Я давно хотел сделать настолько понятный мате…
  2. Sep 17, 2026https://youtu.be/vXdeEvIkjdw?si=R-izi2YaKz2QbtcS
  3. Sep 16, 2026🚀 Роудмап: что нужно учить, чтобы стать аналитиком Кажется, это самый полезный пост, кото…
  4. Sep 15, 2026Не учите SQL. Декабрь 2014 года. За окном густыми хлопьями падает снег, я лежу дома, смотр…
  5. Sep 12, 2026Что сейчас отличает сильного аналитика от человека, который просто умеет писать SQL? Умени…
  6. Aug 26, 2026Post #295
Threads Profile ViewerView any public Threads profile without an account.Open ThreadLook →Writing with AI? Make it sound human.Metric37 rewrites AI drafts so they read naturally. Free AI detector, 1,500 words free.Try Metric37 →