# Cattle Listings Cattleusa

**Use case:** 

Extract Cattleusa data filtered by Cattle Listings. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "dataType": "cattle",
  "maxItems": 10
}
```

## Output

```json
{
  "lotNumber": {
    "label": "Lot #",
    "format": "number"
  },
  "eventTitle": {
    "label": "Event",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "breedType": {
    "label": "Breed",
    "format": "text"
  },
  "numberOfHead": {
    "label": "Head",
    "format": "number"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected At",
    "format": "text"
  }
}
```

## About this Actor

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