Code Monkey home page Code Monkey logo

nike-snkrs-launch-webscraper's Introduction

indeed-job-webscraper

About the project

Stay ontop of the drop with www.nike.com SNKRS launch web scraper for all available countries. Scrape upcoming product details:

  • audience_suggestedGender: Product suggested gender male/female/unisex.
  • brand_name: Product brand name Jordan, Nike Sportswear etc.
  • category: Product categories.
  • color: Product color.
  • description: Product description.
  • image: Product image link.
  • name: Product name.
  • offers_url: Product url.
  • offers_price: Product price in local currency.
  • offers_priceCurrency: Local currency.
  • offers_seller_name: Product seller.
  • releaseDate: Release datetime in iso format.
  • sku: Product SKU.

Note: if more additional data fields required e.g. product sizes, refer to the Support section below.

Screen Shot 2021-11-11 at 9 12 36 am

Installation

Install python 3.8

$ https://www.python.org/downloads/release/python-387/

Clone repo

$ git clone https://github.com/jcoleiro/indeed-job-webscraper.git

Create virtual environment (Recommended)

macOS

$ python3 -m venv venv

Windows

$ c:\>c:\Python35\python -m venv venv

Start virtual environment (Recommended)

macOS

$ source venv/bin/activate

Windows

$ source venv/Scripts/activate

Install python requirements

$ pip install -r requirements.txt

Usage

Update COUNTRY in scraper.py

COUNTRY: str = 'United States'

Execute scraper.py

$ python scraper.py

Output

All filed out output to the folder /data in csv and json format.

Screen Shot 2021-11-11 at 9 16 41 am

Screen Shot 2021-11-11 at 9 16 59 am

Support

GitHub Issues

If you face any issue, you can create a new issue in the Issues Tab and I will be glad to help you out.

Alternatively, you can contact me at [email protected].

Licence

MIT

Copyright (c) 2021-present, jcoleiro, Joshua Coleiro

nike-snkrs-launch-webscraper's People

Contributors

jcoleiro avatar joshcoleiro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.