Texas Pharmacy License Scraper - TSBP Daily Data avatar

Texas Pharmacy License Scraper - TSBP Daily Data

Pricing

from $1.50 / 1,000 results

Go to Apify Store
Texas Pharmacy License Scraper - TSBP Daily Data

Texas Pharmacy License Scraper - TSBP Daily Data

Extract pharmacist, pharmacy, intern & technician license records from Texas State Board of Pharmacy (TSBP). Daily-updated CSV data with license status, expiration, disciplinary actions & location.

Pricing

from $1.50 / 1,000 results

Rating

0.0

(0)

Developer

Haketa

Haketa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

πŸ’Š Texas Pharmacy License Scraper

Extract pharmacist, pharmacy, intern & technician license records from the Texas State Board of Pharmacy (TSBP) β€” daily-updated public data covering 100K+ licensees across the second-largest US state.

Apify Actor


⚑ How It Works

TSBP publishes four CSV files that are updated every business day. This actor downloads them directly β€” no browser, no login, no API key required:

FileURLContent
phtdsk.csvpharmacy.texas.gov/downloads/phtdsk.csvPharmacist licenses
phydsk.csvpharmacy.texas.gov/downloads/phydsk.csvPharmacy (facility) licenses
intdsk.csvpharmacy.texas.gov/downloads/intdsk.csvIntern registrations
techdsk.csvpharmacy.texas.gov/downloads/techdsk.csvTechnician registrations

The actor downloads each CSV, parses it, applies your filters, and pushes structured JSON records to the Apify dataset.


πŸ”§ Input

{
"licenseTypes": ["pharmacist", "pharmacy", "intern", "technician"],
"statusFilter": "all",
"cities": [],
"states": [],
"disciplinaryFilter": "all",
"maxRecords": 0
}

Parameters

ParameterTypeDefaultDescription
licenseTypesarrayall fourWhich categories to scrape: pharmacist, pharmacy, intern, technician
statusFilterstringallall / active_only / inactive_only
citiesarray[]Filter by city (case-insensitive). Example: ["Houston", "Dallas"]
statesarray[]Filter by state abbreviation. Example: ["TX"]
disciplinaryFilterstringallall / clean_only / disciplined_only
maxRecordsinteger0Max records to output (0 = unlimited)
proxyConfigurationobjectnoneOptional proxy β€” usually not needed

πŸ“Š License Status Codes

TSBP uses these status codes across all license types:

βœ… Active Statuses (may practice)

StatusMeaning
ActiveLicense is current and valid
ProbationLicensed with Board-imposed conditions
RestrictedLimited practice β€” contact Board for details

🚫 Inactive Statuses (may NOT practice)

StatusMeaning
SuspendedTemporarily barred from practice
RevokedPermanently removed
CancelledLicense cancelled
SurrenderVoluntarily surrendered
RetiredRetired status
ExpiredNot renewed by expiration date
ClosedFacility closed (pharmacy records)

πŸ“¦ Output

Pharmacist Record Example

{
"licenseCategory": "Pharmacist",
"licenseNumber": "45123",
"lastName": "MARTINEZ",
"firstName": "CARLOS",
"middleName": "A",
"pharmacyName": null,
"pharmacyType": null,
"licenseStatus": "Active",
"issueDate": "2016-08-15",
"expirationDate": "2027-03-31",
"address": "1234 MAIN ST",
"city": "Houston",
"state": "TX",
"zip": "77001",
"phone": null,
"pharmacistInCharge": null,
"disciplinaryAction": false,
"sourceFile": "phtdsk.csv",
"scrapedAt": "2026-05-06T09:00:00.000Z"
}

Pharmacy (Facility) Record Example

{
"licenseCategory": "Pharmacy",
"licenseNumber": "18765",
"lastName": null,
"firstName": null,
"middleName": null,
"pharmacyName": "WALGREENS #5432",
"pharmacyType": "Community",
"licenseStatus": "Active",
"issueDate": "2005-01-10",
"expirationDate": "2027-01-31",
"address": "9876 WESTHEIMER RD",
"city": "Houston",
"state": "TX",
"zip": "77042",
"phone": "713-555-0100",
"pharmacistInCharge": "SMITH, JANE R",
"disciplinaryAction": false,
"sourceFile": "phydsk.csv",
"scrapedAt": "2026-05-06T09:00:00.000Z"
}

Output Fields

FieldTypeDescription
licenseCategorystringPharmacist / Pharmacy / Intern / Technician
licenseNumberstringTSBP license or registration number
lastNamestringIndividual last name (null for pharmacies)
firstNamestringIndividual first name (null for pharmacies)
middleNamestringMiddle name or initial
pharmacyNamestringFacility name (pharmacy records only)
pharmacyTypestringCommunity, Hospital, Mail Order, Nuclear etc.
licenseStatusstringCurrent license status
issueDatestringLicense issue date (YYYY-MM-DD)
expirationDatestringLicense expiration date (YYYY-MM-DD)
addressstringStreet address
citystringCity
statestringState abbreviation
zipstringZIP code
phonestringPhone number (pharmacy records only)
pharmacistInChargestringResponsible pharmacist (pharmacy records only)
disciplinaryActionbooleanWhether Board disciplinary action exists
sourceFilestringCSV filename this record was parsed from
scrapedAtstringISO timestamp when record was scraped

🎯 Use Cases

πŸ₯ Healthcare Staffing & Credentialing

Verify Texas pharmacist and technician licenses for travel pharmacists, new hires, and credential renewals. Daily updates ensure near real-time verification.

βœ… Compliance Monitoring

Pharmacy chains (CVS, Walgreens, H-E-B) can monitor all employee pharmacist license statuses across 5,000+ Texas locations. Disciplinary action flag catches Board actions immediately.

πŸ’Ό Insurance & PBM Network Management

Pharmacy benefit managers can verify facility licenses across their Texas network. Track expirations, closures, and status changes for provider directory accuracy.

πŸ“ˆ B2B Sales Intelligence

Pharmaceutical companies, medical equipment vendors, and pharmacy software providers can build targeted lead lists of active Texas pharmacists and pharmacies by city.

πŸ”¬ Workforce Analytics & Market Research

Analyze pharmacist supply/demand by Texas metro area, track license growth trends, qualification distribution, and technician-to-pharmacist ratios.


πŸ™οΈ Major Texas Cities

CityMetro PopulationHealthcare Significance
Houston7.1MTexas Medical Center β€” world's largest medical complex
Dallas–Fort Worth7.6MMajor hospital systems: Baylor, UT Southwestern
San Antonio2.6MMilitary medical hub (BAMC, Brooke Army)
Austin2.3MFastest-growing major metro, expanding pharmacy networks
Fort Worth1.0MCook Children's, JPS Health Network
El Paso0.9MBorder healthcare, bilingual pharmacy workforce

πŸ’° Cost & Performance

MetricValue
EngineDirect CSV download β€” no browser overhead
Runtime~30–60 seconds for all four files
Cost~0.001 CU per full run
Data freshnessDaily (previous business day)
Auth requiredNone
Proxy requiredNone

πŸ“ Notes

  • Daily updates β€” TSBP updates all four CSV files every business day with data current through the previous business day.
  • No authentication β€” all CSV files are publicly accessible with no login or API key.
  • Disciplinary action β€” the disciplinary flag is most reliable for pharmacist and intern records. Pharmacy and technician files may not always include this field.
  • Pharmacy types β€” include Community, Hospital, Mail Order, Nuclear, Sterile Compounding, Non-Sterile Compounding, Central Fill, and others per TSBP classification.
  • Out-of-state records β€” the pharmacy file may include facilities licensed in Texas but physically located in other states (e.g., mail-order pharmacies). Use the states filter to narrow results.

πŸ“œ Changelog

VersionDateNotes
1.0.02026-05-06Initial release β€” direct CSV download, four license categories, full filtering