# SaaS Pricing Plans Extractor

**Use case:** 

Retrieve structured data on pricing plans, monthly prices, and feature lists from any SaaS pricing page. Gain clear insights for your analysis.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apify.com/pricing"
    }
  ],
  "useAI": true,
  "aiInstructions": "Extract each pricing plan with its name, monthly price, and the main features included.",
  "includeScreenshot": true,
  "proxyConfig": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "content.screenshot.url": {
    "label": "Screenshot",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "extractedBy": {
    "label": "Extracted By",
    "format": "array"
  },
  "basicExtraction": {
    "label": "Regex Extraction",
    "format": "object"
  },
  "aiExtraction": {
    "label": "AI Extraction",
    "format": "object"
  },
  "metadata": {
    "label": "Metadata",
    "format": "object"
  },
  "ok": {
    "label": "OK",
    "format": "boolean"
  },
  "error": {
    "label": "Error",
    "format": "object"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Website Scraper](https://apify.com/dz_omar/ai-lead-extractor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/dz_omar/ai-lead-extractor) to learn more, explore other use cases, and run it yourself.