new-site/scripts/formation/states/tx
justin f94ad1682b fix(formation/TX): name search via Texas open-data API, not scraping
The TX Comptroller web search is now a JS form (old input#entityName selector
dead) and SOSDirect is login-gated, so the scraper returned garbage. Replaced
search_name with the Texas Socrata 'Active Franchise Taxpayers' dataset
(data.texas.gov/resource/9cir-efmm.json) over SoQL -- free, no-auth, no-login,
no bot-blocks. Exact normalized match => unavailable; no rows => available; API
error => available=None (never a false 'taken'). Verified: unique name = 0 rows
(available), 'APPLE INC.' = exact match (taken).
2026-06-09 08:34:37 -05:00
..
__init__.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00
adapter.py fix(formation/TX): name search via Texas open-data API, not scraping 2026-06-09 08:34:37 -05:00
config.py Initial commit — Performance West telecom compliance platform 2026-04-27 06:54:22 -05:00