Skip to content

Tokopedia Scraper is a utility tool to extract product data from Tokopedia and store it as CSV file.

Notifications You must be signed in to change notification settings

andreasarf/tokopedia-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tokopedia-scraper

Tokopedia Scraper is a utility tool to extract product data from Tokopedia and store it as CSV file.

It is based on Selenium.

Requirement

Project Build

mvn clean install

JAR Build

mvn clean compile assembly:single

Then, JAR file can be found in target directory.

Run

java -jar {jar_file} <category> [count]

Parameter count is optional. If not specified, it will be set as 100.

CSV file will be provided with a name in the following format: Product_<category>_<timeInMillis>.csv

Misc

Currently it only supports limited categories:

  • handphone
  • laptop

About

Tokopedia Scraper is a utility tool to extract product data from Tokopedia and store it as CSV file.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages