Web Scraping Instructions
- Initialize headless browser (Playwright or Puppeteer).
- Set user-agent header to avoid bot-detection blocks.
- Navigate to target URL and wait for selector transitions to complete.
- Extract innerText or attribute strings.
- Save extracted records as structured JSON or CSV format.