Use Cases
Scrape Shopping Products
Use Notte to scrape shopping products from nike.com
Let’s say you want to scrape the latest shoes from Nike.com. You can use Notte to scrape the page and get a list of all the shoes.
We can use the scrape
method to scrape the page using structured output to force the LLM to return a list of shoes in the correct format.
nike_scraper.py
Here’s the output:
You can see that the LLM has returned a list of shoes in the correct format.