Skip to main content

Easy web scraping for Ebay search bar suggested terms

Project description

easyscrape-ebaysuggest

Scrape Ebay search suggestions in Python

Instructions

  1. Install:
pip install easyscrape-ebaysuggest
  1. Get Ebay Suggestions for a Search Term:
from easyscrape_ebaysuggest import querysuggestions as ES

# Request suggestions for a search term
ESResults = ES.query("Mony Python")
ESResults

['monty python and the holy grail', 'monty python flying circus complete', 'monty python and the holy grail vhs', 'monty python', 'monty python and the holy grail blu ray', 'monty python and the holy grail action figures', 'monty python flying circus complete dvd', 'monty python funko pop', 'monty python and the holy grail dvd', 'monty python shirt']
  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_ebaysuggest-0.1.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

easyscrape_ebaysuggest-0.1.2-py3-none-any.whl (3.3 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