Hacker News new | past | comments | ask | show | jobs | submit login

I mean you do the request from within the user's browser (their IP address).

So for example, they filter out 5 products, and from the javascript in the browser you perform the request for those 5 products, and then show the user which ones are available. It could also send the data back to your server. Of course you still have to be careful with the number of requests, but it would allow you to get more data without getting flagged.




CORS headers from eBay will prevent that unfortunately


Ah - I see what you’re saying.

I think I’m going to keep it relatively simple for now, just to see how it goes. If it becomes a bigger issue, I’ll try out your method!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: