У нас вы можете посмотреть бесплатно [Tuto] Scraper un Site d’Offres d’Emplois (Welcome To the Jungle) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Comment Récolter des Offres d'Emplois Automatiquement (et sans Coder) ? N'oubliez pas que vous êtes libre d'adapter cette stratégie pour un tout autre site. Pour télécharger Octoparse: https://bit.ly/3F3r3rl 20% de réduction avec le coupon --- REP20 Pour obtenir vos 100 premiers leads B2B offerts: https://scrap.id/s/1xY Pour une demande en Web Scraping: fdufaurboidin@gmail.com Analyser votre Site: 01:21 Créer la Structure du Workflow: 03:29 Extraire les Données: 10:07 Extraire sur Plusieurs Pages: 16:28 Lancer la Tâche: 23:31 Les Xpaths utilisés (validés le 31/08/2022): • Titre --- //h1 • Entreprise --- //h3[@data-testid="job-header-organization-title"] • Date de début --- (//span[text()="Début : "])[1]/../time • Salaire --- (//i[@name="salary"])[1]/../following-sibling::span[1] • Qualification --- (//i[@name="education_level"])[1]/../following-sibling::span[1] • Expérience professionnelle --- (//i[@name="suitcase"])[1]/../following-sibling::span[1] • Qui sont-ils ? --- //h2[contains(text(),"Qui sont-ils")]/following-sibling::*[1] • Descriptif du poste --- //h2[contains(text(),"Descriptif du poste")]/following-sibling::*[1] • Profil recherché --- //h2[contains(text(),"Profil recherché")]/following-sibling::*[1] • Déroulement des entretiens --- //h2[contains(text(),"Déroulement des entretiens")]/following-sibling::*[1] • URL YouTube --- //iframe[@allow="autoplay"] Condition 1 : //a[@class="ais-Pagination-link ais-Pagination-link--selected" and @aria-label="Page 1"]