Skip to content

It is a python scraper scraping search results from 'ebay.com' website

License

Notifications You must be signed in to change notification settings

mzubairtahir/ebay-search-result-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages