Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 1.09 KB

README.md

File metadata and controls

43 lines (39 loc) · 1.09 KB

Ebay Search Results Scraper 🕸

It is a python 🐍 scraper that is scraping search Results of ebay.com

It is scraping following features of items:

  • price of item 💲
  • Item link 🔗
  • Title of item
  • Status of item (Pre-owned or Brand-new)
  • Seller info ℹ
  • Item location 🗺

How to use it❓

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

Contributions

If you want to contribute in it to make it more better, simply send a pull request