JigsawStack is a unified API platform that offers developers and non-coders a consistent and fast experience, with a suite of highly reliable APIs at a low cost.

Prerequisites

View the full list of APIs here

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 i 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.