Welcome Back
Your SmileData lifetime license gives you full access to 263,287 verified US dentist records.
License Details
✓ Active Lifetime LicenseQuick Actions
Browse Dentist Data
Search and filter 263,287 records across 27 visible fields. Export filtered results in CSV, JSON, or TSV.
| Full Name | Practice | Specialty | Credential | City | State | Zip | Phone | Phone Type | Email 1 | Verified Emails | Predicted Email | Confidence | Website | Google Rating | Reviews | Tech Stack | Sole Prop | Founded | Yrs Practice | Entity Type | Taxonomy | Locations | Membership Plan | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Use the filters above to search records. | ||||||||||||||||||||||||||
Downloads
Download the full 263,287-record database in your preferred format, or export a filtered subset from the Browse tab.
📦 Full Database Download
All 263,287 records · 102 fields · sorted by state then name
🔍 Filtered Export
Set filters in Browse, then export only matching records. Up to 50,000 rows per export.
Go to Browse → set filters → click the format button above the table.
Format Guide
| Format | Best For | Opens In |
|---|---|---|
.csv | Spreadsheets, CRM imports (HubSpot, Salesforce) | Excel, Numbers, Google Sheets |
.jsonl | Programmatic / API ingestion, database loads | Python, Node.js, data pipelines |
.tsv | Tab-delimited — no quote-escaping issues | Excel, Python pandas, R |
All formats include all 102 customer-facing fields. Files are generated fresh and cached for 7 days. The full CSV is typically ~80–120 MB.
API Access
Query the dentist database programmatically. Your lifetime license includes full REST API access — no rate limits.
Your API Key
Include this key in every request as a Bearer token (or ?api_key=… query param).
If you regenerate your key, old integrations using the previous key will stop working immediately.
Endpoint
GET https://gosmiledata.com/api/v1/dentists
| Parameter | Type | Description |
|---|---|---|
state | string | Filter by 2-letter state code (e.g. CA) |
specialty | string | Filter by specialty (e.g. Orthodontics and Dentofacial Orthopedics) |
name | string | Search full name or practice name (partial match) |
limit | integer | Records per page (1–1000, default 100) |
offset | integer | Skip N records for pagination (default 0) |
api_key | string | Your API key (alternative to Authorization header) |
Example Request
curl
JavaScript (fetch)
Python (requests)
Response format