Skip to main content

Models

Explore our complete list of models and API references here.
Hero Light JigsawStack is provides a suite of custom small models plugged into the right infrastructure to power your AI applications

Prerequisites

To get the most out of this guide, you’ll need to:

Get started

Get started using the JigsawStack SDK in your project.

Installation

npm install jigsawstack
# or
yarn add jigsawstack
# or
pnpm add jigsawstack
# or
bun add jigsawstack

Usage

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"],
});

Quickstart

Learn more on how to get JigsawStack set up in your project.

Node.js Quickstart

Learn how to use the JigsawStack Node.js SDK to build AI powered applications.

Python Quickstart

Learn how to use the Python SDK to build AI powered applications.