Texas Taxable Entity Search — Comptroller Franchise Tax Status avatar

Texas Taxable Entity Search — Comptroller Franchise Tax Status

Pricing

from $1.50 / 1,000 texas taxable entity search — comptroller franchise tax statuses

Go to Apify Store
Texas Taxable Entity Search — Comptroller Franchise Tax Status

Texas Taxable Entity Search — Comptroller Franchise Tax Status

Search the Texas Comptroller's public franchise-tax account-status registry by entity name, taxpayer number, or SOS file number. Returns official taxable-entity status, right-to-transact standing, registered agent, and officer/director records from mycpa.cpa.state.tx.us.

Pricing

from $1.50 / 1,000 texas taxable entity search — comptroller franchise tax statuses

Rating

0.0

(0)

Developer

Vitalii Bondarev

Vitalii Bondarev

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Search the Texas Comptroller's public franchise-tax account-status registry (mycpa.cpa.state.tx.us) by entity name, taxpayer number, or Texas Secretary of State (SOS) file number. Returns the official record: right-to-transact-business status, SOS registration status, registered agent, mailing address, and — when on file — officer/director/general-partner records from the entity's most recent Public Information Report (PIR).

Typical use: verify a Texas-registered company's standing before doing business with it, find its registered agent for service of process, or confirm the officers/managers on file for a compliance or lead-generation workflow.

Input

FieldTypeDefaultDescription
searchNamesstring[]["Whataburger Restaurants LLC"]Entity names to search. Each name is one search.
searchTaxpayerIdsstring[][]Exact Comptroller Taxpayer Numbers (11-digit) or Federal EINs (9-digit). Faster and unambiguous — use when you already know the number.
searchFileNumbersstring[][]Exact Texas SOS file numbers (6–10 digits).
maxResultsPerSearchinteger20Cap on matching entities returned per name search. Taxpayer-number and file-number searches always return at most one match.
fetchDetailsbooleantrueFetch each match's detail record for mailing address, right-to-transact/SOS status, registered agent, and officers. If false, only the search-result summary fields are returned (one fewer request per entity).
maxItemsinteger100Overall cap across all searches combined. 0 = unlimited.
proxyConfigurationobjectApify Proxy, RESIDENTIAL, USStandard Apify Proxy input. The actor works out of the box — no proxy key or credentials of your own are required.

At least one of searchNames / searchTaxpayerIds / searchFileNumbers must be non-empty. A name that is too broad (matches hundreds of entities) is rejected by the registry itself — narrow the name and re-run; this is logged as a warning per term, not a hard failure of the whole run.

Output fields

One record per matched entity. Fields marked "detail" only populate when fetchDetails is true (default) and the detail fetch succeeds.

FieldSourceDescription
search_queryinputThe name/number that produced this record
search_typeinputname, taxpayerId, or fileNumber
taxpayer_idsearch+detailTexas Comptroller Taxpayer Number
fei_numberdetailFederal EIN, when on file
namesearch+detailOfficial taxable-entity name on file
dba_namedetailDoing-business-as name, if any
mailing_addressdetailFull mailing address, single line
mailing_address_zipsearchMailing ZIP (always populated, even without detail)
right_to_transact_txdetailACTIVE = franchise-tax account status is in good standing; a non-ACTIVE value signals the right to transact business in Texas is forfeited/ended
state_of_formationdetailJurisdiction of formation
sos_registration_statusdetailSOS registration status (updated each business day)
effective_sos_registration_datedetailEffective date of SOS registration
sos_file_numberdetailTexas SOS file number
registered_agent_namedetailRegistered agent name — see PII note below
registered_office_addressdetailRegistered agent's office address
officersdetailArray of {name, title, active_year, address, city, state, zip, source} — see the standalone PII-granularity section below
officer_countdetailNumber of officer/director/general-partner records found
report_yeardetailYear of the most recent Public Information Report on file
last_updateddetailTimestamp the Comptroller's system last refreshed this record
detail_urlderivedDirect link to the entity's page on comptroller.texas.gov
parse_confidencederivedhigh / medium / low — see below

parse_confidence is high when the core search fields (name, taxpayer ID) are present and the detail fetch enriched the record with a registered agent; medium when core fields are present but detail enrichment is missing or thin (e.g. fetchDetails: false); low if even the core search-row fields are missing (an unrecognized API response shape).

⚠️ PII disclosure — officer/director records carry a full home or mailing street address

This is the most sensitive personal-data field in this actor and it is called out here on its own, not folded into a general description.

The officers array (sourced from each entity's Public Information Report, filed with and disclosed by the Texas Comptroller / Secretary of State) can carry, for each officer, director, or general partner: their full name plus a full street address, city, state, and ZIP code (fields AD_STR_POB_TX / CITY_NM / ST_CD / AD_ZP in the source data). For a large company this address is typically the corporate headquarters. For a smaller entity where an individual serves in their own capacity, this can be that individual's home or personal mailing address — a materially higher granularity of personal information than a bare name.

This is the same legal basis as this fleet's other business-registry actors (a legally-mandated public state filing, not personal data collected from a private source) — Texas law requires this disclosure precisely so the public, courts, and counterparties can identify and reach a company's responsible officers. The difference here is the address granularity: unlike a bare-name-only registry, this source's officer records routinely include a full street address alongside the name. Buyers using this actor for outreach, compliance, or due-diligence should be aware of that granularity before using the officers field — this is standard, already-public Texas state data, not a private source, but it is more identifying than a name alone.

The registered_agent_name field carries the same general pattern as this fleet's other SOS-registry actors: a business name for filings that use a registered-agent service company, or a natural person's name (paired with registered_office_address) for filings where an individual serves as their own registered agent.

Charge event

This actor bills per matched entity record delivered:

  • entity-record — charged once per record pushed to the dataset (whether or not officers populated for that record — the right-to-transact status, SOS status, and registered agent fields are the JTBD-critical payload on every record regardless of entity type or officer-disclosure history).

Notes

  • Officer/director coverage varies by entity and filing history — not every active entity has an officer array on file (e.g. no PIR filed yet, or a entity type/report combination the Comptroller doesn't track officers for). An empty officers array with a populated registered_agent_name and right_to_transact_tx is still a high-confidence record — officer coverage is a registry-completeness fact, not a parser gap.
  • A taxpayer-number or SOS-file-number search is exact-match and unambiguous — prefer it whenever the number is already known.
  • The registry itself rejects an overly broad name search (HTTP 413, "Search will return N entries. Please refine search by Entity Name.") rather than returning a huge unfiltered list — this actor treats that as "no records for this term" and logs the registry's own message so the caller knows to narrow the name, rather than silently truncating or retrying.