Titre du test technique : Test de Scraping avec Python et Github
Ce test technique consiste à écrire un script Python pour faire du scraping sur le site https://www.la-champagnerie.com/ à l'aide du framework Scrapy. Le candidat devra utiliser le repository Github fourni pour faire un fork privé et y ajouter son code.
Le scraping doit être effectué en recherchant les mots clés suivants sur les trois premières pages de résultats :
- "champagne"
- "bollinger"
- "ruinart"
Les informations à récupérer pour chaque offre sont :
- le nom du produit
- l'URL de la page produit
- le prix
- les images
- la description du produit
- la note des consommateurs
Le résultat final doit être exporté en CSV.
Le candidat sera évalué sur sa capacité à utiliser Python pour faire du scraping, à utiliser le framework Scrapy et à travailler avec Github.
Technical test title: Scraping test with Python and Github
This technical test consists of writing a Python script to scrap the https://www.la-champagnerie.com/ website using the Scrapy framework. The candidate will have to use the Github repository provided to make a private fork and add his code.
The scraping must be done by searching the following keywords on the first three pages of results:
- "champagne"
- "bollinger"
- "ruinart"
The information to be retrieved for each offer are :
- the product name
- the URL of the product page
- the price
- the images
- the product description
- consumer rating
The final result must be exported in CSV.
The candidate will be evaluated on his ability to use Python to scrap, to use the Scrapy framework and to work with Github.