Need help to solve this code 429 in puppeteer node

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!

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

Can you open the link in your browser?
Maybe they are blocking the user agent puppeteer uses. Then you can try to change it.

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