Skip to content

Alpsencer68/trendyol_comment_scraper

Repository files navigation

Trendyol-Product-Comments

index

Web scraping tool written in Java Selenium and Jsoup for pulling product and product reviews from Trendyol e-commerce site.

Kaggle Dataset : https://www.kaggle.com/datasets/ahmetfurkandemr/trendyol-product-comments

Kaggle Comment classification project : https://www.kaggle.com/code/ahmetfurkandemr/trendyol-product-reviews-classification

  • Gender of clothing products.
/*
1 : Women
2 : Men
3 : Child
*/

String gender = "1,2,3";
  • Brands of clothing products
String brands = "38,37,271,101990,43,44,136,230,33,124,160,101439,436,189,257,146279,131,634,150,859";

// Products
String url = "https://www.trendyol.com/sr?wg="+genders+"&wb="+brands+"&wc=82&os=1&pi=";
  • The schema of the tables created for writing the data

Screenshot_2022-07-16_12-51-17

How to run

Run the project using maven.

maven clean
maven install
java -jar <created jar file>****

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published