Skip to content

crypter70/Nike-Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nike-Scraper

Overview

Web Scraper program to extract products data from Nike website using Playwright. Playwright is an open-source Node.js library developed by Microsoft for cross-browser web automation and testing. The data retrieved include product name, category, number of colors, and prices which are then exported into csv and json.

URL: https://www.nike.com/id/w/mens-shoes-nik1zy7ok

Website: Screenshot 2023-07-25 at 17 32 41

Prerequisite

  • Python 3
  • WebDriver
  • Playwright

Official

Installation

Playwright

pip install playwright
pip3 install playwright

Playwright WebDriver

playwright install

Disclaimer

This code is intended for educational purposes. Please respect privacy, copyright and code and data terms of use. Read more about Nike here.

Rules

  1. Do not retrieve unnecessary data
  2. Do not use the collected data for illegal purposes
  3. Maintain the confidentiality of the data collected
  4. Documenting data scraping times

Website Version

Last scraping date: 25 July 2023

About

Web Scraper program to extract products data from Nike website using Playwright

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages