https://github.com/michaelfarquhar/python-ebay-price-scraper
Python script to scrap ebay prices of recently sold items given a search term.
https://github.com/michaelfarquhar/python-ebay-price-scraper
beautifulsoup4 python python-script requests scraping
Last synced: 2 months ago
JSON representation
Python script to scrap ebay prices of recently sold items given a search term.
- Host: GitHub
- URL: https://github.com/michaelfarquhar/python-ebay-price-scraper
- Owner: MichaelFarquhar
- Created: 2022-06-05T00:35:17.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T00:45:40.000Z (almost 4 years ago)
- Last Synced: 2025-01-19T07:14:26.538Z (about 1 year ago)
- Topics: beautifulsoup4, python, python-script, requests, scraping
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Ebay Price Scraper
```This is for educational purposes only.```
Python script to scrap ebay prices of recently sold items given a search term.
## How It Works
- This script will scrape the first page of results (60 items) give. a search term. It will only show sold items from canadian sellers.
- Uses `beautifulsoup` to extract the data and display it in a table in the terminal using the `tabulate` package.
- It will skip some items, because ebay does not show the sold price of items with accepted offers, only what they original price was.
## How To Run
```
python main.py "search term"
```
## Example Result
Example result for the search term of "xbox one controller" (table too long to screenshot all 60 items)
