Pipe dream? Maybe not, but close.
I tried using LLMs to scrape data from dynamic pages, and it was a mess.
Sometimes it’d nail it, other times it’d invent data that wasn’t even there.
If you’re gonna try, pair it with something like Playwright to get the HTML first. Raw LLM scraping is too unpredictable.
I tried using LLMs to scrape data from dynamic pages, and it was a mess.
Sometimes it’d nail it, other times it’d invent data that wasn’t even there.
If you’re gonna try, pair it with something like Playwright to get the HTML first. Raw LLM scraping is too unpredictable.
