Metadata-Version: 2.1
Name: Scrapetsy
Version: 0.0.1
Summary: Scrape product details from www.etsy.com
Author-email: mharitzr <harits.muhammad.only@gmail.com>
Project-URL: Homepage, https://github.com/HaritsAcheiz/Scrapetsy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Scrapetsy
Package to get product detail sold on www.etsy.com.

## HOW IT WORKS?
This package will scrape detail product from www.etsy.com using search page url as input

It will use eksternal package:
selenium, requests, random, json, os and csv

It is also need geckodriver.exe to run selenium, it can be downlowded here https://github.com/mozilla/geckodriver/releases 

Its output could be extracted CSV file or JSON file that is ready to use for any web or mobile application.
