BotProxy is used for sustained, high-volume collection of public data. These pages describe the workloads it is built for, what actually blocks each one, and how to configure rotation, exit country and fingerprinting for it. They are written from measurement rather than marketing: where we have probed the targets ourselves, the numbers are on the page.
Licensing boards, Secretary of State business registries, county assessors and recorders. Roughly 1,450 separate government domains, each running its own stack and its own WAF.
Company and professional profiles, directories and firmographic enrichment — long-running pipelines that re-check the same records on a schedule.
Marketplace and retailer product pages, price history, stock and assortment tracking across many sites at once.
Search result pages by keyword and locale, rank monitoring and share-of-voice reporting for agencies and in-house teams.
Airline and OTA fare and availability checks, where the answer depends on the country the request comes from.
Listing portals plus the county assessor, recorder and land-record sources that carry the authoritative ownership and tax data.
Different as they look, they fail in the same three ways, and every page below returns to the same three fixes.
The single most common mistake is assuming the IP changes by itself. Every request through BotProxy runs inside a session, and a session holds one exit IP for its life. With no session id supplied, a default session is used and all traffic leaves from one address. The session is the proxy login:
login + location + SESSIONID
Change the session id to change the IP. Sessions are dropped after 5 minutes idle, and
limit_session_age caps their total life — 60 seconds on most credentials, 0
to disable the cap. Full detail is in the
sessions documentation.
SEC EDGAR, UK Companies House, data.gov.uk, OpenStreetMap, many US state registries and a large number of counties publish APIs or bulk downloads. Those are cheaper, more complete and more stable than any crawl. Use a proxy for the sources that publish nothing, for the fields an extract leaves out, and for the daily changes a quarterly dump cannot give you.
Paste the URL you actually need into the live tester and look at the real response before creating an account.