# Html RAG Web Browser

**Use case:** 

Extract RAG Web Browser data filtered by html. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "query": "Anthropic Claude API pricing",
  "maxResults": 10,
  "maxItems": 10,
  "outputFormats": [
    "html"
  ],
  "includeLinks": false
}
```

## Output

```json
{
  "url": {
    "label": "URL",
    "format": "link"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "markdown": {
    "label": "Markdown",
    "format": "text"
  },
  "wordCount": {
    "label": "Words",
    "format": "number"
  },
  "readingTimeMinutes": {
    "label": "Read Time",
    "format": "number"
  },
  "language": {
    "label": "Lang",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "publishedTime": {
    "label": "Published",
    "format": "date"
  },
  "siteName": {
    "label": "Site",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "rankFromSearch": {
    "label": "Rank",
    "format": "number"
  },
  "httpStatus": {
    "label": "HTTP",
    "format": "number"
  },
  "responseTimeMs": {
    "label": "MS",
    "format": "number"
  },
  "fetchedAt": {
    "label": "Fetched",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [RAG Web Browser](https://apify.com/parseforge/rag-web-browser) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/rag-web-browser) to learn more, explore other use cases, and run it yourself.