Ask HN: Have you used a good general purpose LLM-powered scraper?
I'm looking to either build or use a model or SaaS that could be used with a prompt like:
Find the 10 biggest realtors in [CITY], then extract all their listings within [BUDGET] in JSON with all the data you can find.
I'm looking for a tool that can use search inputs on any website, click next page buttons or handle infinite scroll.
Is there a tool like that on the market that actually delivers?What I've seen for now doesn't seem good enough.
3 comments
[ 0.17 ms ] story [ 20.0 ms ] threadYou could also write a simple function that turn HTML into a json that only contained innerText, src and hrefs, and ask the LLM to only keep the relevant data
Reach out and i'll try to get you setup: matt@recurai.com