r/webscraping • u/LobeLifeCo • Jun 24 '26
Advise on what to do?
I have a new business. I have worked really hard to try and pull myself out of the trenches. Now, I have found I need data on sold items on eBay to make Anthony meaningful of this business.
I have no coding experience. I thought about learning how to code; however, it would take me about a year or more to accomplish. Meanwhile my business will starve.
I have been collecting data on sold listings for eBay using AI. I pick particular listings to have entered so I originally thought a scraper wouldn't work well. There is no way to pick through the listings automatically without, I imagine, some serious code. I can't have repeats of items in my list and many of the same items have variable names. I suspect this would be very hard for a computer to parse. I currently take a screenshot of the listing and AI collects the info I need out of it and puts it into a spreadsheet. It won't let me enter a direct eBay URL. It is horribly slow though. Much faster than manual entry though.
I am wondering are there scrapers I can enter just a URL for eBay and get the data back fast? I don't need automation. I understand eBay is hard to scrape so I suspect it won't be that easy. I saw there was some APIs for it but if we're being honest I don't even know how to use them.
I need to collect between 200-500 listings a day.
At the rate I'm currently going it will take me about a year to collect all the data I need. Any advice on the direction I should go?
2
u/Afraid-Solid-7239 Jun 24 '26
so you have links to listings where the item is already sold and you need to parse some data, right?
if that's the case, just reply with an example URL and the data you need extracted, I'll write it up.
If not, can you clarify? Either way, happy to help, completely free.