Texas Business Entity Search — Franchise Tax Permit Holders avatar

Texas Business Entity Search — Franchise Tax Permit Holders

Pricing

$4.00 / 1,000 company records

Go to Apify Store
Texas Business Entity Search — Franchise Tax Permit Holders

Texas Business Entity Search — Franchise Tax Permit Holders

Search active Texas franchise tax permit holders by name or taxpayer number. Returns taxpayer number, legal name, mailing address, organizational type, SOS file number, charter date, right-to-transact-business status and responsibility begin date.

Pricing

$4.00 / 1,000 company records

Rating

0.0

(0)

Developer

Berkan Kaplan

Berkan Kaplan

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Every entity doing business in Texas holds a franchise tax permit, and the Comptroller publishes the active list. This actor searches it by name or taxpayer number and returns the record — organizational type, SOS charter date and, most usefully, the right-to-transact-business status that says whether the entity is in good standing.

No API key · Official source · Pay only for delivered rows · Same schema across the series

What data do you get?

FieldDescription
companyNameTaxpayer name as filed
registrationNumberTexas taxpayer number
legalFormOrganizational type
statusactive when the entity holds the right to transact business
statusRawThe Comptroller's own SOS status code
rightToTransactBusinessWhether the entity may currently transact business in Texas
sosFileNumberSecretary of State file or COA number
incorporatedOnSOS charter date
responsibilityBeganOnDate franchise tax responsibility began
addressMailing address on the permit
cityMailing city
stateMailing state
postalCodeMailing ZIP
countyTexas county code
sourceUrlTexas Comptroller taxable entity search

Every row also carries query (what you asked for), scrapedAt (ISO timestamp) and, when a lookup fails, error explaining why.

Example output

{
"country": "US",
"registry": "Texas Comptroller — Active Franchise Tax Permit Holders",
"companyName": "DELL TECHNOLOGIES INC.",
"registrationNumber": "32068849085",
"legalForm": "CF",
"status": "active",
"rightToTransactBusiness": true,
"sosFileNumber": "0802503716",
"incorporatedOn": "2016-09-07",
"city": "ROUND ROCK",
"state": "TX",
"sourceUrl": "https://mycpa.cpa.state.tx.us/coa/"
}

Input

{
"queries": ["Dell Technologies","Tesla","Whataburger"],
"maxResultsPerQuery": 10,
"maxConcurrency": 4,
"includeRaw": false
}
InputWhat it does
queriesEntity names (Dell Technologies, Tesla) or 11-digit Texas taxpayer numbers.
maxResultsPerQueryCaps how many rows one query may produce.
maxConcurrencyHow many queries run at once. Lower it if the source starts throttling.
includeRawAttaches the source's untouched record under raw, for fields this actor does not map.
requestDelayMsPoliteness delay between requests.
proxyConfigurationOptional. The Socrata API is open and rarely needs a proxy.

What people use it for

  • Texas counterparty checks — right-to-transact-business status is the Texas equivalent of good standing.
  • Entity resolution — join the SOS file number to Secretary of State records.
  • Territory prospecting — search a keyword and pull every permitted entity that carries it.

Notes and limits

  • This is the active permit file — an entity that forfeited its permit drops out of the dataset entirely.
  • legalForm is the Comptroller's short organizational-type code (CF corporation, CL LLC, and so on), passed through unchanged.

Where the data comes from

The Texas Comptroller publishes the active franchise tax permit file through the state Socrata open-data API with no key. Source: Texas Open Data — Active Franchise Tax Permit Holders

FAQ

Is this Texas franchise tax scraper free?

The data source is free and needs no API key — you pay only for the rows the run delivers ($0.004 each). Failed or empty lookups are never charged.

Do I need an API key or a login?

No. The Texas Comptroller publishes the active franchise tax permit file through the state Socrata open-data API with no key.

What can I search by?

Both. An 11-digit query is looked up as a taxpayer number; anything else runs a contains-match on the taxpayer name.

How current is the data?

Every run queries the source live, so results are as fresh as the source itself. The Comptroller refreshes the permit file regularly.

How fast is it, and how many queries can I run?

Queries run concurrently (4 at a time by default, tunable in the input). A prefilled run finishes in seconds; large lists scale roughly linearly and stay well inside a normal run timeout.

Can I export the results to CSV, Excel or JSON?

Yes. Apify datasets export to CSV, Excel, JSON, XML and HTML, and can be pulled through the API or pushed to your own storage.

What happens when a query returns nothing?

You still get a row, carrying your original query and an error field explaining why. Nothing is silently dropped, and you are not charged for it.

Yes. Texas publishes franchise tax permit holders as open data; permit status is a public record.


Built by Fox Labs — B2B company intelligence from public sources, as clean JSON.