How to handle 403 error response using Puppeteer a...
# crawlee-js
a
We are building a scrapper and that is using client side pagination and when we click on the Next page it calls the API but the api returns 403 as they are detecting it is coming from some bot. So how can we bypass that while opening the browser or while doing the scrapping. Any suggestion will be halpful.
h
Someone will reply to you shortly. In the meantime, this might help:
l
Hi, if you are getting blocked like this you could try few antiblocking techniques. First of all I would try using residential proxies, try to also specificy the country code. If that will not help I would try different browsers, mainly full chrome or firefox. https://crawlee.dev/js/docs/examples/playwright-crawler-firefox Additionally you could try some stealth plugin like camoufox https://apify.com/templates/js-crawlee-playwright-camoufox
a
Thanks for the reply @Lukas Celnar but i am already using the residential proxes from the oxylabs but still it is failing i will try stealth plugin if that works
m