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/
- Install the required dependencies listed in the
requirements.txtfile by running the following command:
pip install -r requirements.txt
- Run the Python script using the following command:
streamlit run ebay-related-searches.py
-
The Streamlit app will launch in your default web browser.
-
Enter the keyword you want to search for on eBay in the text input field.
-
Select the country code top-level domain (ccTLD) from the dropdown menu to specify the country.
-
Click the "Submit" button to start the scraping process.
-
Wait for the scraper to retrieve the related search keywords from eBay. The progress will be displayed.
-
Once the scraping is complete, an interactive tree visualization of the related search keywords will be displayed.
-
To download the scraped data as a CSV file, click the "Download your report!" button.
Lee Foot - eCommerce SEO Consultant