Skip to main content
Hero Light

Welcome to WhizoAI API

Transform any website into structured data with our powerful, reliable, and easy-to-use APIs. Whether you’re scraping content, extracting specific data, or monitoring websites for changes, WhizoAI provides the tools you need.

Core APIs

WhizoAI offers four powerful APIs that work together to provide comprehensive web data solutions:

πŸ”§ Scrape API

Extract clean, structured content from any webpage in multiple formats including markdown, HTML, and JSON.
curl -X POST "https://api.whizo.ai/v1/scrape" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "options": {
      "format": "markdown",
      "includeScreenshot": true
    }
  }'

πŸ—ΊοΈ Map API

Discover and map all pages, links, and resources on a website for comprehensive site analysis.
curl -X POST "https://api.whizo.ai/v1/map" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "options": {
      "maxDepth": 3,
      "includeSubdomains": false
    }
  }'

🎯 Extract API

Use AI-powered extraction to pull specific data points from web pages using custom schemas.
curl -X POST "https://api.whizo.ai/v1/extract" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com/product",
    "schema": {
      "type": "object",
      "properties": {
        "title": {"type": "string"},
        "price": {"type": "number"},
        "description": {"type": "string"}
      }
    }
  }'

πŸ‘οΈ Monitor API

Track websites for changes and get notified when content updates, prices change, or new content appears.
curl -X POST "https://api.whizo.ai/v1/monitor" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://example.com",
    "options": {
      "frequency": "daily",
      "changeThreshold": 5
    }
  }'

Getting Started

1

Get Your API Key

Sign up at whizo.ai/app and generate your API key from the dashboard.
2

Make Your First Request

Try our Scrape API to extract content from any webpage.
3

Explore Advanced Features

Use our Extract API for AI-powered data extraction or Monitor API for change detection.
4

Scale Your Integration

Implement batch processing, webhooks, and advanced configurations for production use.

Key Features

Get data in markdown, HTML, JSON, or structured formats depending on your needs.
Use custom schemas to extract specific data points with high accuracy using advanced AI models.
Track websites for changes with configurable frequency and change detection sensitivity.
Process multiple URLs simultaneously for efficient large-scale operations.
Advanced rate limiting, priority processing, dedicated support, and custom integrations.
Comprehensive SDKs, detailed documentation, interactive examples, and webhook support.

Pricing & Credits

WhizoAI uses a credit-based system that scales with your usage:
  • Scrape API: 1 credit per page
  • Map API: 1 credit per page discovered
  • Extract API: 5 credits per page (includes AI processing)
  • Monitor API: 1 credit per check
Additional features like screenshots, PDFs, and stealth mode may require extra credits. See our pricing page for detailed plan information.
API Key Required: All API endpoints require authentication using your API key. Generate one from your dashboard.

Support & Resources