Retrieves info from Etsy using UrlLib and Beautiful Soup and returns the data in JSON.
Project description
Etsy Scraper
Retrieves info from Etsy using UrlLib and Beautiful Soup and returns the data in JSON.
Note: This is a web scraper, therefore, it will work until Etsy changes the tags we use to locate and extract the different fields in the page. Be aware of that if you plan on using it in any large scale project. Please see the Contribution section to help me keep it up-to-date!
Installation
Run the following to install:
pip install etsy_scraper
Usage
To retrieve product data:
from etsy_scraper.product_scraper import productScrape
# Retrieve product data from URL
productScrape(PRODUCT_URL)
# Returns
# {
# "id": id,
# "title": title,
# "description": description,
# "currency":currency,
# "price":price,
# "materials":materials,
# "images":images,
# }
To retrieve vendor data:
from etsy_scraper.vendor_scraper import vendorScrape
# Retrieve vendor data from URL
vendorScrape(VENDOR_URL)
# Returns something like
# {
# "name": name,
# "subtitle": subtitle,
# "location": location,
# "vendor_since": vendor_since,
# "number_of_sales": number_of_sales,
# "banner_image": banner_image,
# "vendor_image": vendor_image,
# "featured_products": featured_products,
# "all_products": all_products,
# }
Contribute
If you plan on using / are using the tool and notice that Etsy updated in a way that breaks this code, please notify me, either by raising an issue or submitting a PR.
License
This code is distributed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file etsy_scraper-0.0.1.tar.gz.
File metadata
- Download URL: etsy_scraper-0.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62a6e126771ce5adb64744192907b34eff4ecc2758f19eaf2fd3adc4941e5576
|
|
| MD5 |
967ae6d1728d628e42e47d144b01db37
|
|
| BLAKE2b-256 |
0713c0226fadf582e8756c0ca681181b1e1df6ffd865a12bb1f063e77d2304b6
|
File details
Details for the file etsy_scraper-0.0.1-py3-none-any.whl.
File metadata
- Download URL: etsy_scraper-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.24.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ace079c7ccbe85f1ac071d118bf7ec07410e6f17d21e88c9a6b9bb6e8f64d81c
|
|
| MD5 |
fc4f3e55ce069e286ef178deb89c1589
|
|
| BLAKE2b-256 |
5ab08e30248f5079d81bb16fc45fdbee8145130d51c1143b4c57fd4a68273774
|