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:
Created a logged-in profile in my browser and set up Distill.io to monitor the logged-in session.
Problem: reCAPTCHA appears every time Distill tries to load the page, preventing automated monitoring.
Questions:
- Is there a way to make Distill.io work with a logged-in session without triggering reCAPTCHA?
- If I need to use Puppeteer or Selenium, what are the best ways to bypass or automate reCAPTCHA?
- 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!