Skip to content

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages