Collection · Updated
Web Scraping Proxies: Product Selection and Setup Guide
Choose a web scraping proxy from the source's permission, required network origin, location control, session behavior, and cost per accepted record. Databay offers four shared, traffic-billed pools; none grants access to a target or guarantees a new exit. This guide puts the product decision, smallest live purchase path, tested connection check, and failure rules in the order an authorized collector needs them.
Pay as you go, no monthly commitment. Order minimums and traffic validity vary by network.
How to run web scraping through a proxy route
Route each permitted request according to target difficulty, session state, and location.
- InputPermitted public target
- RouteRotating or sticky exit
- OutputStructured response
Client
your code or browser
Databay gateway
gw.databay.co:8888
Datacenter exit
hosted subnet address
Target
Permitted public target
credentials: USER-zone-datacenter:PASSWORD
For web scraping: a rotating or sticky exit reaches the permitted public target, and the structured response returns on the same path. The credential string selects the route; the client configuration never changes.
- Request pacing
Start With the Smallest Live Package and One Safe Setup
Do not size a pilot from an advertised pool count. Open the matching live pricing page above and choose its smallest currently orderable package; the page supplies the current allowance, payable total, traffic validity, and checkout path. There is no paid-network free trial. Begin with one request and one worker, then measure bytes per accepted record before buying more traffic.
Prove only the proxy hop first. The command below uses Databay's owned IP diagnostic, finite timeouts, explicit Basic proxy authentication, and a configuration streamed over standard input so the expanded password is not a cURL argument. It is a connection check, not an inventory or destination-success benchmark.
{ printf 'proxy = "%s"\n' 'http://gw.databay.co:8888' printf 'proxy-user = "%s:%s"\n' "$DATABAY_PROXY_USER" "$DATABAY_PROXY_PASS" printf '%s\n' 'proxy-basic' 'noproxy = ""' 'connect-timeout = 5' 'max-time = 15' 'fail-with-body' 'silent' 'show-error' printf 'url = "%s"\n' 'https://databay.com/what-is-my-ip/json' } | curl --disable --config -This POSIX-shell form was checked against an isolated loopback proxy harness; it does not contact a third-party target. Keep secrets in an approved secret store, disable shell tracing, and use
curl.exeexplicitly when PowerShell aliasescurl. The tested cURL proxy guide covers Windows, 407, CONNECT, SOCKS5h, and redacted diagnostics; the Python Requests and Scrapy guides provide application examples. Replace the diagnostic only with an endpoint you own or are expressly authorized to collect. - Session state
Rotating vs Sticky Sessions for Web Scraping
Databay publishes connection-based rotation and bounded sticky-session ceilings, but it does not publish a universal concurrency allowance for customer collectors. Start at one in-flight request. Increase workers only while the source's documented source-wide allowance, your response validator, storage pipeline, bandwidth budget, and stop controls all remain inside their declared limits. Apply one per-host budget across every exit, account, process, and region; more IP addresses do not create more permission or quota.
Connection reuse matters. A pooled HTTP client can send several requests through one connection, while a browser can open many connections for one page. Without a session label, a new connection may select another shared exit but can repeat the prior exit. Use rotation only for independent approved samples. Request a sticky session when a short authorized flow needs cookies or route continuity, keep one label for that flow, and design for early route loss. Do not change labels or open more connections after a block, challenge, quota response, or account restriction.
Predeclare the maximum in-flight requests, requests per minute, bytes per minute, total pages, retry count, total deadline, and shutdown owner. Raise only one limit at a time and retain failed and repeated routes in the result rather than hiding them.
- Retry result
Approve the Source Before Building the Collector
Prefer an official API, feed, bulk export, license, or publisher partnership. For a remaining public-page need, create a source register with the owner, written authority, permitted paths and fields, purpose, user agent and contact, robots URL, applicable terms, rate guidance, retention, republication rights, review date, and the person who can stop the run. Public visibility alone is not authorization.
The Robots Exclusion Protocol is a crawler-control standard, not a grant of access. Identify the crawler accurately and obey the rules that apply to it. If robots retrieval fails because the service is unavailable, use the standard's conservative complete-disallow behavior until it can be checked; do not interpret the outage as permission. Authentication, login, paywall, and technical-control boundaries still apply even when a path is not disallowed.
Limit the first collection to the smallest URL set and fields that can answer the stated decision. Cache stable reference data, use ETag or Last-Modified validators where the source supports them, and omit images, fonts, media, and scripts that are outside the approved scope. Re-run the authority review when a redirect changes host, the source terms change, the schema expands, or the downstream use changes.
- Request pacing
Use an HTTP Failure Ladder, Not Automatic Rotation
Classify the first failed layer before retrying. A 407 belongs to the proxy hop: check the Databay credential and documented routing flags without exposing the password. A destination 401 or 403, login wall, CAPTCHA, or explicit refusal is a stop-and-review outcome. It is not a trigger for another exit, account, fingerprint, or protocol.
Safe web collector response decisions Evidence Collector decision 200 with expected type and schema Validate size and fields, then record the representation and provenance. 304 Not Modified Reuse the validated stored representation and update the observation record; do not treat it as a new body. Redirect Recheck host, path, permission, credential forwarding, and redirect cap before following. 401, 403, login, or challenge Stop, preserve the evidence, and resolve authorization through the source owner or approved API. 429 Too Many Requests Honor Retry-Afterwhen supplied and pause the source-wide budget. Do not distribute retries across exits.502, 503, 504, timeout, or reset For an approved idempotent GET only, allow a small bounded retry inside one overall deadline; otherwise stop. RFC 6585 defines 429 and its optional
Retry-Aftersignal, while RFC 9110 defines HTTP semantics and validators. Preserve status, headers, attempt number, and final decision. Never discard refusals to calculate a cleaner success rate. - Session state
Keep a Provenance and Quality Ledger for Every Result
Store the source URL, UTC request and response time, method, response status, content type, content length, ETag or Last-Modified value, requested and independently observed route, proxy product, client and parser version, schema version, content hash, field-level missingness, retry count, and result class. Record whether account, cookie, language, device, and session state were present, but hash or redact identifiers and never log proxy passwords, authorization headers, cookies, tokens, raw personal data, or full challenge pages.
Validate response type and required fields before parsing. Quarantine HTML error documents returned with a 200, challenge pages, consent walls, partial bodies, currency or locale mismatches, duplicate records, and implausible field changes. Manually review a declared sample from each source and parser revision. A large pool cannot correct selection bias, a stale cache, or a broken parser.
Measure accepted-record ratio, missingness, duplicate rate, age at use, transferred bytes, retry count, and
cost per accepted record = (proxy spend + compute + review) / accepted records. Set pilot gates before the run and include all failures in the denominator. These are customer measurements for the approved target, not Databay success claims. - Retry result
Treat Regional Collection as a Controlled Sample
Use geographic targeting only when network origin is part of an authorized research question. Hold the URL, product or subject, language, cookies, account state, device profile, delivery assumption, client version, and collection window constant. Change one supported route selector, verify the observed exit independently, and repeat enough declared samples to distinguish a route-specific observation from normal variation.
Country, state, city, ZIP, coordinate, or ASN selection changes a network signal. It does not set GPS, browser language, timezone, tax residence, delivery address, account history, experiment bucket, or personalization. Report the bounded conclusion: the named response observed under the recorded conditions at that time. Do not describe one proxy result as what everyone in a location sees or infer city coverage from a product label; live route availability must be checked.
- Structured response
Stop Where Permission, Privacy, or Source Controls Stop
Databay's Acceptable Use Policy requires respect for target terms and robots instructions and prohibits harmful load, unauthorized access, abusive scraping, fake-account creation, and attempts to defeat security or rate controls. Do not collect login-gated or non-public data without the owner's express authorization, use stolen or shared credentials, evade a block, solve or route around a CAPTCHA, falsify client identity, or continue after the source withdraws permission.
Minimize personal data, secrets, copyrighted material, and sensitive fields. Define access control, encryption, retention, deletion, correction, and downstream-use rules before collection. Contract, copyright, privacy, database, consumer-protection, and computer-access obligations vary by source and jurisdiction; robots compliance and proxy access do not settle them. Obtain qualified legal and security review for the actual program.
Pause when authorization is missing, terms are ambiguous, robots cannot be evaluated, a response introduces a new access boundary, or the collection's purpose changes. A defensible web scraping proxy workflow can name its owner, source, allowed fields, source-wide budget, stop conditions, evidence record, and deletion path before the first paid request.
Match the IP class to web scraping
The published cumulative catalogues contain 34M+ residential, 80K+ datacenter, and 800K+ mobile IPs. These cumulative historical catalogue totals are not current live availability. One gateway provides product-specific access. Choose the class per target instead of forcing every job through the same pool.
- Recommended
Residential proxies
34M+ ISP IPs · historical catalogue, not live availabilityProduct-specific; verify the requested route
Protected targets and precise local views for web scraping.
From $0.90/GBat 1 TBExplore - Recommended
Datacenter proxies
80K+ hosting-network IPs · historical catalogue, not live availabilityKey markets
Authorized work that permits a hosting-network origin for web scraping; benchmark the route and destination.
From $0.50/GBat 1 TBExplore - Recommended
Mobile proxies
800K+ shared carrier-network IPs · historical catalogue, not live availability155+ countries
Authorized workflows that explicitly require a carrier-network origin for web scraping; benchmark the route and destination.
From $2.50/GBat 512 GBExplore
Bounded public-data routes
Choose a country guide for the record you are allowed to collect
These paths define narrow, reproducible checks for owned or permitted public endpoints. They retain ordinary errors and never turn a route into permission or guaranteed access.
- .km traceTrace an authorized Comoros .km responseHold hostname, DNS mode, language, account, cookies, device, and observation time constant.Review route evidence
- .bi evidenceCapture a bounded Burundi .bi service traceRetain DNS, TCP, TLS, redirects, status, selected headers, bytes, and a safe digest.Review route evidence
- Bilingual recordCompare French and Arabic Chad public recordsUse the same authorized record identifier and keep publication date, URL, media type, bytes, and digest.Review route evidence
- Registry timingCheck a Samoa registry deadline recordSeparate Pacific/Apia time and registry state from the WS network-origin observation.Review route evidence
Web Scraping FAQ
Which Databay proxy type is best for web scraping?
What is the smallest package I should buy for a scraping pilot?
How many concurrent scraping requests does Databay allow?
Should a scraper use rotating or sticky sessions?
Can web scraping proxies bypass CAPTCHAs or blocks?
What should a scraper do after HTTP 429?
Is public web scraping with proxies legal?
Build the route for web scraping
Start with the target and the vantage point you need, then pick the network class that fits the work. One account reaches all three.
Pricing, order minimums, and traffic validity vary by network.