producthunt / producthunt-api

Product Hunt API
311 stars 28 forks source link

Is there a way to get all time highest rated products through api? #108

Closed prathapskp closed 7 years ago

prathapskp commented 7 years ago

We’re trying to build a dynamic leaderboard of all time highest rated products on ProductHunt (similar to this: https://www.yvoschaap.com/producthunt/, but with different date points). We’re hitting the rate limits - is there a way to either increase the limits, or can you recommend a better solution?

andreasklinger commented 7 years ago

make sure you delay in between requests or when you hit request limit

900 requests every 15 minutes

you can even this out to one hour (as in 3600 in 1h) but this is where this is throttled

we do not increase rate limits for non commercial partners to avoid bottle necking the api

andreasklinger commented 7 years ago

hope that helps a bit - closing - if not feel free to reopen