Anyone have recommendation for how I can scrap a website, and extract unique names -- such as product names.

I was thinking of using some website scrapping tool, then a local LLM to find unique product names.

you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 2 months ago* (1 child)

Just read the robots.txt and obey the rules. Also set your user agent string properly. We've had crawlers forever on the internet and that's the long accepted way to give consent or revoke consent, for website owners. Either you match a disallow directive and need to stop. Or you're completely fine to scrape it.

  • source
  • parent
  • hideshow 2 child comments