Galaxus.ch #3404
Replies: 2 comments 3 replies
-
|
I’d debug in this order: Try loading the page in a normal browser from the same IP. Do you get 403? If yes, IP is the problem. Switch to a Swiss residential proxy (same region as galaxus) and retry. Use a non-headless browser or a stealth plugin (playwright-stealth / puppeteer-extra-plugin-stealth). Remove obvious flags like Replicate real browser headers, accept cookies, run the page’s JS (many protections check for JS). If a WAF/CAPTCHA is in front, you’ll see additional challenges. solving those requires CAPTCHA solving or a session captured from a real browser. Summary: IP + fingerprinting are the usual culprits. |
Beta Was this translation helpful? Give feedback.
-
|
Hey! Since your IP works in normal Chrome, the next step is adding a stealth layer and keeping a real-looking browser profile. Rather than a big brain dump, here are bite-sized docs: Playwright
Puppeteer
Useful references
Quick tip: avoid flags like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Can anyone share some tips I may use to scrape https://galaxus.ch ?
I use a VPN (ProtonVPN) and the following browser url:
is there anything else I can do?
It's always failing with:
Error - 403 (Access denied) received
Beta Was this translation helpful? Give feedback.
All reactions