Tool for web scraping with LLMs?

Posted by arbayi@reddit | LocalLLaMA | View on Reddit | 9 comments

Hey all, I'm trying to put together a scraper that can actually understand the content it's grabbing. Basically want two parts:

  1. Something that can search the web and grab relevant URLs
  2. A tool that visits those URLs and pulls out specific info I need

Honestly not sure what's the best way to go about this. Anyone done something similar? Is there a tool that already does this kind of "smart" scraping?

Note: Goal is to make this reusable for different types of product research and specs.