How to Monitor a Website That Requires Login but Has reCAPTCHA

I am trying to use Distill.io to monitor stock availability on the following website:
Principal matcha | Products | Marukyu Koyamaen Online Shop

The issue is that this website requires login to see whether a product is Sold Out or not.

What I have tried:
:white_check_mark: Created a logged-in profile in my browser and set up Distill.io to monitor the logged-in session.
:x: Problem: reCAPTCHA appears every time Distill tries to load the page, preventing automated monitoring.

Questions:

  1. Is there a way to make Distill.io work with a logged-in session without triggering reCAPTCHA?
  2. If I need to use Puppeteer or Selenium, what are the best ways to bypass or automate reCAPTCHA?
  3. Can I use session or cookies to allow Distill.io to monitor the page after logging in?

Any advice or recommendations would be greatly appreciated! :pray:

@kung20777 does the page show captcha when you view it in your local browser? if not, the easiest option when monitoring such pages is to use a local monitor. here is a related that discusses the same: What do I do if I encounter blocking or captchas? - #2 by surya.

we also plan to solve this as this has been increasingly affecting more users with time.

1 Like

It’s work !!. Thank you very much.

great to know that and thanks for the update!