# HTML to JSON AI Extractor Scraper

**Use case:** 

Convert HTML pages into structured JSON with AI. Extract quotes, authors and tags from a page into clean records ready for analysis.

## Input

```json
{
  "url": [
    {
      "url": "https://quotes.toscrape.com/"
    }
  ],
  "htmlFileUrl": [],
  "openAIApiKey": "***",
  "model": "gpt-4o-mini",
  "systemPrompt": ""
}
```

## Output

```json
{
  "fetchedData": {
    "label": "Fetched Data",
    "format": "json"
  }
}
```

## About this Actor

This example demonstrates how to use [HTML to JSON Smart Parser](https://apify.com/parseforge/html-to-json-smart-parser) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/html-to-json-smart-parser) to learn more, explore other use cases, and run it yourself.