Scrapping inside the template

Hello Guys , I want to create a workflow for E-commerce , i used nodes of scrapping for the purpose testing different product’s. And now i can’t used any more or they “banned” me.

- It’s Possible i got baneed ? If yes What’s are you suggestion’s ?
-If i’am not banned where its the problem ?

1. Is it possible you got “banned”?

Yes, it’s possible your IP or client pattern was blocked or heavily rate‑limited by the e‑commerce sites you were scraping.
n8n itself does not appear to be banning you in the provided sources.

2. If not banned, where is the problem?

  1. Rate limits (HTTP 429)
    Many services block or throttle you if you send too many requests too fast.

  2. Forbidden / anti‑bot protection (HTTP 403)
    Some sites (especially e‑commerce, news, etc.) use Cloudflare/CloudFront or other WAFs to block scraping.

  3. General “node execution failed” due to bad input or missing auth
    If you’re calling real APIs (not just HTML pages), invalid parameters or missing/expired credentials can also cause failures. [Node execution failed; HTTP 400 docs]

  • HTTP status code (400, 403, 429, etc.)

  • Error message in errorMessage / errorDescription / rawErrorMessage [Rate limit docs]

Any Solution Suggested ?

text me for more detail