go-web-crawler-adidas

command module
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2024 License: MIT Imports: 10 Imported by: 0

README

Adidas Product Scraper

Overview

This project is a web scraper tool designed to extract product information from the Adidas Japan website. It utilizes Selenium WebDriver to automate web browsing and gather data such as product names, categories, prices, sizes, and more. The extracted data can be saved in Excel formats for further analysis and processing.

Features

  • Scrapes product IDs from the men's category on the Adidas Japan website . For example https://shop.adidas.jp/item/?order=11&gender=mens&limit=100&page=1

  • Supports fetching product details and meta-information

  • Saves scraped data to Excel files

Installation

  1. Clone the repository:

    git clone https://github.com/uzzalhcse/go-web-crawler-adidas.git

  2. Install dependencies:

    go mod tidy

  3. Download ChromeDriver and place it in the assets directory.

    • Ensure that ChromeDriver version matches your installed Chrome browser version. You can download the ChromeDriver for your specific version from here

Usage

  1. Run the main.go file:

    go run main.go

  2. Wait for the scraping process to complete.

  3. Find the extracted data in the dist/sheets directories.

Acknowledgments

Special thanks to the authors of the following libraries used in this project:

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL