Skip to content

Getting around the 50,000 listing limit #65

Answered by driscoll42
nickswaya asked this question in Q&A
Discussion options

You must be logged in to vote

There is no way to filter by date on ebay, however what own can do is filter by price. Suppose you have 20,000 listings, and 10,000 are below $100 and 10,000 are above $100. You can do a search for $0-$100 and then a second for $100.01-$999999 and you'll get everything. Rather than try to figure that out on my own for each listing, if you look at my code I basically do a binary search, splitting my input ranges in half until the results within that range are less than 800, then I iterate over those ranges I determined.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@nickswaya
Comment options

@driscoll42
Comment options

@nickswaya
Comment options

@driscoll42
Comment options

@nickswaya
Comment options

Answer selected by nickswaya
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants