proxies

Oxylabsプロキシネットワーク:住宅用、モバイル用、共有データセンター/ISP、専用データセンター/ISPプロキシで、ジオターゲティング、IPローテーション、セッション永続性、ポートベースのスティッキーIPを備えています。

@oxylabsMIT更新 2026-08-22v0.1.0直近30日 0 回
コンテキストを 1,505 トークン使用しますコンテキストを 1.5k トークン 使用します

取り込み時のスキャン結果 · 2026-08-22

接続先として検出されたホスト: api.oxylabs.io, dashboard.oxylabs.io, dc-api-spec.oxylabs.io, ddc.oxylabs.io, disp.oxylabs.io, ip.oxylabs.io, pr.oxylabs.io, proxy.oxylabs.io, stat.ripe.net

ルールに基づく静的スキャンの結果です。検出がないことは安全を保証するものではありません。 本文と同梱スクリプトは全文を閲覧できるため、実行前に内容をご確認ください。

Oxylabs Proxies

Proxy Types Overview

TypeHostPortBest For
Residentialpr.oxylabs.io7777High anonymity, geo-targeting
Mobilepr.oxylabs.io7777Mobile-specific content, highest trust
Datacenter (shared)dc.oxylabs.io8000 rotation / 8001+ assigned/staticSpeed, high volume
ISP (shared)isp.oxylabs.io8000 rotation / 8001+ assigned/staticSpeed + anonymity balance
Dedicated Datacenterddc.oxylabs.io8000 rotation / 8001+ assigned/staticOwned IPs, port-based access
Dedicated ISPdisp.oxylabs.io8000 rotation / 8001+ assigned/staticOwned ISP IPs, ASN locked

Residential/Mobile use pr.oxylabs.io:7777 with username session parameters. Datacenter/ISP and Dedicated self-service products use proxy-list ports starting at 8001 for assigned/static IPs and 8000 for automatic rotation.

Environment Variables

Use credentials for the specific proxy product family:

Product familyVariablesUsername prefix
Residential, MobileOXY_RES_USERNAME, OXY_RES_PASSWORDcustomer-
Datacenter, ISP, Dedicated Datacenter, Dedicated ISPOXY_DC_USERNAME, OXY_DC_PASSWORDuser- for self-service/shared

Authentication Format

customer-USERNAME:PASSWORD    # Residential, Mobile
user-USERNAME:PASSWORD          # Shared Datacenter, Shared ISP

Dedicated proxy auth (Self-Service vs Enterprise) is in dedicated-datacenter.md and dedicated-isp.md.

Use separate credentials for Residential/Mobile (OXY_RES_USERNAME, OXY_RES_PASSWORD) and Datacenter/ISP (OXY_DC_USERNAME, OXY_DC_PASSWORD).

With parameters:

customer-USERNAME-cc-US-city-new_york-sessid-abc123:PASSWORD

Quick Start

Residential/Mobile proxy:

curl -x "pr.oxylabs.io:7777" \
  -U "customer-$OXY_RES_USERNAME:$OXY_RES_PASSWORD" \
  "https://ip.oxylabs.io/location"

Datacenter proxy:

curl -x "dc.oxylabs.io:8000" \
  -U "user-$OXY_DC_USERNAME:$OXY_DC_PASSWORD" \
  "https://ip.oxylabs.io/location"

ISP proxy:

curl -x "isp.oxylabs.io:8001" \
  -U "user-$OXY_DC_USERNAME:$OXY_DC_PASSWORD" \
  "https://ip.oxylabs.io/location"

For Datacenter, ISP, Dedicated Datacenter, and Dedicated ISP proxies, use dashboard proxy-list ports starting at 8001 for assigned/static IPs; the first listed IP uses 8001. Switch to port 8000 only when the task calls for automatic rotation.

Geo-Targeting Parameters

For Residential/Mobile, append username parameters with hyphens unless noted:

ParameterFormatExample
ccISO 3166-1 alpha-2-cc-US, -cc-DE, -cc-GB
cityEnglish, underscores for spaces-city-new_york, -city-los_angeles
stUS states with us_ prefix-st-us_california, -st-us_texas
postalcode5-digit US ZIP, pair with cc-US-cc-US-postalcode-90210
ASNResidential/Mobile carrier ASN-ASN-21928
X-Oxylabs-GeolocationProxy header lat:lon;radius_miles49.9235:-97.0811;10

ZIP targeting is US-only. Coordinate radius cannot be lower than 10 miles. If both country and ASN are used, country applies.

Example with geo-targeting:

curl -x "pr.oxylabs.io:7777" \
  -U "customer-$OXY_RES_USERNAME-cc-US-city-new_york:$OXY_RES_PASSWORD" \
  "https://ip.oxylabs.io/location"

For Shared Datacenter/ISP country rotation, use -country-US with user- credentials on the rotation port.

Session Control

ParameterDescriptionNotes
sessidKeep the same IP across requestsStandard session is 10 minutes or up to 60s of inactivity
sessid_oneipBind the session to one exact exit nodeReturns 502 if that IP becomes unavailable
sesstimeSet session duration in minutes with sessid or sessid_oneipResidential backconnect supports up to 1440 minutes; some entry modes cap lower

Sticky session example:

curl -x "pr.oxylabs.io:7777" \
  -U "customer-$OXY_RES_USERNAME-cc-US-sessid-mysession123:$OXY_RES_PASSWORD" \
  "https://example.com"

Timed session (5 minutes):

curl -x "pr.oxylabs.io:7777" \
  -U "customer-$OXY_RES_USERNAME-sessid-abc123-sesstime-5:$OXY_RES_PASSWORD" \
  "https://example.com"

Choosing the Right Proxy Type

NeedRecommended
Highest anonymityResidential
Mobile app contentMobile
Speed & volumeDatacenter
Speed + anonymityISP
Owned dedicated IPsDedicated Datacenter or Dedicated ISP
Geo-restricted contentResidential/Mobile with cc/city/postalcode, or DC/ISP by country/assigned port where suitable

Default Behavior

  • Without parameters: random IP for each request
  • Residential/Mobile share the same endpoint but different IP pools
  • Sessions auto-expire and get new IPs

Additional Resources

proxies — skill-hub