```
import { JigsawStack } from "jigsawstack";
const jigsaw = JigsawStack({ apiKey: "your-api-key" });
await jigsaw.sentiment("I love how easy it is to get started");
//or you can run more complex tasks like an AI scraper
await jigsaw.web.ai_scrape({ url: "https://www.amazon.com/Cadbury-Mini-Caramel-Eggs-Bulk/dp/B0C...", element_prompts: ["prices"], });
```
The goal is to make the DX enjoyable and as simple as possible, we would love feedback and suggestions on how we can make it better. The code is open source and always open for contribution!