Jump to content

How hard is it to collect ebay data?


Recommended Posts

This is more of a programming question. Obviously the site used to use ebay sold listings to calculate values for the brickfolio.  A recent comic book app has split ways with another company that supplied them with sold comic book values.  In terms of difficulty, how hard is/was setting up a system that records ebay values?  I assume you have to pay to get the data from ebay then design you own program to calculate values?  How long did this take and how difficult was it?  

Link to comment
Share on other sites

9 hours ago, stackables said:

This is more of a programming question. Obviously the site used to use ebay sold listings to calculate values for the brickfolio.  A recent comic book app has split ways with another company that supplied them with sold comic book values.  In terms of difficulty, how hard is/was setting up a system that records ebay values?  I assume you have to pay to get the data from ebay then design you own program to calculate values?  How long did this take and how difficult was it?  

This used to be easy, as there was a findCompletedItems() function in the Finding API. The Finding API just requires a developer program account, which most anyone can get. They removed the above mentioned function from it last year, and this functionality is only available (in API form) in the Marketplace Insights API, access to which is heavily restricted.

Unless you can convince ebay to give you Marketplace Insights access, which you almost certainly can't, then you would need to be scraping this data. Old school would probably work (plain HTTP requests), doesn't seem to be much JS going on in the search results page, new school using automated testing tools I would advise against, ebay would likely detect it and block you (my advice against is not because you would then be blocked, but rather that you would be wasting your time).

 

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.


×
×
  • Create New...