Skip to content

Using Scrapy framework to scrape data from Nike and Adidas websites from hidden API

Notifications You must be signed in to change notification settings

hericlibong/sportwearScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nike, Adidas Scraper

Presentation

The script of this repo written with the Scrapy framework allows to collect data from Nike and Adidas websites via their unofficial API.

adidas nike

usage

  • Create a folder directory
  • Clone the repo
  • Create a virtual env
python3.10 -m venv venv
  • Install Scrapy
python3.10 -m pip install scrapy
  • go to the spider folder and the choosen file, exemple :
scrapy runspider adidas.py

to export data run :

scrapy runspider adidas.py -o data.json or data.csv

About

Using Scrapy framework to scrape data from Nike and Adidas websites from hidden API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages