Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.73 KB

File metadata and controls

37 lines (19 loc) · 1.73 KB

eBay Related Search Scraper

This Python code implements a web scraping tool to retrieve related search keywords from eBay. It provides a user-friendly web interface using the Streamlit library. The scraper allows you to search for related keywords on eBay and visualize the results in an interactive tree format.

Run Online: https://searchebay.streamlit.app/

Usage - Running Locally

  1. Install the required dependencies listed in the requirements.txt file by running the following command:

pip install -r requirements.txt

  1. Run the Python script using the following command:

streamlit run ebay-related-searches.py

  1. The Streamlit app will launch in your default web browser.

  2. Enter the keyword you want to search for on eBay in the text input field.

  3. Select the country code top-level domain (ccTLD) from the dropdown menu to specify the country.

  4. Click the "Submit" button to start the scraping process.

  5. Wait for the scraper to retrieve the related search keywords from eBay. The progress will be displayed.

  6. Once the scraping is complete, an interactive tree visualization of the related search keywords will be displayed.

  7. To download the scraped data as a CSV file, click the "Download your report!" button.

eBay Related Searches

Author

Lee Foot - eCommerce SEO Consultant

Website LinkedIn Bluesky