Vendors
Oxylabs, routed
through gottem.
Oxylabs runs premium proxy and scraper infrastructure with enterprise-grade unblocking. It is also one of the vendors that reports exact per-request cost back to gottem, so Oxylabs pages bill at true vendor cost rather than a static estimate.
Oxylabs routes, what they cost.
Each row is a routable id in the engine. The price is what gottem bills per successful page on that route. That is gottem's price, not Oxylabs's list price. The full Cost Ladder has every vendor side by side.
| Route | Tier | Per page | Credits | Notes |
|---|---|---|---|---|
| oxylabs.scraper | T9 | $0.050 | 500 cr |
When the ladder picks Oxylabs.
oxylabs.scraper is a top-of-ladder rung (T9, $0.050 a page): the ladder climbs to it for the domains that defeat everything cheaper. Because failed attempts on the way up are effectively free, you pay Oxylabs prices only for the pages that genuinely needed Oxylabs.
Pin Oxylabs when you need it.
By default picks the route; pass force_provider when a workflow needs Oxylabs specifically, for parity testing, compliance, or vendor-native options via provider_options.
curl -sS https://api.gottem.dev/scrape \
-H "Authorization: Bearer $GOTTEM_KEY" \
-H "Content-Type: application/json" \
-d '{
"url": "https://example.com",
"force_provider": "oxylabs.scraper"
}'Already pay Oxylabs directly?
Bring your own key. Add your Oxylabs credential once, AES-256-GCM encrypted at rest, and routes through your account instead of the pooled key. You pay Oxylabs directly; gottem charges a flat infrastructure fee per request, zero markup. See the pricing FAQ for how BYOK billing works.
Questions.
- Is gottem a Oxylabs alternative?
- No. gottem isn't a replacement for Oxylabs. It routes through Oxylabs alongside 13+ other scraping vendors and picks it whenever it's the best fit for the page. If you already use Oxylabs, gottem adds automatic failover, per-domain routing memory, and one response shape on top of it.
- What does Oxylabs cost per page through gottem?
- Oxylabs's route (oxylabs.scraper) is listed at $0.050 a page, which is gottem's price for a successful page on that route. Failed attempts bill at the $0.000001 minimum, effectively free.
- Why does the Oxylabs route cost more than most of the catalogue?
- It's positioned as a heavy unblocking rung, premium proxy infrastructure billed at exact vendor cost. The ladder only reaches it when cheaper routes keep failing, which is exactly when it's worth it.
- Can I bring my own Oxylabs key?
- Yes. Add it once, AES-256-GCM encrypted at rest, and gottem routes through your Oxylabs account: you pay Oxylabs directly and gottem charges a flat infrastructure fee per request, zero markup.