ri0t1985 / api-creator

Project that allows you to turn static website data into an API through CSS selectors
MIT License
6 stars 0 forks source link

Implement Proxy support #10

Open ri0t1985 opened 7 years ago

ri0t1985 commented 7 years ago

Currently we scrape the target URL directly, but some hosts might detect the incoming IP in the access log, and block it after a while.

To prevent this, we want to allow the host to specify a list of proxies to use.

We can implement TinyProxy to cycle through the proxies when scraping a site.