# Horse Revival Animal Health

**Use case:** 

Extract Revival Animal Health data filtered by Horse. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.revivalanimal.com/category/dog-supplies-vaccines"
    }
  ],
  "maxItems": 10,
  "animalType": "horse",
  "includeOutOfStock": true
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "name": {
    "label": "Product Name",
    "format": "string"
  },
  "sku": {
    "label": "SKU",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "price": {
    "label": "Price",
    "format": "number"
  },
  "salePrice": {
    "label": "Sale Price",
    "format": "number"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "animalType": {
    "label": "Animal",
    "format": "string"
  },
  "inStock": {
    "label": "In Stock",
    "format": "boolean"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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