Welcome to the JigsawStack docs! Learn about how to use and integrate small models in your application.
npm install jigsawstack # or yarn add jigsawstack # or pnpm add jigsawstack # or bun add jigsawstack
import { JigsawStack } from "jigsawstack"; const jigsawstack = JigsawStack({ apiKey: "your-api-key", }); const result = await jigsawstack.web.ai_scrape({ url: "https://www.amazon.com/Cadbury-Mini-Caramel-Eggs-Bulk/dp/B0CWM99G5W", element_prompts: ["prices"], });
Was this page helpful?