Skip to content
Login Sign up

Quickstart

Make your first proxied request in under a minute.

  1. Create an account and pick a plan

    Sign up at shifter.io/order and choose a plan.

  2. Grab your credentials

    Open the client dashboard and copy your proxy username and password (or API key for the Scraping/SERP APIs). They look like:

    Username: customer-USERNAME
    Password: 5f8a9c2b1d3e4f6g7h8i
    Gateway: p.shifter.io:443
  3. Send your first request

    Route any HTTP call through the gateway. The username encodes your targeting:

    Terminal window
    curl -x customer-USERNAME-country-us-sid-9f3a2b7c-ttl-600:PASSWORD@p.shifter.io:443 \
    https://ipinfo.io/json
  4. Target a country, session, or ISP

    Use parameters to control geo, session, and routing:

    ParameterExampleEffect
    country-XXcustomer-USERNAME-country-deRoute through Germany
    region-NAMEcustomer-USERNAME-region-californiaTarget a specific region/state
    city-NAMEcustomer-USERNAME-city-new_yorkTarget a specific city
    asn-NUMBERcustomer-USERNAME-asn-7922Target a specific ASN
    sid-IDcustomer-USERNAME-sid-abcSticky session (same IP held for the default TTL of 120s)
    ttl-SECONDScustomer-USERNAME-sid-abc-ttl-600Custom TTL in seconds for the sticky session (requires sid)
    strict-truecustomer-USERNAME-country-us-strict-trueFail with 502 instead of falling back to a broader pool