# Texas New Business Filings — Daily Lead Feed

**Use case:** 

New Texas sales-tax permits as a daily incremental feed: each run delivers only businesses you haven't seen before. Built for scheduled lead gen.

## Input

```json
{
  "states": [
    "TX"
  ],
  "lookbackDays": 3,
  "maxFilingsPerState": 1000,
  "onlyNewSinceLastRun": true,
  "includeStateSummary": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "state": {
    "label": "State",
    "format": "text"
  },
  "business_name": {
    "label": "Business name",
    "format": "text"
  },
  "entity_type": {
    "label": "Type",
    "format": "text"
  },
  "filing_date": {
    "label": "Filed",
    "format": "text"
  },
  "status": {
    "label": "Status",
    "format": "text"
  },
  "registered_agent": {
    "label": "Registered agent",
    "format": "text"
  },
  "principal_city": {
    "label": "City",
    "format": "text"
  },
  "principal_zip": {
    "label": "ZIP",
    "format": "text"
  },
  "source_url": {
    "label": "Source",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [US New Business Filings — New LLC & Company Registrations](https://apify.com/silentshadow55/newbiz-filings-actor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/silentshadow55/newbiz-filings-actor) to learn more, explore other use cases, and run it yourself.