# Buyer Beware HOA Documents

**Use case:** 

Extract HOA Documents data filtered by Buyer Beware. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "category": "Buyer Beware"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "articleSlug": {
    "label": "Article Slug",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "content": {
    "label": "Content",
    "format": "text"
  },
  "wordCount": {
    "label": "Word Count",
    "format": "number"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "sourceDomain": {
    "label": "Source Domain",
    "format": "text"
  },
  "contentHtml": {
    "label": "Content HTML",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "publishedAt": {
    "label": "Published At",
    "format": "date"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [HOA Documents Scraper](https://apify.com/parseforge/hoa-documents-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/hoa-documents-scraper) to learn more, explore other use cases, and run it yourself.