Hello,
Can anyone help me resolve the 429 error code issue? When scraping websites like realtor.com or zillow, I encounter this error.
I’m using a self-hosted n8n setup with Docker and Portainer, and it’s cloud-hosted on Oracle and puppeteer n8n node: GitHub - drudge/n8n-nodes-puppeteer: n8n node for browser automation using Puppeteer
Thank you!
Franz
June 28, 2025, 10:23am
2
429 is probably a response code that tells you that you hit the rate limit.
to solve you can try to use a wait node between http requests or use the feature of the http node
@Franz But I am using this link for the first time to test it out. I am using the puppeteer n8n node. I tried but it didn’t solve
Franz
June 28, 2025, 11:35am
4
Can you open the link in your browser?
Maybe they are blocking the user agent puppeteer uses. Then you can try to change it.
Franz
June 28, 2025, 11:37am
5
As you mentioned that you self host on oracle, maybe the ip range of oracle is already blacklisted.
@Franz See the link is working fine