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 cloud runs use their own infrastructure. Proxy settings apply to local desktop runs. For cloud runs, export your project and run locally with the proxy enabled.
Append -country-{cc} to your username (e.g., your_username-country-de for Germany). KnoxProxy routes traffic through residential IPs in that country.
ParseHub supports HTTP proxies natively. Use gw.knoxproxy.com on port 7000 (HTTP). SOCKS5 on port 7001 is available for tools that support it.
KnoxProxy residential IPs reduce CAPTCHA frequency significantly. Combine with sticky sessions and reasonable request delays for best results.
Free trial on rotating residential -- 3 minutes setup, no credit card.