Rotate IPs in n8n Using Hidemium – Simple & Effective

Hey everyone!
I recently integrated Hidemium – a proxy rotation service – into n8n to automatically change IP addresses for API requests. Super helpful when dealing with rate limits, scraping, or privacy-sensitive tasks.

How It Works:

  1. Get proxy via API
    → Use an HTTP Request Node to fetch a new proxy from Hidemium.
  2. Store proxy data
    → Use a Set Node to save the IP/port for later use.
  3. Make requests with proxy
    → Configure your following HTTP Request Nodes to use the stored proxy dynamically.

Use Cases:

  • Web scraping without getting blocked
  • Testing from different regions
  • Staying anonymous for sensitive API calls

I’ve got a sample workflow if anyone’s interested – happy to share!
Also open to feedback or ideas on improving this setup.

3 Likes

@Abert
I’ve been looking for a solution to make calls from different IPs, but most services I’ve seen look shady.

If you have good experience with them they I’d like to give them a shot. I wonder it you can link a proxy with account credentials, so all requests for some given account keep using the same IP.

Could you share your workflow? I’d like to see your n8n approach in using proxies in a API calls.

1 Like

ye would love to see the workflow

Can you provide me with information about the pricing?