Hacker News new | ask | show | jobs
by nirvanist 458 days ago
Basically, I use a headless Chromium with Puppeteer to render the page. Then, some logic extracts and cleans the HTML content. Finally, I use Gemini with a specific schema to return a JSON response.
1 comments

Okay, thanks!