# Wyoming Ranch Business Filings Scraper

**Use case:** 

Scrape Wyoming ranch business filings with entity name, filing ID, status, formation date, and agent. Export structured data to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "filingName": "ranch",
  "searchMode": "contains",
  "fetchDetails": false
}
```

## Output

```json
{
  "name": {
    "label": "Business Name",
    "format": "text"
  },
  "filingId": {
    "label": "Filing ID",
    "format": "text"
  },
  "entityType": {
    "label": "Entity Type",
    "format": "text"
  },
  "filingType": {
    "label": "Filing Type",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "subStatus": {
    "label": "Sub Status",
    "format": "text"
  },
  "formation": {
    "label": "Formation",
    "format": "text"
  },
  "filedOn": {
    "label": "Filed On",
    "format": "text"
  },
  "initialDate": {
    "label": "Initial Date",
    "format": "text"
  },
  "registeredAgent": {
    "label": "Registered Agent",
    "format": "text"
  },
  "principalOffice": {
    "label": "Principal Office",
    "format": "text"
  },
  "standingTax": {
    "label": "Tax Standing",
    "format": "text"
  },
  "latestAnnualReport": {
    "label": "Latest Annual Report",
    "format": "text"
  },
  "detailUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "text"
  }
}
```

## About this Actor

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