Skip to content
Login Sign up

Proxies

The Web Scraping API runs requests through a pool of millions of IP addresses across more than 195 geolocations. Pick the right pool for your target with proxy_type.

GET https://scrape.shifter.io/v1?api_key=YOUR_API_KEY&url=<TARGET_URL>&proxy_type=<datacenter|residential>
ParameterTypeRequiredDescription
api_keystringyesYour Web Scraping API key
urlstringyesTarget URL to fetch
proxy_typestringnodatacenter (default) or residential.

Datacenter proxies come from cloud providers, not ISPs. They are fast, cheap, and anonymous, but some targets pre-flag datacenter ranges. Shifter’s datacenter pool is private, keeping blacklisting low.

Residential proxies are real IPs assigned by ISPs to home users. They look like genuine consumer traffic and bypass most IP-based blocking, at a higher cost per request.

Terminal window
curl "https://scrape.shifter.io/v1?api_key=YOUR_API_KEY&url=https://httpbin.org/get&proxy_type=datacenter"
Terminal window
curl "https://scrape.shifter.io/v1?api_key=YOUR_API_KEY&url=https://httpbin.org/get&proxy_type=residential"