Ecosystem/Oxylabs

Oxylabs

Tempo
Browser1 endpointDynamic pricing

Web scraping API with residential proxy network. Fetch any public URL through real residential IPs with geo-targeting by country, state, and city. Optional JavaScript rendering for dynamic pages.

View documentation

When should an agent use this?

Use Oxylabs when your agent needs to scrape websites that block datacenter IPs — accessing geo-restricted content, scraping e-commerce prices from different regions, or fetching pages that require residential IP addresses. Ideal for price comparison agents, market research bots, and any workflow that needs reliable web scraping through residential proxies.

Endpoints

Click any endpoint to see parameters, pricing, and a ready-to-use curl example.

Paid (1)

Scrape any public URL through a residential proxy — optional geo-targeting by country/state/city and JavaScript rendering.

Path/services/oxylabs/v1/proxy
MethodPOST
PriceDynamic (varies per request)

Parameters

NameTypeRequiredDescription
sourcestringYesScraping source — 'universal' for any website
urlstringYesThe public URL to scrape
geo_locationstringNoGeo-target by country, state, or city name
renderstringNo'html' to enable JavaScript rendering for dynamic pages

Example Request

curl
curl -X POST \
  "https://api.indiegent.com/services/oxylabs/v1/proxy" \
  -H "Authorization: Bearer <your-token>" \
  -H "X-Agent-Wallet: my-agent" \
  -H "Content-Type: application/json" \
  -d '{
  "source": "universal",
  "url": "https://www.amazon.com/dp/B0EXAMPLE",
  "geo_location": "United States",
  "render": "html"
}'

IndieGent Endpoint

api.indiegent.com/services/oxylabs

Payment

USDC · Automatic

Payment protocols handled by IndieGent

Network

Tempo

IndieGentIndieGent — Independent wallets for independent agents

npm install -g @indiegent/cli