Easy web scraping for Etsy search bar suggested terms
Project description
easyscrape-etsysuggest
Scrape Etsy search suggestions with Python
Instructions
- Install:
pip install easyscrape-etsysuggest
- Get Etsy Suggestions for a Search Term:
from easyscrape_etsysuggest import querysuggestions as ES
# Request suggestions for a search term
ESResults = ES.query("Mony Python")
ESResults
['monty python', 'monty python doormat', 'monty python sticker', 'monty python shirt', 'monty python holy grail', 'monty python t-shirt', 'monty python clock', 'monty python car decal', 'monty python costume', 'monty python rugs', 'monty python pin']
- ES query returns a list of strings with the results.
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 easyscrape_etsysuggest-0.1.1.tar.gz.
File metadata
- Download URL: easyscrape_etsysuggest-0.1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1cb908250867812cb86a2e6c08767a8230e2eb292147a22b1ed0c15eab19f2b
|
|
| MD5 |
0a044e7037242f920ad5406949be9bb4
|
|
| BLAKE2b-256 |
352d02f1d9dbef6deb50b09e1fbc5e1448a9e92db0dc0582a1846a96f2cf4f35
|
File details
Details for the file easyscrape_etsysuggest-0.1.1-py3-none-any.whl.
File metadata
- Download URL: easyscrape_etsysuggest-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5cc4b00c5f2e395e8090d876422eb44ea8ce3537b0b709c9d6b924411e3e52b6
|
|
| MD5 |
772b07b8673f992c7e9c4109e32d76e5
|
|
| BLAKE2b-256 |
28796df15533037e87dd868b0a8195df15bd7a996b717e8afc1269fcde1c3baa
|