csu/quora-api

Will my IP address get blocked if I use this API for web scraping?

Closed this issue · 3 comments

Same as the title, I am concerned about whether my IP will get blocked if I use this API to webscrape Quora. Is there anyone got that problem before? If there is, is there any way to avoid that? Thanks a lot.

If you use it via quora-api.herokuapp.com you have no risk to be "banned" since it will act as a separation layer between you and Quora. (I don't why you would be banned if you are not hammering Quora with a lot of requests anyway).

csu commented

You won't, though quora-api might get blocked by Quora 😛

csu commented

Somewhat related: @aaronwinter, we should consider looking into rate limiting quora-api and/or implementing caching if we ever start to get a lot of users. I haven't been tracking metrics, but I'll set it up now so we can tell.