# Texas Taxpayer Number KYB Lookup Example

**Use case:** 

Resolve an exact Texas taxpayer number into official franchise-tax standing, SOS registration, addresses, agent, officers, and source dates.

## Input

```json
{
  "names": [
    "Automation Labs"
  ],
  "taxpayerIds": [
    "32097823093"
  ],
  "maxItems": 1,
  "includeOfficers": true,
  "maxConcurrency": 5
}
```

## Output

```json
{
  "name": {
    "label": "Entity name",
    "format": "string"
  },
  "taxpayerId": {
    "label": "Taxpayer number",
    "format": "string"
  },
  "rightToTransactTexas": {
    "label": "Right to transact",
    "format": "string"
  },
  "sosRegistrationStatus": {
    "label": "SOS status",
    "format": "string"
  },
  "sosFileNumber": {
    "label": "SOS file number",
    "format": "string"
  },
  "registeredAgentName": {
    "label": "Registered agent",
    "format": "string"
  },
  "mailingAddressCity": {
    "label": "Mailing city",
    "format": "string"
  },
  "mailingAddressState": {
    "label": "Mailing state",
    "format": "string"
  },
  "reportYear": {
    "label": "Report year",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Official record",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Texas Business Entity Search Scraper](https://apify.com/automation-lab/texas-comptroller-entity-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/texas-comptroller-entity-scraper) to learn more, explore other use cases, and run it yourself.