Skip to main content

Easy web scraping for Etsy search bar suggested terms

Project description

easyscrape-etsysuggest

Scrape Etsy search suggestions with Python

Instructions

  1. Install:
pip install easyscrape-etsysuggest
  1. 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']
  1. ES query returns a list of strings with the results.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easyscrape_etsysuggest-0.1.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

easyscrape_etsysuggest-0.1.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page