Skip to content

Con-Adonis/STIHL_ProductScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STIHL Brazil Product Scraper

This Python-based web scraper extracts product data from the official STIHL Brazil web store using Selenium. The scraper collects:

  • Product title
  • Price (formatted for Brazilian locale)
  • Description
  • Technical specifications (as a dictionary)
  • Image URLs
  • Product page URL

Features

  • Navigates the product catalog by simulating "Load More" interactions
  • Extracts structured data per product page
  • Exports output as both CSV and JSON
  • Headless mode for automated execution

Output

  • all_products.json — Machine-readable data format
  • all_products.csv — Human-readable spreadsheet format

▶Usage

  1. Ensure you have ChromeDriver installed and accessible via CHROMEDRIVER_PATH.
  2. Install dependencies:
    pip install selenium

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages