Skip to content

Hopefully a temporary solution to find sold and completed items on eBay.

License

Notifications You must be signed in to change notification settings

willmeyers/ebay-find-completed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebay-find-completed

eBay removed the very useful findCompletedItems endpoint from their api. Now we have to scrape their website. 😒

Install

pip install ebay-find-completed

Quickstart

import asyncio

from ebay_find_completed import search

asyncio.get_event_loop().run_until_complete(search('a rare collectible'))

That's it and all.

About

Hopefully a temporary solution to find sold and completed items on eBay.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages