This repository contains my analysis of Etsy listings, focusing on structure and keyword attributes of Etsy listings. The data was obtained via the Etsy API and is stored in an SQLite database (etsy_data.db
). The goal of this analysis is to elucidate best practices for listing art-related items on Etsy to generate viewing traffic to art related Etsy listings.
The database consists of three datasets:
- Review Data: Contains customer reviews for various listings, allowing for sentiment analysis.
- Shop Data: Includes information about shops, such as transaction counts and shop IDs.
- Listings Data: Features details of each listing, including titles, prices, and listing types.
To access the SQLite database:
- Download the
etsy_data.db
file from this repository. - Open it using any SQLite client or library, such as SQLite Studio, DB Browser for SQLite, or via Python using the
sqlite3
module. - SQL queries used to extract and analyze data are embedded within the Jupyter Notebooks in this repository.
The Jupyter Notebooks contain detailed analyses, visualizations, and SQL queries used throughout the project. Please refer to these notebooks for insights and methodologies.
The Results folder contains a PDF version of the Canva Slides presentation, showcasing key visualizations and summarizing best practices for successful Etsy listings.
The repository is organized into the following main folders:
- Data: Contains the SQLite database (
etsy_data.db
). - Notebooks: Jupyter notebooks used for analysis, including SQL queries and Python visualizations.
- Results: The Google Slides presentation PDF showcasing the project's key findings and recommendations.
- Project summary and insights on my website: Link to blog post