Visual web scraping tool with point-and-click selection. Route ParseHub requests through KnoxProxy to unlock geo-targeted scraping and avoid IP bans on protected sites.
In ParseHub, go to Settings (gear icon) and select the Proxy tab.
Set the proxy type to HTTP and enter KnoxProxy gateway credentials.
Host: gw.knoxproxy.com
Port: 7000
Username: your_username
Password: your_passwordAppend a country code to your username for geo-targeted results.
Username: your_username-country-usFor multi-page scrapes that need the same IP, use sticky sessions.
Username: your_username-session-parse123Create a simple project targeting httpbin.org/ip to verify the proxy is active and returning the expected country.
Start your scraping project. All requests now route through KnoxProxy with automatic IP rotation between pages.
{
"proxy": {
"type": "HTTP",
"host": "gw.knoxproxy.com",
"port": 7000,
"username": "your_username-country-us",
"password": "your_password"
},
"rotation": "per-request",
"sticky_session": "your_username-session-parse123"
}KnoxProxy rotates IPs automatically on each new connection. Use sticky sessions for multi-page navigations that require a consistent IP.
| Problem | Fix |
|---|---|
| Proxy connection timeout | Ensure port 7000 is open in your firewall. Try SOCKS5 on port 7001 as an alternative. |
| Scrape returns empty results | Switch to a different country with -country-xx. Verify selectors still match the page structure. |
USER-country-de-city-berlin-session-profile07Order matters -- geo flags before the session flag. The session name is free text; use the profile ID so the mapping is self-documenting. Password stays as issued; no flags belong there. HTTP on :7000, SOCKS5 on :7001, same credentials.
ParseHub's cloud infrastructure runs its own servers and does not read your local Proxy tab settings. Those settings, configured under Settings > Proxy with gw.knoxproxy.com on port 7000, only apply to desktop runs. To use KnoxProxy on a project built for cloud execution, export it and run it locally instead, with country targeting enabled.
Append -country-{cc} to your KnoxProxy username in the ParseHub Proxy tab, for example your_username-country-de for Germany. KnoxProxy then routes every request through a residential IP located in that country, so the pages you scrape show the same localized content and pricing a real visitor there would see.
ParseHub's proxy settings support HTTP proxies natively, so the standard setup uses gw.knoxproxy.com on port 7000. SOCKS5 is available on port 7001 for tools that support it directly, but ParseHub itself does not expose a SOCKS5 option in its Proxy tab. If port 7000 is firewalled, try 7001 as a fallback.
KnoxProxy's residential IPs reduce CAPTCHA frequency significantly compared with datacenter proxies, since target sites trust real residential addresses more. For best results, combine this with sticky sessions (your_username-session-{id}) to keep a consistent IP across a scrape, and add reasonable delays between requests so ParseHub does not trigger rate-based bot detection.
Rotating residential proxies -- 3 minutes setup, instant activation, 14-day money-back guarantee.