eBay RSS Parser
Parses eBay listings from their RSS search feed.
This is a thin wrapper for reading data from eBay's RSS feeds into a JSON object. Note that the RSS feeds are public and do not require any API access.
Installation
npm install ebay-rss
Usage:
const EbayRss = ; let ebayRss = ;ebayRss;
Examples
Search By Category
Requires eBay's category ID, which can be found here: https://www.isoldwhat.com/getcats/
// Searches for 'The Beatles' in Vinyl RecordsebayRss;
Test
All test files are present inside the test folder. You can run using
npm run test
Issues
If you are facing any issues, you can create the issues here.
Contribution
Willing to share your idea or ready to contribute, check here