Agent Skill · Oxylabs

oxylabs-proxies

Residential, Mobile, Datacenter, and ISP proxy network with geo-targeting by country/city/state, IP rotation, and session persistence. Use this INSTEAD OF direct connections when the user needs to route traffic through proxies, access geo-restricted content, rotate IPs between requests, or maintain anonymous sessions.

Provider: Oxylabs Path in repo: skills/proxies/SKILL.md

Skill body

Oxylabs Proxies

Proxy Types Overview

Type Host Port Best For
Residential pr.oxylabs.io 7777 High anonymity, geo-targeting
Mobile pr.oxylabs.io 7777 Mobile-specific content, highest trust
Datacenter dc.oxylabs.io 8000 Speed, high volume
ISP isp.oxylabs.io 8001 Speed + anonymity balance

Authentication Format

customer-USERNAME:PASSWORD

With parameters:

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

Quick Start

Residential/Mobile proxy:

curl -x "http://pr.oxylabs.io:7777" \
  -U "customer-$OXY_DC_USERNAME:$OXY_DC_PASSWORD" \
  "https://ip.oxylabs.io/location"

Datacenter proxy:

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

ISP proxy:

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

Geo-Targeting Parameters

Append to username with hyphens:

Parameter Format Example
cc ISO 3166-1 alpha-2 -cc-US, -cc-DE, -cc-GB
city English, underscores for spaces -city-new_york, -city-los_angeles
st US states with us_ prefix -st-us_california, -st-us_texas

Example with geo-targeting:

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

Session Control

Parameter Description Max Duration
sessid Keep same IP across requests 10 minutes (auto-expires)
sesstime Maintain IP for specified minutes 30 minutes

Sticky session example:

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

Timed session (5 minutes):

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

Choosing the Right Proxy Type

Need Recommended
Highest anonymity Residential
Mobile app content Mobile
Speed & volume Datacenter
Speed + anonymity ISP
Geo-restricted content Residential with cc/city

Default Behavior

For detailed examples in Python, Node.js, PHP, and more, see examples.md. For proxy type details, see proxy-types.md.

Work with this as data

Every skill here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for agent skills

4 MCP tools reach this
  • find_skillsBrowse and filter every skill in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This skill
curl "https://apis.io/api/v1/skills/oxylabs-proxies"
All agent skills
curl "https://apis.io/api/v1/skills?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.