← Back to Documentation

Quick Start

Prerequisites

  • Node.js 20+
  • Docker + Docker Compose
  • PostgreSQL 15
  • Redis 7

Local Development Setup

  1. Copy .env.example.env dan set environment variables
  2. npm install
  3. docker compose up -d
  4. npx prisma migrate deploy
  5. npm run api (Express)
  6. npm run worker (BullMQ)
  7. npm run dev (Next.js)

Using the Platform

1. Sign Up

Create an account at /register. You will receive 1,000 welcome credits automatically.

2. Extract Your First Page

  1. Go to Extraction
  2. Enter a URL (e.g., https://example.com)
  3. Choose output format (JSON, CSV, PDF, PNG, etc.)
  4. Click Extract

3. Download Results

Once the job completes, download the artifact from the results panel or visit History.

4. Try AI-Assisted Extraction

Use the Chat feature to extract data using natural language. Our AI agents can handle complex scraping tasks automatically.