Skip to content

🚀 THIS G2 PYTHON SCRAPER ALLOWS YOU TO SCRAPE PRODUCT INFORMATION FROM G2 🤖

License

Notifications You must be signed in to change notification settings

davonisher/g2-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

G2 Scraper

G2 Scraper CSV Result

This is a Python script that allows you to scrape product information from G2. The script first gets the product links and then scrape the products.

Installation

  1. Clone Starter Template
git clone https://github.com/omkarcloud/g2-scraper
cd g2-scraper
  1. Install dependencies
python -m pip install -r requirements.txt

Usage

Step 1: Extract Product Links

  • Run Project
python main.py

Step 2: Extract Product

  • Open config.py and paste
from .extract_product_links import ExtractProductLinks
from .extract_products import ExtractProducts

tasks_to_be_run = [
        # ExtractProductLinks,
        ExtractProducts
]
  • Run Project
python main.py

The products will be extracted and stored in the output/finished.csv and output/finished.json file after scraping.

G2 Scraper CSV Result

Thanks

The G2 Scraper project uses the Bose Framework, a web scraping framework that is Swiss Army Knife for web scraping. I encourage you to learn about Bose Framework at https://www.omkar.cloud/bose/

About

🚀 THIS G2 PYTHON SCRAPER ALLOWS YOU TO SCRAPE PRODUCT INFORMATION FROM G2 🤖

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%