It is a python 🐍 scraper that is scraping search Results of ebay.com
- price of item 💲
- Item link 🔗
- Title of item
- Status of item (Pre-owned or Brand-new)
- Seller info ℹ
- Item location 🗺
You must have python environment and its following libraries:
- bs4
- playwright
- pandas
To install these libraries, simply run following command in your terminal
pip install playwright pandas bs4
Now, before running the script "main.py" you have to give search query and total number of pages you want to scrape!
Example:
search_query = "mouse for laptop"
&
total_pages = 5
If you want to contribute in it to make it more better, simply send a pull request