logiover commited on
Commit
dc031ab
·
verified ·
1 Parent(s): 321bf63

Publish sample dataset for npi-registry-scraper

Browse files
Files changed (3) hide show
  1. README.md +123 -0
  2. sample.json +2702 -0
  3. sample.parquet +3 -0
README.md ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: "NPI Registry Scraper"
4
+ tags: [lead_gen, web-scraping, apify, lead-generation, automation, scraper]
5
+ size_categories:
6
+ - n<1K
7
+ ---
8
+
9
+ # NPI Registry Scraper
10
+
11
+ Scrape US healthcare providers from the official NPPES NPI Registry — no login, no API key, no blocking. 8M+ doctors, dentists, pharmacies and clinics with name, specialty, license, address and phone. Tens of thousands per run. Schedule for an always-fresh provider database.
12
+
13
+ ## What the actor scrapes
14
+
15
+ # 🏥 NPI Registry Scraper — Scrape US Healthcare Provider Data (NPPES) Scrape **US healthcare providers** from the **official NPPES NPI Registry** maintained by the Centers for Medicare & Medicaid Services (CMS). This NPI Registry scraper extracts provider name, NPI number, specialty/taxonomy, license number, full address, phone and fax — covering 8M+ doctors, dentists, pharmacies, clinics, hospitals and every other healthcare provider in the United States. It uses the official government API, so
16
+
17
+ ## Who this is for
18
+
19
+ This sample is useful for anyone working in **lead gen, lead generation, automation** who wants a quick look at the shape of the data before running the live actor at scale. Treat it as a static snapshot — counts, prices and timestamps reflect the moment the sample was captured and will drift over time.
20
+
21
+ ## Source
22
+
23
+ **Live source:** This dataset is a static sample. For fresh, customizable extractions, run the live Apify actor: [logiover/npi-registry-scraper](https://apify.com/logiover/npi-registry-scraper)
24
+
25
+ ## Fields
26
+
27
+ - **`npi`** — field captured by the actor
28
+ - **`enumerationType`** — field captured by the actor
29
+ - **`organizationName`** — field captured by the actor
30
+ - **`firstName`** — field captured by the actor
31
+ - **`lastName`** — field captured by the actor
32
+ - **`credential`** — field captured by the actor
33
+ - **`gender`** — field captured by the actor
34
+ - **`soleProprietor`** — field captured by the actor
35
+ - **`status`** — field captured by the actor
36
+ - **`authorizedOfficialName`** — field captured by the actor
37
+ - **`authorizedOfficialTitle`** — field captured by the actor
38
+ - **`authorizedOfficialPhone`** — field captured by the actor
39
+ - **`primaryTaxonomy`** — field captured by the actor
40
+ - **`taxonomyCode`** — field captured by the actor
41
+ - **`taxonomyGroup`** — field captured by the actor
42
+ - **`licenseNumber`** — field captured by the actor
43
+ - **`addressLine`** — field captured by the actor
44
+ - **`city`** — city name
45
+ - **`state`** — field captured by the actor
46
+ - **`postalCode`** — field captured by the actor
47
+ - **`phone`** — contact phone number
48
+ - **`fax`** — field captured by the actor
49
+ - **`enumerationDate`** — timestamp
50
+ - **`lastUpdated`** — field captured by the actor
51
+ - **`scrapedAt`** — timestamp the row was scraped
52
+
53
+ ## Sample preview
54
+
55
+ ```json
56
+ [
57
+ {
58
+ "npi": "1063386555",
59
+ "enumerationType": "NPI-2",
60
+ "organizationName": "1 DAVISON AVE DENTISTRY PLLC",
61
+ "firstName": null,
62
+ "lastName": null,
63
+ "credential": null,
64
+ "gender": null,
65
+ "soleProprietor": null,
66
+ "status": "A",
67
+ "authorizedOfficialName": "GAVRIEL GULAMOV",
68
+ "authorizedOfficialTitle": "OWNER",
69
+ "authorizedOfficialPhone": "6465939305",
70
+ "primaryTaxonomy": "Dentist, General Practice",
71
+ "taxonomyCode": "1223G0001X",
72
+ "taxonomyGroup": "193400000X - Single Specialty Group",
73
+ "licenseNumber": null,
74
+ "addressLine": "1 DAVISON AVE W",
75
+ "city": "OCEANSIDE",
76
+ "state": "NY",
77
+ "postalCode": "115722114",
78
+ "phone": "646-593-9305",
79
+ "fax": null,
80
+ "enumerationDate": "2025-09-30",
81
+ "lastUpdated": "2025-10-09",
82
+ "scrapedAt": "2026-05-14T17:28:35.866Z"
83
+ },
84
+ {
85
+ "npi": "1770383192",
86
+ "enumerationType": "NPI-2",
87
+ "organizationName": "10 WEST 46TH STREET DENTAL PLLC",
88
+ "firstName": null,
89
+ "lastName": null,
90
+ "credential": null,
91
+ "gender": null,
92
+ "soleProprietor": null,
93
+ "status": "A",
94
+ "authorizedOfficialName": "OLEG KLEMPNER",
95
+ "authorizedOfficialTitle": "Practice Owner",
96
+ "authorizedOfficialPhone": "2127521252",
97
+ "primaryTaxonomy": "Dentist, General Practice",
98
+ "taxonomyCode": "1223G0001X",
99
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
100
+ "licenseNumber": null,
101
+ "addressLine": "10 W 46TH ST STE 1402",
102
+ "city": "NEW YORK",
103
+ "state": "NY",
104
+ "postalCode": "100364515",
105
+ "phone": "212-752-1252",
106
+ "fax": null,
107
+ "enumerationDate": "2025-03-14",
108
+ "lastUpdated": "2025-03-14",
109
+ "scrapedAt": "2026-05-14T17:28:36.033Z"
110
+ }
111
+ ]
112
+ ```
113
+
114
+ ## Snapshot stats
115
+
116
+ - Row count in this sample: **100**
117
+ - Data quality flag at capture time: `EXISTING_USED`
118
+
119
+ ## License & Attribution
120
+
121
+ Released under **Creative Commons Attribution 4.0 (CC BY 4.0)**. If you use this data, please credit the source actor and link back to its Apify Store page: [logiover/npi-registry-scraper](https://apify.com/logiover/npi-registry-scraper).
122
+
123
+ The sample is provided as-is for evaluation and research. Source websites retain their own terms of service — downstream users are responsible for complying with them when running the live actor or redistributing scraped content.
sample.json ADDED
@@ -0,0 +1,2702 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "npi": "1063386555",
4
+ "enumerationType": "NPI-2",
5
+ "organizationName": "1 DAVISON AVE DENTISTRY PLLC",
6
+ "firstName": null,
7
+ "lastName": null,
8
+ "credential": null,
9
+ "gender": null,
10
+ "soleProprietor": null,
11
+ "status": "A",
12
+ "authorizedOfficialName": "GAVRIEL GULAMOV",
13
+ "authorizedOfficialTitle": "OWNER",
14
+ "authorizedOfficialPhone": "6465939305",
15
+ "primaryTaxonomy": "Dentist, General Practice",
16
+ "taxonomyCode": "1223G0001X",
17
+ "taxonomyGroup": "193400000X - Single Specialty Group",
18
+ "licenseNumber": null,
19
+ "addressLine": "1 DAVISON AVE W",
20
+ "city": "OCEANSIDE",
21
+ "state": "NY",
22
+ "postalCode": "115722114",
23
+ "phone": "646-593-9305",
24
+ "fax": null,
25
+ "enumerationDate": "2025-09-30",
26
+ "lastUpdated": "2025-10-09",
27
+ "scrapedAt": "2026-05-14T17:28:35.866Z"
28
+ },
29
+ {
30
+ "npi": "1770383192",
31
+ "enumerationType": "NPI-2",
32
+ "organizationName": "10 WEST 46TH STREET DENTAL PLLC",
33
+ "firstName": null,
34
+ "lastName": null,
35
+ "credential": null,
36
+ "gender": null,
37
+ "soleProprietor": null,
38
+ "status": "A",
39
+ "authorizedOfficialName": "OLEG KLEMPNER",
40
+ "authorizedOfficialTitle": "Practice Owner",
41
+ "authorizedOfficialPhone": "2127521252",
42
+ "primaryTaxonomy": "Dentist, General Practice",
43
+ "taxonomyCode": "1223G0001X",
44
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
45
+ "licenseNumber": null,
46
+ "addressLine": "10 W 46TH ST STE 1402",
47
+ "city": "NEW YORK",
48
+ "state": "NY",
49
+ "postalCode": "100364515",
50
+ "phone": "212-752-1252",
51
+ "fax": null,
52
+ "enumerationDate": "2025-03-14",
53
+ "lastUpdated": "2025-03-14",
54
+ "scrapedAt": "2026-05-14T17:28:36.033Z"
55
+ },
56
+ {
57
+ "npi": "1366926891",
58
+ "enumerationType": "NPI-2",
59
+ "organizationName": "1037 FULTON STREET DENTAL PC",
60
+ "firstName": null,
61
+ "lastName": null,
62
+ "credential": null,
63
+ "gender": null,
64
+ "soleProprietor": null,
65
+ "status": "A",
66
+ "authorizedOfficialName": "JOHN DAVYDOV",
67
+ "authorizedOfficialTitle": "Director",
68
+ "authorizedOfficialPhone": "3475288164",
69
+ "primaryTaxonomy": "Dentist",
70
+ "taxonomyCode": "122300000X",
71
+ "taxonomyGroup": "193400000X - Single Specialty Group",
72
+ "licenseNumber": null,
73
+ "addressLine": "1037 FULTON ST",
74
+ "city": "FARMINGDALE",
75
+ "state": "NY",
76
+ "postalCode": "117354700",
77
+ "phone": "347-528-8164",
78
+ "fax": null,
79
+ "enumerationDate": "2018-09-20",
80
+ "lastUpdated": "2018-10-23",
81
+ "scrapedAt": "2026-05-14T17:28:36.095Z"
82
+ },
83
+ {
84
+ "npi": "1104356476",
85
+ "enumerationType": "NPI-2",
86
+ "organizationName": "104 DENTAL, PLLC",
87
+ "firstName": null,
88
+ "lastName": null,
89
+ "credential": null,
90
+ "gender": null,
91
+ "soleProprietor": null,
92
+ "status": "A",
93
+ "authorizedOfficialName": "ARTIN SAKHAEE",
94
+ "authorizedOfficialTitle": "Owner",
95
+ "authorizedOfficialPhone": "7184767801",
96
+ "primaryTaxonomy": "Dentist, General Practice",
97
+ "taxonomyCode": "1223G0001X",
98
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
99
+ "licenseNumber": "052701",
100
+ "addressLine": "10423 ROOSEVELT AVENUE",
101
+ "city": "CORONA",
102
+ "state": "NY",
103
+ "postalCode": "113682327",
104
+ "phone": "718-426-3000",
105
+ "fax": "718-426-3002",
106
+ "enumerationDate": "2017-06-19",
107
+ "lastUpdated": "2022-07-21",
108
+ "scrapedAt": "2026-05-14T17:28:36.164Z"
109
+ },
110
+ {
111
+ "npi": "1659788008",
112
+ "enumerationType": "NPI-2",
113
+ "organizationName": "116 STREET DENTAL CARE PLLC",
114
+ "firstName": null,
115
+ "lastName": null,
116
+ "credential": null,
117
+ "gender": null,
118
+ "soleProprietor": null,
119
+ "status": "A",
120
+ "authorizedOfficialName": "AHMED BEHEIRY",
121
+ "authorizedOfficialTitle": "dentist",
122
+ "authorizedOfficialPhone": "7185733333",
123
+ "primaryTaxonomy": "Dentist, General Practice",
124
+ "taxonomyCode": "1223G0001X",
125
+ "taxonomyGroup": "193400000X - Multiple Single Specialty Group",
126
+ "licenseNumber": "056883",
127
+ "addressLine": "240 W 116TH ST",
128
+ "city": "NEW YORK",
129
+ "state": "NY",
130
+ "postalCode": "100262431",
131
+ "phone": "347-331-6681",
132
+ "fax": null,
133
+ "enumerationDate": "2014-07-17",
134
+ "lastUpdated": "2014-07-17",
135
+ "scrapedAt": "2026-05-14T17:28:36.206Z"
136
+ },
137
+ {
138
+ "npi": "1790621506",
139
+ "enumerationType": "NPI-2",
140
+ "organizationName": "1196 LEXINGTON DENTAL LLC",
141
+ "firstName": null,
142
+ "lastName": null,
143
+ "credential": null,
144
+ "gender": null,
145
+ "soleProprietor": null,
146
+ "status": "A",
147
+ "authorizedOfficialName": "JEFFREY RAPPAPORT",
148
+ "authorizedOfficialTitle": "Owner/Dentist",
149
+ "authorizedOfficialPhone": "4155302228",
150
+ "primaryTaxonomy": "Dentist",
151
+ "taxonomyCode": "122300000X",
152
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
153
+ "licenseNumber": null,
154
+ "addressLine": "330 E 72ND ST APT 7",
155
+ "city": "NEW YORK",
156
+ "state": "NY",
157
+ "postalCode": "100214728",
158
+ "phone": "212-879-1845",
159
+ "fax": null,
160
+ "enumerationDate": "2026-04-24",
161
+ "lastUpdated": "2026-04-24",
162
+ "scrapedAt": "2026-05-14T17:28:36.239Z"
163
+ },
164
+ {
165
+ "npi": "1851710511",
166
+ "enumerationType": "NPI-2",
167
+ "organizationName": "123 DENTAL GROUP PC",
168
+ "firstName": null,
169
+ "lastName": null,
170
+ "credential": null,
171
+ "gender": null,
172
+ "soleProprietor": null,
173
+ "status": "A",
174
+ "authorizedOfficialName": "HYO-JIN KIM",
175
+ "authorizedOfficialTitle": "President",
176
+ "authorizedOfficialPhone": "2126861115",
177
+ "primaryTaxonomy": "Dentist, General Practice",
178
+ "taxonomyCode": "1223G0001X",
179
+ "taxonomyGroup": "193400000X - Single Specialty Group",
180
+ "licenseNumber": "055884",
181
+ "addressLine": "123 E 37TH ST",
182
+ "city": "NEW YORK",
183
+ "state": "NY",
184
+ "postalCode": "100163030",
185
+ "phone": "212-686-1115",
186
+ "fax": "212-686-1142",
187
+ "enumerationDate": "2014-04-10",
188
+ "lastUpdated": "2014-04-10",
189
+ "scrapedAt": "2026-05-14T17:28:36.328Z"
190
+ },
191
+ {
192
+ "npi": "1134561137",
193
+ "enumerationType": "NPI-2",
194
+ "organizationName": "125TH ST. DENTAL GROUP, PLLC",
195
+ "firstName": null,
196
+ "lastName": null,
197
+ "credential": null,
198
+ "gender": null,
199
+ "soleProprietor": null,
200
+ "status": "A",
201
+ "authorizedOfficialName": "DANIEL KUNCIO",
202
+ "authorizedOfficialTitle": "member",
203
+ "authorizedOfficialPhone": "6465058852",
204
+ "primaryTaxonomy": "Dentist, Orthodontics and Dentofacial Orthopedics",
205
+ "taxonomyCode": "1223X0400X",
206
+ "taxonomyGroup": "193400000X - Single Specialty Group",
207
+ "licenseNumber": "051019",
208
+ "addressLine": "63 W 125TH ST",
209
+ "city": "NEW YORK",
210
+ "state": "NY",
211
+ "postalCode": "100274512",
212
+ "phone": "646-505-8852",
213
+ "fax": null,
214
+ "enumerationDate": "2013-07-19",
215
+ "lastUpdated": "2013-07-19",
216
+ "scrapedAt": "2026-05-14T17:28:36.369Z"
217
+ },
218
+ {
219
+ "npi": "1063650125",
220
+ "enumerationType": "NPI-2",
221
+ "organizationName": "125TH STREET DENTAL ARTS P.C.",
222
+ "firstName": null,
223
+ "lastName": null,
224
+ "credential": null,
225
+ "gender": null,
226
+ "soleProprietor": null,
227
+ "status": "A",
228
+ "authorizedOfficialName": "SHAUL HUBSCHER",
229
+ "authorizedOfficialTitle": "Dentist",
230
+ "authorizedOfficialPhone": "6468279819",
231
+ "primaryTaxonomy": "Dentist, General Practice",
232
+ "taxonomyCode": "1223G0001X",
233
+ "taxonomyGroup": "193400000X - Single Specialty Group",
234
+ "licenseNumber": null,
235
+ "addressLine": "437 WEST 125 STREET",
236
+ "city": "NEW YORK",
237
+ "state": "NY",
238
+ "postalCode": "100274201",
239
+ "phone": "646-827-9819",
240
+ "fax": "646-837-0510",
241
+ "enumerationDate": "2009-01-28",
242
+ "lastUpdated": "2009-01-28",
243
+ "scrapedAt": "2026-05-14T17:28:36.403Z"
244
+ },
245
+ {
246
+ "npi": "1861523771",
247
+ "enumerationType": "NPI-2",
248
+ "organizationName": "125TH STREET DENTAL LLP",
249
+ "firstName": null,
250
+ "lastName": null,
251
+ "credential": null,
252
+ "gender": null,
253
+ "soleProprietor": null,
254
+ "status": "A",
255
+ "authorizedOfficialName": "SERGUEI KOPETSKOV",
256
+ "authorizedOfficialTitle": "President",
257
+ "authorizedOfficialPhone": "6468279819",
258
+ "primaryTaxonomy": "Dentist, General Practice",
259
+ "taxonomyCode": "1223G0001X",
260
+ "taxonomyGroup": "193400000X - Single Specialty Group",
261
+ "licenseNumber": "049097",
262
+ "addressLine": "437 W 125TH ST",
263
+ "city": "NEW YORK",
264
+ "state": "NY",
265
+ "postalCode": "100274201",
266
+ "phone": "646-827-9819",
267
+ "fax": "646-827-0510",
268
+ "enumerationDate": "2007-03-09",
269
+ "lastUpdated": "2020-08-22",
270
+ "scrapedAt": "2026-05-14T17:28:36.443Z"
271
+ },
272
+ {
273
+ "npi": "1013499052",
274
+ "enumerationType": "NPI-2",
275
+ "organizationName": "12TH STREET DENTAL PLLC",
276
+ "firstName": null,
277
+ "lastName": null,
278
+ "credential": null,
279
+ "gender": null,
280
+ "soleProprietor": null,
281
+ "status": "A",
282
+ "authorizedOfficialName": "DAVID JANASH",
283
+ "authorizedOfficialTitle": "President and CEO",
284
+ "authorizedOfficialPhone": "9179154504",
285
+ "primaryTaxonomy": "Dentist, Dental Public Health",
286
+ "taxonomyCode": "1223D0001X",
287
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
288
+ "licenseNumber": "051610",
289
+ "addressLine": "77 E 12TH ST",
290
+ "city": "NEW YORK",
291
+ "state": "NY",
292
+ "postalCode": "100035002",
293
+ "phone": "917-915-4504",
294
+ "fax": null,
295
+ "enumerationDate": "2018-09-06",
296
+ "lastUpdated": "2024-05-30",
297
+ "scrapedAt": "2026-05-14T17:28:36.488Z"
298
+ },
299
+ {
300
+ "npi": "1174056048",
301
+ "enumerationType": "NPI-2",
302
+ "organizationName": "141 DENTAL STUDIO PC",
303
+ "firstName": null,
304
+ "lastName": null,
305
+ "credential": null,
306
+ "gender": null,
307
+ "soleProprietor": null,
308
+ "status": "A",
309
+ "authorizedOfficialName": "ANGELA ABERNATHY",
310
+ "authorizedOfficialTitle": "Owner",
311
+ "authorizedOfficialPhone": "2122622952",
312
+ "primaryTaxonomy": "Dentist",
313
+ "taxonomyCode": "122300000X",
314
+ "taxonomyGroup": "193400000X - Single Specialty Group",
315
+ "licenseNumber": null,
316
+ "addressLine": "141 E 55TH ST",
317
+ "city": "NEW YORK",
318
+ "state": "NY",
319
+ "postalCode": "100224030",
320
+ "phone": "212-262-2952",
321
+ "fax": null,
322
+ "enumerationDate": "2017-04-07",
323
+ "lastUpdated": "2017-04-11",
324
+ "scrapedAt": "2026-05-14T17:28:36.525Z"
325
+ },
326
+ {
327
+ "npi": "1871738302",
328
+ "enumerationType": "NPI-2",
329
+ "organizationName": "149 DENTAL, P.C.",
330
+ "firstName": null,
331
+ "lastName": null,
332
+ "credential": null,
333
+ "gender": null,
334
+ "soleProprietor": null,
335
+ "status": "A",
336
+ "authorizedOfficialName": "EMIL BLANK",
337
+ "authorizedOfficialTitle": "Dentist",
338
+ "authorizedOfficialPhone": "7184022240",
339
+ "primaryTaxonomy": "Dentist, General Practice",
340
+ "taxonomyCode": "1223G0001X",
341
+ "taxonomyGroup": "193400000X - Single Specialty Group",
342
+ "licenseNumber": null,
343
+ "addressLine": "385 E 149 ST",
344
+ "city": "BRONX",
345
+ "state": "NY",
346
+ "postalCode": "104553902",
347
+ "phone": "718-402-2240",
348
+ "fax": "718-402-2250",
349
+ "enumerationDate": "2008-12-12",
350
+ "lastUpdated": "2008-12-12",
351
+ "scrapedAt": "2026-05-14T17:28:36.556Z"
352
+ },
353
+ {
354
+ "npi": "1770083321",
355
+ "enumerationType": "NPI-2",
356
+ "organizationName": "15 CANAL ROAD DENTAL SERVICES P.C.",
357
+ "firstName": null,
358
+ "lastName": null,
359
+ "credential": null,
360
+ "gender": null,
361
+ "soleProprietor": null,
362
+ "status": "A",
363
+ "authorizedOfficialName": "ISAAC NEWMAN",
364
+ "authorizedOfficialTitle": "COO",
365
+ "authorizedOfficialPhone": "9147381144",
366
+ "primaryTaxonomy": "Dentist, General Practice",
367
+ "taxonomyCode": "1223G0001X",
368
+ "taxonomyGroup": "193400000X - Single Specialty Group",
369
+ "licenseNumber": null,
370
+ "addressLine": "15 CANAL RD",
371
+ "city": "PELHAM",
372
+ "state": "NY",
373
+ "postalCode": "108032706",
374
+ "phone": "914-738-1144",
375
+ "fax": null,
376
+ "enumerationDate": "2018-02-20",
377
+ "lastUpdated": "2018-02-20",
378
+ "scrapedAt": "2026-05-14T17:28:36.601Z"
379
+ },
380
+ {
381
+ "npi": "1134358427",
382
+ "enumerationType": "NPI-2",
383
+ "organizationName": "174 STREET DENTAL LLC",
384
+ "firstName": null,
385
+ "lastName": null,
386
+ "credential": null,
387
+ "gender": null,
388
+ "soleProprietor": null,
389
+ "status": "A",
390
+ "authorizedOfficialName": "JUSTIN SYCAMORE",
391
+ "authorizedOfficialTitle": "DENTIST",
392
+ "authorizedOfficialPhone": "2137097154",
393
+ "primaryTaxonomy": "Dentist, General Practice",
394
+ "taxonomyCode": "1223G0001X",
395
+ "taxonomyGroup": "193400000X - Single Specialty Group",
396
+ "licenseNumber": "053429",
397
+ "addressLine": "146 E 174TH ST",
398
+ "city": "BRONX",
399
+ "state": "NY",
400
+ "postalCode": "104576904",
401
+ "phone": "213-709-7154",
402
+ "fax": null,
403
+ "enumerationDate": "2009-07-08",
404
+ "lastUpdated": "2009-07-08",
405
+ "scrapedAt": "2026-05-14T17:28:36.638Z"
406
+ },
407
+ {
408
+ "npi": "1154593150",
409
+ "enumerationType": "NPI-2",
410
+ "organizationName": "18TH AVE PROFESSIONAL DENTAL PC",
411
+ "firstName": null,
412
+ "lastName": null,
413
+ "credential": null,
414
+ "gender": null,
415
+ "soleProprietor": null,
416
+ "status": "A",
417
+ "authorizedOfficialName": "KENNY HO",
418
+ "authorizedOfficialTitle": "DDS/Owner",
419
+ "authorizedOfficialPhone": "3477131828",
420
+ "primaryTaxonomy": "Dentist",
421
+ "taxonomyCode": "122300000X",
422
+ "taxonomyGroup": "193400000X - Single Specialty Group",
423
+ "licenseNumber": "049610",
424
+ "addressLine": "2171 68TH ST FL 3",
425
+ "city": "BROOKLYN",
426
+ "state": "NY",
427
+ "postalCode": "112044733",
428
+ "phone": "347-713-1828",
429
+ "fax": "347-713-1878",
430
+ "enumerationDate": "2008-03-31",
431
+ "lastUpdated": "2017-10-12",
432
+ "scrapedAt": "2026-05-14T17:28:36.694Z"
433
+ },
434
+ {
435
+ "npi": "1447109137",
436
+ "enumerationType": "NPI-2",
437
+ "organizationName": "1985 DENTAL GROUP, PLLC",
438
+ "firstName": null,
439
+ "lastName": null,
440
+ "credential": null,
441
+ "gender": null,
442
+ "soleProprietor": null,
443
+ "status": "A",
444
+ "authorizedOfficialName": "MICHAEL GELFAND",
445
+ "authorizedOfficialTitle": "partner, DDS",
446
+ "authorizedOfficialPhone": "7183764200",
447
+ "primaryTaxonomy": "Dentist",
448
+ "taxonomyCode": "122300000X",
449
+ "taxonomyGroup": "193400000X - Single Specialty Group",
450
+ "licenseNumber": null,
451
+ "addressLine": "1985 OCEAN AVE APT 1D",
452
+ "city": "BROOKLYN",
453
+ "state": "NY",
454
+ "postalCode": "112306815",
455
+ "phone": "718-376-4200",
456
+ "fax": "718-376-4202",
457
+ "enumerationDate": "2026-01-26",
458
+ "lastUpdated": "2026-01-26",
459
+ "scrapedAt": "2026-05-14T17:28:36.745Z"
460
+ },
461
+ {
462
+ "npi": "1144697368",
463
+ "enumerationType": "NPI-2",
464
+ "organizationName": "1995 BROADWAY DENTAL ARTS PLLC",
465
+ "firstName": null,
466
+ "lastName": null,
467
+ "credential": null,
468
+ "gender": null,
469
+ "soleProprietor": null,
470
+ "status": "A",
471
+ "authorizedOfficialName": "MARC LIECHTUNG",
472
+ "authorizedOfficialTitle": "President",
473
+ "authorizedOfficialPhone": "7326108265",
474
+ "primaryTaxonomy": "Dentist",
475
+ "taxonomyCode": "122300000X",
476
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
477
+ "licenseNumber": "040754",
478
+ "addressLine": "1995 BROADWAY",
479
+ "city": "NEW YORK",
480
+ "state": "NY",
481
+ "postalCode": "100235882",
482
+ "phone": "212-247-2330",
483
+ "fax": null,
484
+ "enumerationDate": "2015-08-24",
485
+ "lastUpdated": "2015-08-24",
486
+ "scrapedAt": "2026-05-14T17:28:36.791Z"
487
+ },
488
+ {
489
+ "npi": "1023453339",
490
+ "enumerationType": "NPI-2",
491
+ "organizationName": "209 NYC DENTAL LLP",
492
+ "firstName": null,
493
+ "lastName": null,
494
+ "credential": null,
495
+ "gender": null,
496
+ "soleProprietor": null,
497
+ "status": "A",
498
+ "authorizedOfficialName": "STEVEN KAFKO",
499
+ "authorizedOfficialTitle": "partner",
500
+ "authorizedOfficialPhone": "2123552290",
501
+ "primaryTaxonomy": "Dentist, General Practice",
502
+ "taxonomyCode": "1223G0001X",
503
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
504
+ "licenseNumber": "029520",
505
+ "addressLine": "209 E 56TH ST",
506
+ "city": "NEW YORK",
507
+ "state": "NY",
508
+ "postalCode": "100223705",
509
+ "phone": "212-355-2290",
510
+ "fax": "212-355-2379",
511
+ "enumerationDate": "2013-05-01",
512
+ "lastUpdated": "2013-05-01",
513
+ "scrapedAt": "2026-05-14T17:28:36.835Z"
514
+ },
515
+ {
516
+ "npi": "1891185245",
517
+ "enumerationType": "NPI-2",
518
+ "organizationName": "2090 DENTAL PC",
519
+ "firstName": null,
520
+ "lastName": null,
521
+ "credential": null,
522
+ "gender": null,
523
+ "soleProprietor": null,
524
+ "status": "A",
525
+ "authorizedOfficialName": "PAUL SYMEONIDES",
526
+ "authorizedOfficialTitle": "President",
527
+ "authorizedOfficialPhone": "9176970845",
528
+ "primaryTaxonomy": "Dentist, General Practice",
529
+ "taxonomyCode": "1223G0001X",
530
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
531
+ "licenseNumber": null,
532
+ "addressLine": "2090 ADAM CLAYTON POWELL JR BLVD",
533
+ "city": "NEW YORK",
534
+ "state": "NY",
535
+ "postalCode": "100274990",
536
+ "phone": "212-749-2222",
537
+ "fax": "212-749-2220",
538
+ "enumerationDate": "2015-01-23",
539
+ "lastUpdated": "2015-01-23",
540
+ "scrapedAt": "2026-05-14T17:28:36.867Z"
541
+ },
542
+ {
543
+ "npi": "1124521083",
544
+ "enumerationType": "NPI-2",
545
+ "organizationName": "21ST CENTURY DENTALOF FLATBUSH",
546
+ "firstName": null,
547
+ "lastName": null,
548
+ "credential": null,
549
+ "gender": null,
550
+ "soleProprietor": null,
551
+ "status": "A",
552
+ "authorizedOfficialName": "DANIEL WANK",
553
+ "authorizedOfficialTitle": "Dentist Owner",
554
+ "authorizedOfficialPhone": "7182411203",
555
+ "primaryTaxonomy": "Dentist, General Practice",
556
+ "taxonomyCode": "1223G0001X",
557
+ "taxonomyGroup": "193400000X - Single Specialty Group",
558
+ "licenseNumber": null,
559
+ "addressLine": "380 E 18TH ST APT LD",
560
+ "city": "BROOKLYN",
561
+ "state": "NY",
562
+ "postalCode": "112265770",
563
+ "phone": "718-287-4220",
564
+ "fax": null,
565
+ "enumerationDate": "2018-03-16",
566
+ "lastUpdated": "2018-03-16",
567
+ "scrapedAt": "2026-05-14T17:28:36.905Z"
568
+ },
569
+ {
570
+ "npi": "1871926048",
571
+ "enumerationType": "NPI-2",
572
+ "organizationName": "21ST CENTURY FAMILY DENTAL P.C",
573
+ "firstName": null,
574
+ "lastName": null,
575
+ "credential": null,
576
+ "gender": null,
577
+ "soleProprietor": null,
578
+ "status": "A",
579
+ "authorizedOfficialName": "SHAHRYAR SEDGH",
580
+ "authorizedOfficialTitle": "Persident",
581
+ "authorizedOfficialPhone": "7183842662",
582
+ "primaryTaxonomy": "Dentist, General Practice",
583
+ "taxonomyCode": "1223G0001X",
584
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
585
+ "licenseNumber": null,
586
+ "addressLine": "738 BROADWAY",
587
+ "city": "BROOKLYN",
588
+ "state": "NY",
589
+ "postalCode": "112064403",
590
+ "phone": "718-384-2662",
591
+ "fax": "718-384-6408",
592
+ "enumerationDate": "2013-08-12",
593
+ "lastUpdated": "2013-08-12",
594
+ "scrapedAt": "2026-05-14T17:28:36.943Z"
595
+ },
596
+ {
597
+ "npi": "1720357726",
598
+ "enumerationType": "NPI-2",
599
+ "organizationName": "21ST CENTURYDENTAL COSMETIC HEALTH P.C",
600
+ "firstName": null,
601
+ "lastName": null,
602
+ "credential": null,
603
+ "gender": null,
604
+ "soleProprietor": null,
605
+ "status": "A",
606
+ "authorizedOfficialName": "SHAHRYAR SEDGH",
607
+ "authorizedOfficialTitle": "president",
608
+ "authorizedOfficialPhone": "7183842662",
609
+ "primaryTaxonomy": "Dentist, General Practice",
610
+ "taxonomyCode": "1223G0001X",
611
+ "taxonomyGroup": "193400000X - Multiple Single Specialty Group",
612
+ "licenseNumber": "047141",
613
+ "addressLine": "738 BROADWAY",
614
+ "city": "BROOKLYN",
615
+ "state": "NY",
616
+ "postalCode": "112064403",
617
+ "phone": "718-384-2662",
618
+ "fax": "718-384-6408",
619
+ "enumerationDate": "2011-12-20",
620
+ "lastUpdated": "2011-12-20",
621
+ "scrapedAt": "2026-05-14T17:28:37.070Z"
622
+ },
623
+ {
624
+ "npi": "1205066412",
625
+ "enumerationType": "NPI-2",
626
+ "organizationName": "23RD STREET DENTAL LLC",
627
+ "firstName": null,
628
+ "lastName": null,
629
+ "credential": null,
630
+ "gender": null,
631
+ "soleProprietor": null,
632
+ "status": "A",
633
+ "authorizedOfficialName": "MARK NADOLNE",
634
+ "authorizedOfficialTitle": "Manager",
635
+ "authorizedOfficialPhone": "2122067215",
636
+ "primaryTaxonomy": "Dentist, General Practice",
637
+ "taxonomyCode": "1223G0001X",
638
+ "taxonomyGroup": "193400000X - Single Specialty Group",
639
+ "licenseNumber": "047883",
640
+ "addressLine": "49 W 23RD ST",
641
+ "city": "NEW YORK",
642
+ "state": "NY",
643
+ "postalCode": "100104206",
644
+ "phone": "212-206-7215",
645
+ "fax": "212-206-1436",
646
+ "enumerationDate": "2009-07-22",
647
+ "lastUpdated": "2015-12-08",
648
+ "scrapedAt": "2026-05-14T17:28:37.123Z"
649
+ },
650
+ {
651
+ "npi": "1003391186",
652
+ "enumerationType": "NPI-2",
653
+ "organizationName": "2791 RICHMOND LLC",
654
+ "firstName": null,
655
+ "lastName": null,
656
+ "credential": null,
657
+ "gender": null,
658
+ "soleProprietor": null,
659
+ "status": "A",
660
+ "authorizedOfficialName": "TONI LYNN EGAN",
661
+ "authorizedOfficialTitle": "Credentialing Department",
662
+ "authorizedOfficialPhone": "7189792121",
663
+ "primaryTaxonomy": "Dentist, General Practice",
664
+ "taxonomyCode": "1223G0001X",
665
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
666
+ "licenseNumber": null,
667
+ "addressLine": "2791 RICHMOND AVENUE, SUITE 2",
668
+ "city": "STATEN ISLAND",
669
+ "state": "NY",
670
+ "postalCode": "10314",
671
+ "phone": "718-400-9002",
672
+ "fax": null,
673
+ "enumerationDate": "2018-09-25",
674
+ "lastUpdated": "2018-09-25",
675
+ "scrapedAt": "2026-05-14T17:28:37.160Z"
676
+ },
677
+ {
678
+ "npi": "1194332932",
679
+ "enumerationType": "NPI-2",
680
+ "organizationName": "28TH AND MADISON LLC",
681
+ "firstName": null,
682
+ "lastName": null,
683
+ "credential": null,
684
+ "gender": null,
685
+ "soleProprietor": null,
686
+ "status": "A",
687
+ "authorizedOfficialName": "COURTNEY SCHIEFELBEIIN",
688
+ "authorizedOfficialTitle": "Owner",
689
+ "authorizedOfficialPhone": "6467702091",
690
+ "primaryTaxonomy": "Dentist, Orthodontics and Dentofacial Orthopedics",
691
+ "taxonomyCode": "1223X0400X",
692
+ "taxonomyGroup": "193400000X - Single Specialty Group",
693
+ "licenseNumber": null,
694
+ "addressLine": "76 MADISON AVE",
695
+ "city": "NEW YORK",
696
+ "state": "NY",
697
+ "postalCode": "100168724",
698
+ "phone": "646-770-2091",
699
+ "fax": null,
700
+ "enumerationDate": "2020-09-25",
701
+ "lastUpdated": "2020-09-25",
702
+ "scrapedAt": "2026-05-14T17:28:37.199Z"
703
+ },
704
+ {
705
+ "npi": "1538378633",
706
+ "enumerationType": "NPI-2",
707
+ "organizationName": "2ND AVENUE TOOTH DOCTOR,PC",
708
+ "firstName": null,
709
+ "lastName": null,
710
+ "credential": null,
711
+ "gender": null,
712
+ "soleProprietor": null,
713
+ "status": "A",
714
+ "authorizedOfficialName": "GINA COLON",
715
+ "authorizedOfficialTitle": "OFFICE MANAGER",
716
+ "authorizedOfficialPhone": "2129966269",
717
+ "primaryTaxonomy": "Dentist, General Practice",
718
+ "taxonomyCode": "1223G0001X",
719
+ "taxonomyGroup": "193400000X - Single Specialty Group",
720
+ "licenseNumber": null,
721
+ "addressLine": "1976 2ND AVE",
722
+ "city": "NEW YORK",
723
+ "state": "NY",
724
+ "postalCode": "10029",
725
+ "phone": "212-996-6269",
726
+ "fax": null,
727
+ "enumerationDate": "2007-05-22",
728
+ "lastUpdated": "2008-06-13",
729
+ "scrapedAt": "2026-05-14T17:28:37.251Z"
730
+ },
731
+ {
732
+ "npi": "1073891446",
733
+ "enumerationType": "NPI-2",
734
+ "organizationName": "3 STONE DENTAL",
735
+ "firstName": null,
736
+ "lastName": null,
737
+ "credential": null,
738
+ "gender": null,
739
+ "soleProprietor": null,
740
+ "status": "A",
741
+ "authorizedOfficialName": "ANGELINA SANTA MARIA",
742
+ "authorizedOfficialTitle": "Business/Finance Manager",
743
+ "authorizedOfficialPhone": "8604449345",
744
+ "primaryTaxonomy": "Dentist",
745
+ "taxonomyCode": "122300000X",
746
+ "taxonomyGroup": "193400000X - Single Specialty Group",
747
+ "licenseNumber": "051925",
748
+ "addressLine": "911 CENTRAL AVE",
749
+ "city": "ALBANY",
750
+ "state": "NY",
751
+ "postalCode": "122061350",
752
+ "phone": "518-689-0100",
753
+ "fax": "518-689-0109",
754
+ "enumerationDate": "2011-08-02",
755
+ "lastUpdated": "2011-08-02",
756
+ "scrapedAt": "2026-05-14T17:28:37.309Z"
757
+ },
758
+ {
759
+ "npi": "1184915415",
760
+ "enumerationType": "NPI-2",
761
+ "organizationName": "3 STONE DENTAL",
762
+ "firstName": null,
763
+ "lastName": null,
764
+ "credential": null,
765
+ "gender": null,
766
+ "soleProprietor": null,
767
+ "status": "A",
768
+ "authorizedOfficialName": "ANGELINA SANTA MARIA",
769
+ "authorizedOfficialTitle": "Business/Finance Manager",
770
+ "authorizedOfficialPhone": "3152140004",
771
+ "primaryTaxonomy": "Dentist, General Practice",
772
+ "taxonomyCode": "1223G0001X",
773
+ "taxonomyGroup": "193400000X - Single Specialty Group",
774
+ "licenseNumber": "051925-1",
775
+ "addressLine": "5663 E CIRCLE DR",
776
+ "city": "CICERO",
777
+ "state": "NY",
778
+ "postalCode": "130398907",
779
+ "phone": "315-214-0004",
780
+ "fax": "315-214-0005",
781
+ "enumerationDate": "2011-04-20",
782
+ "lastUpdated": "2011-04-20",
783
+ "scrapedAt": "2026-05-14T17:28:37.353Z"
784
+ },
785
+ {
786
+ "npi": "1952647471",
787
+ "enumerationType": "NPI-2",
788
+ "organizationName": "3 STONE DENTAL II, PLLC",
789
+ "firstName": null,
790
+ "lastName": null,
791
+ "credential": null,
792
+ "gender": null,
793
+ "soleProprietor": null,
794
+ "status": "A",
795
+ "authorizedOfficialName": "AMAN SYED",
796
+ "authorizedOfficialTitle": "owner/member",
797
+ "authorizedOfficialPhone": "8604449345",
798
+ "primaryTaxonomy": "Dentist",
799
+ "taxonomyCode": "122300000X",
800
+ "taxonomyGroup": "193400000X - Single Specialty Group",
801
+ "licenseNumber": "8727",
802
+ "addressLine": "5663 E CIRCLE DR",
803
+ "city": "CICERO",
804
+ "state": "NY",
805
+ "postalCode": "130398907",
806
+ "phone": "315-214-0004",
807
+ "fax": "860-443-0432",
808
+ "enumerationDate": "2013-01-03",
809
+ "lastUpdated": "2013-01-03",
810
+ "scrapedAt": "2026-05-14T17:28:37.413Z"
811
+ },
812
+ {
813
+ "npi": "1992860381",
814
+ "enumerationType": "NPI-2",
815
+ "organizationName": "3 V DENTAL ASSOCIATES",
816
+ "firstName": null,
817
+ "lastName": null,
818
+ "credential": null,
819
+ "gender": null,
820
+ "soleProprietor": null,
821
+ "status": "A",
822
+ "authorizedOfficialName": "STEVEN VOLK",
823
+ "authorizedOfficialTitle": "PROVIDER",
824
+ "authorizedOfficialPhone": "5169447000",
825
+ "primaryTaxonomy": "Dentist, General Practice",
826
+ "taxonomyCode": "1223G0001X",
827
+ "taxonomyGroup": "193400000X - Single Specialty Group",
828
+ "licenseNumber": null,
829
+ "addressLine": "85 MAIN ST",
830
+ "city": "PORT WASHINGTON",
831
+ "state": "NY",
832
+ "postalCode": "110502822",
833
+ "phone": "516-944-7000",
834
+ "fax": "516-944-4003",
835
+ "enumerationDate": "2006-12-26",
836
+ "lastUpdated": "2020-08-22",
837
+ "scrapedAt": "2026-05-14T17:28:37.509Z"
838
+ },
839
+ {
840
+ "npi": "1902946833",
841
+ "enumerationType": "NPI-2",
842
+ "organizationName": "30 CPS DENTAL, PLLC",
843
+ "firstName": null,
844
+ "lastName": null,
845
+ "credential": null,
846
+ "gender": null,
847
+ "soleProprietor": null,
848
+ "status": "A",
849
+ "authorizedOfficialName": "ALAIN ROIZEN",
850
+ "authorizedOfficialTitle": "OWNER",
851
+ "authorizedOfficialPhone": "2123195002",
852
+ "primaryTaxonomy": "Dentist, Prosthodontics",
853
+ "taxonomyCode": "1223P0700X",
854
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
855
+ "licenseNumber": "032045-1",
856
+ "addressLine": "30 CENTRAL PARK S",
857
+ "city": "NEW YORK",
858
+ "state": "NY",
859
+ "postalCode": "100191628",
860
+ "phone": "212-319-5002",
861
+ "fax": "212-319-3064",
862
+ "enumerationDate": "2007-02-08",
863
+ "lastUpdated": "2020-08-22",
864
+ "scrapedAt": "2026-05-14T17:28:37.542Z"
865
+ },
866
+ {
867
+ "npi": "1831086487",
868
+ "enumerationType": "NPI-2",
869
+ "organizationName": "303 DENTISTRY, PLLC",
870
+ "firstName": null,
871
+ "lastName": null,
872
+ "credential": null,
873
+ "gender": null,
874
+ "soleProprietor": null,
875
+ "status": "A",
876
+ "authorizedOfficialName": "GIA CHEN",
877
+ "authorizedOfficialTitle": "Ownder",
878
+ "authorizedOfficialPhone": "3478711301",
879
+ "primaryTaxonomy": "Dentist, Prosthodontics",
880
+ "taxonomyCode": "1223P0700X",
881
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
882
+ "licenseNumber": null,
883
+ "addressLine": "200 W 57TH ST STE 1308",
884
+ "city": "NEW YORK",
885
+ "state": "NY",
886
+ "postalCode": "100193223",
887
+ "phone": "347-871-1301",
888
+ "fax": null,
889
+ "enumerationDate": "2025-06-18",
890
+ "lastUpdated": "2025-07-01",
891
+ "scrapedAt": "2026-05-14T17:28:37.604Z"
892
+ },
893
+ {
894
+ "npi": "1720889264",
895
+ "enumerationType": "NPI-2",
896
+ "organizationName": "31ST ST ASTORIA DENTAL, P.C",
897
+ "firstName": null,
898
+ "lastName": null,
899
+ "credential": null,
900
+ "gender": null,
901
+ "soleProprietor": null,
902
+ "status": "A",
903
+ "authorizedOfficialName": "AHMED TAHA LEL KADY",
904
+ "authorizedOfficialTitle": "Dentist(Owner)",
905
+ "authorizedOfficialPhone": "3475604506",
906
+ "primaryTaxonomy": "Dentist, General Practice",
907
+ "taxonomyCode": "1223G0001X",
908
+ "taxonomyGroup": "193400000X - Single Specialty Group",
909
+ "licenseNumber": null,
910
+ "addressLine": "31-72 31ST ST",
911
+ "city": "ASTORIA",
912
+ "state": "NY",
913
+ "postalCode": "11106",
914
+ "phone": "547-560-4506",
915
+ "fax": null,
916
+ "enumerationDate": "2025-03-21",
917
+ "lastUpdated": "2025-03-21",
918
+ "scrapedAt": "2026-05-14T17:28:37.637Z"
919
+ },
920
+ {
921
+ "npi": "1669760625",
922
+ "enumerationType": "NPI-2",
923
+ "organizationName": "32 CENTRAL DENTAL PROFESSIONAL CORPORATION",
924
+ "firstName": null,
925
+ "lastName": null,
926
+ "credential": null,
927
+ "gender": null,
928
+ "soleProprietor": null,
929
+ "status": "A",
930
+ "authorizedOfficialName": "JUNG-HUN KIM",
931
+ "authorizedOfficialTitle": "President/Dentist",
932
+ "authorizedOfficialPhone": "2125641888",
933
+ "primaryTaxonomy": "Dentist",
934
+ "taxonomyCode": "122300000X",
935
+ "taxonomyGroup": "193400000X - Multiple Single Specialty Group",
936
+ "licenseNumber": "051275-1",
937
+ "addressLine": "34 W 32ND ST",
938
+ "city": "NEW YORK",
939
+ "state": "NY",
940
+ "postalCode": "100013800",
941
+ "phone": "212-564-1888",
942
+ "fax": "212-564-1161",
943
+ "enumerationDate": "2011-07-12",
944
+ "lastUpdated": "2011-07-12",
945
+ "scrapedAt": "2026-05-14T17:28:37.673Z"
946
+ },
947
+ {
948
+ "npi": "1235676198",
949
+ "enumerationType": "NPI-2",
950
+ "organizationName": "326 TOM MILLER ROAD LLC",
951
+ "firstName": null,
952
+ "lastName": null,
953
+ "credential": null,
954
+ "gender": null,
955
+ "soleProprietor": null,
956
+ "status": "A",
957
+ "authorizedOfficialName": "NICHOLAS CHAUVIN",
958
+ "authorizedOfficialTitle": "Owner",
959
+ "authorizedOfficialPhone": "5185983086",
960
+ "primaryTaxonomy": "Dentist, General Practice",
961
+ "taxonomyCode": "1223G0001X",
962
+ "taxonomyGroup": "193400000X - Single Specialty Group",
963
+ "licenseNumber": "50051508",
964
+ "addressLine": "326 TOM MILLER RD",
965
+ "city": "PLATTSBURGH",
966
+ "state": "NY",
967
+ "postalCode": "129016430",
968
+ "phone": "518-563-7097",
969
+ "fax": "518-563-9690",
970
+ "enumerationDate": "2017-01-30",
971
+ "lastUpdated": "2017-01-30",
972
+ "scrapedAt": "2026-05-14T17:28:37.757Z"
973
+ },
974
+ {
975
+ "npi": "1871618512",
976
+ "enumerationType": "NPI-2",
977
+ "organizationName": "34TH STREET DENTAL ASSOCIATES PC",
978
+ "firstName": null,
979
+ "lastName": null,
980
+ "credential": null,
981
+ "gender": null,
982
+ "soleProprietor": null,
983
+ "status": "A",
984
+ "authorizedOfficialName": "DAVID TARICA",
985
+ "authorizedOfficialTitle": "Owner",
986
+ "authorizedOfficialPhone": "2125648164",
987
+ "primaryTaxonomy": "Dentist, General Practice",
988
+ "taxonomyCode": "1223G0001X",
989
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
990
+ "licenseNumber": "037532",
991
+ "addressLine": "225 W 35TH ST",
992
+ "city": "NEW YORK",
993
+ "state": "NY",
994
+ "postalCode": "100011904",
995
+ "phone": "212-564-8164",
996
+ "fax": "212-244-4522",
997
+ "enumerationDate": "2007-03-20",
998
+ "lastUpdated": "2020-08-22",
999
+ "scrapedAt": "2026-05-14T17:28:37.794Z"
1000
+ },
1001
+ {
1002
+ "npi": "1982313748",
1003
+ "enumerationType": "NPI-2",
1004
+ "organizationName": "37TH AVE DENTAL CARE PLLC",
1005
+ "firstName": null,
1006
+ "lastName": null,
1007
+ "credential": null,
1008
+ "gender": null,
1009
+ "soleProprietor": null,
1010
+ "status": "A",
1011
+ "authorizedOfficialName": "CORNELIUS YEN",
1012
+ "authorizedOfficialTitle": "Partner",
1013
+ "authorizedOfficialPhone": "7182694660",
1014
+ "primaryTaxonomy": "Dentist, General Practice",
1015
+ "taxonomyCode": "1223G0001X",
1016
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1017
+ "licenseNumber": null,
1018
+ "addressLine": "13633 37TH AVE STE 4B",
1019
+ "city": "FLUSHING",
1020
+ "state": "NY",
1021
+ "postalCode": "113544562",
1022
+ "phone": "718-269-4660",
1023
+ "fax": null,
1024
+ "enumerationDate": "2022-11-21",
1025
+ "lastUpdated": "2025-04-01",
1026
+ "scrapedAt": "2026-05-14T17:28:37.833Z"
1027
+ },
1028
+ {
1029
+ "npi": "1831771450",
1030
+ "enumerationType": "NPI-2",
1031
+ "organizationName": "3885 MAIN ST BRIDGEPORT DENTAL INC",
1032
+ "firstName": null,
1033
+ "lastName": null,
1034
+ "credential": null,
1035
+ "gender": null,
1036
+ "soleProprietor": null,
1037
+ "status": "A",
1038
+ "authorizedOfficialName": "LONGQIAN WANG",
1039
+ "authorizedOfficialTitle": "General Dentist",
1040
+ "authorizedOfficialPhone": "9292858883",
1041
+ "primaryTaxonomy": "Dentist, General Practice",
1042
+ "taxonomyCode": "1223G0001X",
1043
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1044
+ "licenseNumber": null,
1045
+ "addressLine": "3885 MAIN ST STE 101",
1046
+ "city": "BRIDGEPORT",
1047
+ "state": "CT",
1048
+ "postalCode": "066062814",
1049
+ "phone": "203-663-2772",
1050
+ "fax": null,
1051
+ "enumerationDate": "2021-04-23",
1052
+ "lastUpdated": "2021-04-23",
1053
+ "scrapedAt": "2026-05-14T17:28:37.877Z"
1054
+ },
1055
+ {
1056
+ "npi": "1952530123",
1057
+ "enumerationType": "NPI-2",
1058
+ "organizationName": "3D IMAGING",
1059
+ "firstName": null,
1060
+ "lastName": null,
1061
+ "credential": null,
1062
+ "gender": null,
1063
+ "soleProprietor": null,
1064
+ "status": "A",
1065
+ "authorizedOfficialName": "DAVID KADOE",
1066
+ "authorizedOfficialTitle": "President",
1067
+ "authorizedOfficialPhone": "2123546444",
1068
+ "primaryTaxonomy": "Radiology, Diagnostic Radiology",
1069
+ "taxonomyCode": "2085R0202X",
1070
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
1071
+ "licenseNumber": "053464-1",
1072
+ "addressLine": "165 W 46TH ST",
1073
+ "city": "NEW YORK",
1074
+ "state": "NY",
1075
+ "postalCode": "100362501",
1076
+ "phone": "212-354-6444",
1077
+ "fax": null,
1078
+ "enumerationDate": "2009-07-09",
1079
+ "lastUpdated": "2009-07-09",
1080
+ "scrapedAt": "2026-05-14T17:28:37.925Z"
1081
+ },
1082
+ {
1083
+ "npi": "1033930128",
1084
+ "enumerationType": "NPI-2",
1085
+ "organizationName": "3N DENTAL GROUP, P.C.",
1086
+ "firstName": null,
1087
+ "lastName": null,
1088
+ "credential": null,
1089
+ "gender": null,
1090
+ "soleProprietor": null,
1091
+ "status": "A",
1092
+ "authorizedOfficialName": "AMJAD NESHEIWAT",
1093
+ "authorizedOfficialTitle": "Presidetn",
1094
+ "authorizedOfficialPhone": "8456257993",
1095
+ "primaryTaxonomy": "Dentist",
1096
+ "taxonomyCode": "122300000X",
1097
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
1098
+ "licenseNumber": null,
1099
+ "addressLine": "1983 ROUTE 52 STE 2",
1100
+ "city": "HOPEWELL JUNCTION",
1101
+ "state": "NY",
1102
+ "postalCode": "125333525",
1103
+ "phone": "845-896-7788",
1104
+ "fax": null,
1105
+ "enumerationDate": "2024-10-21",
1106
+ "lastUpdated": "2024-10-21",
1107
+ "scrapedAt": "2026-05-14T17:28:37.966Z"
1108
+ },
1109
+ {
1110
+ "npi": "1578258067",
1111
+ "enumerationType": "NPI-2",
1112
+ "organizationName": "400 POST DENTAL, PC",
1113
+ "firstName": null,
1114
+ "lastName": null,
1115
+ "credential": null,
1116
+ "gender": null,
1117
+ "soleProprietor": null,
1118
+ "status": "A",
1119
+ "authorizedOfficialName": "TONYA BELLAMY-BISSOON",
1120
+ "authorizedOfficialTitle": "Dentist",
1121
+ "authorizedOfficialPhone": "5165151041",
1122
+ "primaryTaxonomy": "Dentist, General Practice",
1123
+ "taxonomyCode": "1223G0001X",
1124
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1125
+ "licenseNumber": null,
1126
+ "addressLine": "400 POST AVE STE 103",
1127
+ "city": "WESTBURY",
1128
+ "state": "NY",
1129
+ "postalCode": "115902226",
1130
+ "phone": "516-515-1041",
1131
+ "fax": null,
1132
+ "enumerationDate": "2023-04-10",
1133
+ "lastUpdated": "2023-04-10",
1134
+ "scrapedAt": "2026-05-14T17:28:38.026Z"
1135
+ },
1136
+ {
1137
+ "npi": "1205064813",
1138
+ "enumerationType": "NPI-2",
1139
+ "organizationName": "41 PARK DENTAL P.C.",
1140
+ "firstName": null,
1141
+ "lastName": null,
1142
+ "credential": null,
1143
+ "gender": null,
1144
+ "soleProprietor": null,
1145
+ "status": "A",
1146
+ "authorizedOfficialName": "SUZETTE GERARDI",
1147
+ "authorizedOfficialTitle": "President/Dentist",
1148
+ "authorizedOfficialPhone": "2126797779",
1149
+ "primaryTaxonomy": "Dentist",
1150
+ "taxonomyCode": "122300000X",
1151
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1152
+ "licenseNumber": null,
1153
+ "addressLine": "41 PARK AVE",
1154
+ "city": "NEW YORK",
1155
+ "state": "NY",
1156
+ "postalCode": "100163483",
1157
+ "phone": "212-679-7779",
1158
+ "fax": "212-679-8872",
1159
+ "enumerationDate": "2009-06-23",
1160
+ "lastUpdated": "2009-06-23",
1161
+ "scrapedAt": "2026-05-14T17:28:38.057Z"
1162
+ },
1163
+ {
1164
+ "npi": "1649424045",
1165
+ "enumerationType": "NPI-2",
1166
+ "organizationName": "4290 WASHINGTON HEIGHTS DENTAL",
1167
+ "firstName": null,
1168
+ "lastName": null,
1169
+ "credential": null,
1170
+ "gender": null,
1171
+ "soleProprietor": null,
1172
+ "status": "A",
1173
+ "authorizedOfficialName": "MOISE NAWLO",
1174
+ "authorizedOfficialTitle": "partner",
1175
+ "authorizedOfficialPhone": "2127800166",
1176
+ "primaryTaxonomy": "Dentist",
1177
+ "taxonomyCode": "122300000X",
1178
+ "taxonomyGroup": "193400000X - Multiple Single Specialty Group",
1179
+ "licenseNumber": "049809",
1180
+ "addressLine": "4290 BROADWAY # 2S",
1181
+ "city": "NEW YORK",
1182
+ "state": "NY",
1183
+ "postalCode": "100333732",
1184
+ "phone": "212-781-0166",
1185
+ "fax": null,
1186
+ "enumerationDate": "2008-11-11",
1187
+ "lastUpdated": "2008-11-11",
1188
+ "scrapedAt": "2026-05-14T17:28:38.094Z"
1189
+ },
1190
+ {
1191
+ "npi": "1750489563",
1192
+ "enumerationType": "NPI-2",
1193
+ "organizationName": "42ND STREET DENTAL ASSOCIATES, LLP",
1194
+ "firstName": null,
1195
+ "lastName": null,
1196
+ "credential": null,
1197
+ "gender": null,
1198
+ "soleProprietor": null,
1199
+ "status": "A",
1200
+ "authorizedOfficialName": "MARK NADOLNE",
1201
+ "authorizedOfficialTitle": "Partner",
1202
+ "authorizedOfficialPhone": "2128678862",
1203
+ "primaryTaxonomy": "Dentist, Periodontics",
1204
+ "taxonomyCode": "1223P0300X",
1205
+ "taxonomyGroup": "193400000X - Multiple Single Specialty Group",
1206
+ "licenseNumber": "044327",
1207
+ "addressLine": "120 E 42ND ST",
1208
+ "city": "NEW YORK",
1209
+ "state": "NY",
1210
+ "postalCode": "100175678",
1211
+ "phone": "212-867-8862",
1212
+ "fax": "212-867-8402",
1213
+ "enumerationDate": "2006-09-20",
1214
+ "lastUpdated": "2025-09-11",
1215
+ "scrapedAt": "2026-05-14T17:28:38.123Z"
1216
+ },
1217
+ {
1218
+ "npi": "1992841449",
1219
+ "enumerationType": "NPI-2",
1220
+ "organizationName": "42ND STREET DENTAL, ASSOCIATES",
1221
+ "firstName": null,
1222
+ "lastName": null,
1223
+ "credential": null,
1224
+ "gender": null,
1225
+ "soleProprietor": null,
1226
+ "status": "A",
1227
+ "authorizedOfficialName": "ROSS KRASNOV",
1228
+ "authorizedOfficialTitle": "Administrator",
1229
+ "authorizedOfficialPhone": "2126310222",
1230
+ "primaryTaxonomy": "Dentist, General Practice",
1231
+ "taxonomyCode": "1223G0001X",
1232
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
1233
+ "licenseNumber": "052674",
1234
+ "addressLine": "330 W 42ND ST",
1235
+ "city": "NEW YORK",
1236
+ "state": "NY",
1237
+ "postalCode": "100366902",
1238
+ "phone": "212-631-0222",
1239
+ "fax": "212-631-0114",
1240
+ "enumerationDate": "2007-01-30",
1241
+ "lastUpdated": "2025-09-11",
1242
+ "scrapedAt": "2026-05-14T17:28:38.151Z"
1243
+ },
1244
+ {
1245
+ "npi": "1184445678",
1246
+ "enumerationType": "NPI-2",
1247
+ "organizationName": "44 COURT STREET DENTISTS PLLC",
1248
+ "firstName": null,
1249
+ "lastName": null,
1250
+ "credential": null,
1251
+ "gender": null,
1252
+ "soleProprietor": null,
1253
+ "status": "A",
1254
+ "authorizedOfficialName": "ELEANOR REID",
1255
+ "authorizedOfficialTitle": "Owner",
1256
+ "authorizedOfficialPhone": "3196210415",
1257
+ "primaryTaxonomy": "Dentist, Prosthodontics",
1258
+ "taxonomyCode": "1223P0700X",
1259
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1260
+ "licenseNumber": null,
1261
+ "addressLine": "44 COURT ST STE 808",
1262
+ "city": "BROOKLYN",
1263
+ "state": "NY",
1264
+ "postalCode": "112014414",
1265
+ "phone": "718-857-6639",
1266
+ "fax": null,
1267
+ "enumerationDate": "2024-10-18",
1268
+ "lastUpdated": "2024-10-18",
1269
+ "scrapedAt": "2026-05-14T17:28:38.217Z"
1270
+ },
1271
+ {
1272
+ "npi": "1295009447",
1273
+ "enumerationType": "NPI-2",
1274
+ "organizationName": "4TH AVENUE DENTAL",
1275
+ "firstName": null,
1276
+ "lastName": null,
1277
+ "credential": null,
1278
+ "gender": null,
1279
+ "soleProprietor": null,
1280
+ "status": "A",
1281
+ "authorizedOfficialName": "ANDREW MARON",
1282
+ "authorizedOfficialTitle": "owner",
1283
+ "authorizedOfficialPhone": "7184392876",
1284
+ "primaryTaxonomy": "Dentist, General Practice",
1285
+ "taxonomyCode": "1223G0001X",
1286
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
1287
+ "licenseNumber": "18369",
1288
+ "addressLine": "5404 4TH AVE",
1289
+ "city": "BROOKLYN",
1290
+ "state": "NY",
1291
+ "postalCode": "112203006",
1292
+ "phone": "718-439-2876",
1293
+ "fax": "718-439-2879",
1294
+ "enumerationDate": "2012-03-06",
1295
+ "lastUpdated": "2012-03-06",
1296
+ "scrapedAt": "2026-05-14T17:28:38.261Z"
1297
+ },
1298
+ {
1299
+ "npi": "1356580914",
1300
+ "enumerationType": "NPI-2",
1301
+ "organizationName": "4TH AVENUE DENTAL PC",
1302
+ "firstName": null,
1303
+ "lastName": null,
1304
+ "credential": null,
1305
+ "gender": null,
1306
+ "soleProprietor": null,
1307
+ "status": "A",
1308
+ "authorizedOfficialName": "HARESH SHAH",
1309
+ "authorizedOfficialTitle": "PRESIDENT",
1310
+ "authorizedOfficialPhone": "9146645342",
1311
+ "primaryTaxonomy": "Dentist, General Practice",
1312
+ "taxonomyCode": "1223G0001X",
1313
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1314
+ "licenseNumber": "036630",
1315
+ "addressLine": "157 S 4TH AVE",
1316
+ "city": "MOUNT VERNON",
1317
+ "state": "NY",
1318
+ "postalCode": "105503106",
1319
+ "phone": "914-664-5342",
1320
+ "fax": "718-275-3049",
1321
+ "enumerationDate": "2009-02-05",
1322
+ "lastUpdated": "2009-02-05",
1323
+ "scrapedAt": "2026-05-14T17:28:38.309Z"
1324
+ },
1325
+ {
1326
+ "npi": "1821204165",
1327
+ "enumerationType": "NPI-2",
1328
+ "organizationName": "500 OCEAN DENTAL,P.C",
1329
+ "firstName": null,
1330
+ "lastName": null,
1331
+ "credential": null,
1332
+ "gender": null,
1333
+ "soleProprietor": null,
1334
+ "status": "A",
1335
+ "authorizedOfficialName": "LEONID MESAMED",
1336
+ "authorizedOfficialTitle": "President",
1337
+ "authorizedOfficialPhone": "9178158112",
1338
+ "primaryTaxonomy": "Dentist",
1339
+ "taxonomyCode": "122300000X",
1340
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1341
+ "licenseNumber": "049664",
1342
+ "addressLine": "29 COVE LN",
1343
+ "city": "BROOKLYN",
1344
+ "state": "NY",
1345
+ "postalCode": "112345846",
1346
+ "phone": "917-815-8112",
1347
+ "fax": null,
1348
+ "enumerationDate": "2007-05-15",
1349
+ "lastUpdated": "2013-09-27",
1350
+ "scrapedAt": "2026-05-14T17:28:38.347Z"
1351
+ },
1352
+ {
1353
+ "npi": "1932579596",
1354
+ "enumerationType": "NPI-2",
1355
+ "organizationName": "505 DENTAL ASSOCIATES PLLC",
1356
+ "firstName": null,
1357
+ "lastName": null,
1358
+ "credential": null,
1359
+ "gender": null,
1360
+ "soleProprietor": null,
1361
+ "status": "A",
1362
+ "authorizedOfficialName": "JOHN HABIB",
1363
+ "authorizedOfficialTitle": "member",
1364
+ "authorizedOfficialPhone": "9148304804",
1365
+ "primaryTaxonomy": "Dentist",
1366
+ "taxonomyCode": "122300000X",
1367
+ "taxonomyGroup": "193400000X - Multiple Single Specialty Group",
1368
+ "licenseNumber": "051-666",
1369
+ "addressLine": "505 CLAREMONT PKWY",
1370
+ "city": "BRONX",
1371
+ "state": "NY",
1372
+ "postalCode": "104578304",
1373
+ "phone": "914-830-4804",
1374
+ "fax": null,
1375
+ "enumerationDate": "2015-09-25",
1376
+ "lastUpdated": "2015-09-25",
1377
+ "scrapedAt": "2026-05-14T17:28:38.372Z"
1378
+ },
1379
+ {
1380
+ "npi": "1477333805",
1381
+ "enumerationType": "NPI-2",
1382
+ "organizationName": "523 TOWNLINE DENTAL PLLC",
1383
+ "firstName": null,
1384
+ "lastName": null,
1385
+ "credential": null,
1386
+ "gender": null,
1387
+ "soleProprietor": null,
1388
+ "status": "A",
1389
+ "authorizedOfficialName": "ANDREW HOFFER",
1390
+ "authorizedOfficialTitle": "Owner",
1391
+ "authorizedOfficialPhone": "6319797446",
1392
+ "primaryTaxonomy": "Dentist",
1393
+ "taxonomyCode": "122300000X",
1394
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1395
+ "licenseNumber": null,
1396
+ "addressLine": "523 TOWNLINE ROAD",
1397
+ "city": "HAUPPAUGE",
1398
+ "state": "NY",
1399
+ "postalCode": "11788",
1400
+ "phone": "631-979-7446",
1401
+ "fax": "631-979-6781",
1402
+ "enumerationDate": "2023-10-03",
1403
+ "lastUpdated": "2023-10-03",
1404
+ "scrapedAt": "2026-05-14T17:28:38.403Z"
1405
+ },
1406
+ {
1407
+ "npi": "1518205079",
1408
+ "enumerationType": "NPI-2",
1409
+ "organizationName": "56/7 DENTAL OFFICE PC",
1410
+ "firstName": null,
1411
+ "lastName": null,
1412
+ "credential": null,
1413
+ "gender": null,
1414
+ "soleProprietor": null,
1415
+ "status": "A",
1416
+ "authorizedOfficialName": "EUGENE MILFORD",
1417
+ "authorizedOfficialTitle": "Dentist",
1418
+ "authorizedOfficialPhone": "7184361339",
1419
+ "primaryTaxonomy": "Dentist, General Practice",
1420
+ "taxonomyCode": "1223G0001X",
1421
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1422
+ "licenseNumber": "037598",
1423
+ "addressLine": "5610 7TH AVE",
1424
+ "city": "BROOKLYN",
1425
+ "state": "NY",
1426
+ "postalCode": "112203510",
1427
+ "phone": "718-436-1339",
1428
+ "fax": "718-436-1342",
1429
+ "enumerationDate": "2013-01-17",
1430
+ "lastUpdated": "2013-01-17",
1431
+ "scrapedAt": "2026-05-14T17:28:38.434Z"
1432
+ },
1433
+ {
1434
+ "npi": "1134628415",
1435
+ "enumerationType": "NPI-2",
1436
+ "organizationName": "57 CENTRAL DENTAL PROFESSIONAL CORPORATION",
1437
+ "firstName": null,
1438
+ "lastName": null,
1439
+ "credential": null,
1440
+ "gender": null,
1441
+ "soleProprietor": null,
1442
+ "status": "A",
1443
+ "authorizedOfficialName": "JUNG-HUN KIM",
1444
+ "authorizedOfficialTitle": "President",
1445
+ "authorizedOfficialPhone": "9174429164",
1446
+ "primaryTaxonomy": "Dentist, General Practice",
1447
+ "taxonomyCode": "1223G0001X",
1448
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1449
+ "licenseNumber": "051275",
1450
+ "addressLine": "57 W 57TH ST STE 710",
1451
+ "city": "NEW YORK",
1452
+ "state": "NY",
1453
+ "postalCode": "100192802",
1454
+ "phone": "212-564-1888",
1455
+ "fax": "212-564-1161",
1456
+ "enumerationDate": "2018-02-01",
1457
+ "lastUpdated": "2018-02-01",
1458
+ "scrapedAt": "2026-05-14T17:28:38.465Z"
1459
+ },
1460
+ {
1461
+ "npi": "1043634660",
1462
+ "enumerationType": "NPI-2",
1463
+ "organizationName": "573 FORDHAM DENTAL PC",
1464
+ "firstName": null,
1465
+ "lastName": null,
1466
+ "credential": null,
1467
+ "gender": null,
1468
+ "soleProprietor": null,
1469
+ "status": "A",
1470
+ "authorizedOfficialName": "NINA OTANO",
1471
+ "authorizedOfficialTitle": "office manager",
1472
+ "authorizedOfficialPhone": "9179629990",
1473
+ "primaryTaxonomy": "Dentist, General Practice",
1474
+ "taxonomyCode": "1223G0001X",
1475
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1476
+ "licenseNumber": null,
1477
+ "addressLine": "573 E FORDHAM RD",
1478
+ "city": "BRONX",
1479
+ "state": "NY",
1480
+ "postalCode": "104585018",
1481
+ "phone": "917-962-9990",
1482
+ "fax": null,
1483
+ "enumerationDate": "2014-02-18",
1484
+ "lastUpdated": "2014-02-18",
1485
+ "scrapedAt": "2026-05-14T17:28:38.503Z"
1486
+ },
1487
+ {
1488
+ "npi": "1306261854",
1489
+ "enumerationType": "NPI-2",
1490
+ "organizationName": "586 MORRIS DENTAL PC",
1491
+ "firstName": null,
1492
+ "lastName": null,
1493
+ "credential": null,
1494
+ "gender": null,
1495
+ "soleProprietor": null,
1496
+ "status": "A",
1497
+ "authorizedOfficialName": "NINA OTANO",
1498
+ "authorizedOfficialTitle": "office manager",
1499
+ "authorizedOfficialPhone": "91796299990",
1500
+ "primaryTaxonomy": "Dentist, General Practice",
1501
+ "taxonomyCode": "1223G0001X",
1502
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1503
+ "licenseNumber": null,
1504
+ "addressLine": "586 MORRIS AVENUE",
1505
+ "city": "BRONX",
1506
+ "state": "NY",
1507
+ "postalCode": "10451",
1508
+ "phone": "917-962-9990",
1509
+ "fax": null,
1510
+ "enumerationDate": "2014-02-20",
1511
+ "lastUpdated": "2014-02-20",
1512
+ "scrapedAt": "2026-05-14T17:28:38.540Z"
1513
+ },
1514
+ {
1515
+ "npi": "1306052618",
1516
+ "enumerationType": "NPI-2",
1517
+ "organizationName": "5B105STRDENTALPC",
1518
+ "firstName": null,
1519
+ "lastName": null,
1520
+ "credential": null,
1521
+ "gender": null,
1522
+ "soleProprietor": null,
1523
+ "status": "A",
1524
+ "authorizedOfficialName": "JOANNA KOWALEWSKI",
1525
+ "authorizedOfficialTitle": "dentist",
1526
+ "authorizedOfficialPhone": "7184740007",
1527
+ "primaryTaxonomy": "Dentist",
1528
+ "taxonomyCode": "122300000X",
1529
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1530
+ "licenseNumber": "046206-1",
1531
+ "addressLine": "5 BEACH 105TH ST",
1532
+ "city": "ROCKAWAY PARK",
1533
+ "state": "NY",
1534
+ "postalCode": "116942699",
1535
+ "phone": "718-474-0007",
1536
+ "fax": "718-474-0004",
1537
+ "enumerationDate": "2007-05-15",
1538
+ "lastUpdated": "2020-08-22",
1539
+ "scrapedAt": "2026-05-14T17:28:38.594Z"
1540
+ },
1541
+ {
1542
+ "npi": "1346707916",
1543
+ "enumerationType": "NPI-2",
1544
+ "organizationName": "5D DENTAL PLLC",
1545
+ "firstName": null,
1546
+ "lastName": null,
1547
+ "credential": null,
1548
+ "gender": null,
1549
+ "soleProprietor": null,
1550
+ "status": "A",
1551
+ "authorizedOfficialName": "MARKUS WEITZ",
1552
+ "authorizedOfficialTitle": "MNGR",
1553
+ "authorizedOfficialPhone": "5164573111",
1554
+ "primaryTaxonomy": "Dentist, Prosthodontics",
1555
+ "taxonomyCode": "1223P0700X",
1556
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1557
+ "licenseNumber": null,
1558
+ "addressLine": "150 IRVING PLACE",
1559
+ "city": "WOODMERE",
1560
+ "state": "NY",
1561
+ "postalCode": "11598",
1562
+ "phone": "516-374-9100",
1563
+ "fax": null,
1564
+ "enumerationDate": "2019-03-01",
1565
+ "lastUpdated": "2019-03-01",
1566
+ "scrapedAt": "2026-05-14T17:28:38.644Z"
1567
+ },
1568
+ {
1569
+ "npi": "1184742298",
1570
+ "enumerationType": "NPI-2",
1571
+ "organizationName": "5TH AVENUE DENTAL ASSOC LLP",
1572
+ "firstName": null,
1573
+ "lastName": null,
1574
+ "credential": null,
1575
+ "gender": null,
1576
+ "soleProprietor": null,
1577
+ "status": "A",
1578
+ "authorizedOfficialName": "GEORGE DIACOUMAKOS",
1579
+ "authorizedOfficialTitle": "owner",
1580
+ "authorizedOfficialPhone": "7187454422",
1581
+ "primaryTaxonomy": "Dentist",
1582
+ "taxonomyCode": "122300000X",
1583
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1584
+ "licenseNumber": null,
1585
+ "addressLine": "7815 5TH AVE",
1586
+ "city": "BROOKLYN",
1587
+ "state": "NY",
1588
+ "postalCode": "112093703",
1589
+ "phone": "718-745-4422",
1590
+ "fax": "718-745-8558",
1591
+ "enumerationDate": "2007-03-27",
1592
+ "lastUpdated": "2020-09-08",
1593
+ "scrapedAt": "2026-05-14T17:28:38.673Z"
1594
+ },
1595
+ {
1596
+ "npi": "1962208215",
1597
+ "enumerationType": "NPI-2",
1598
+ "organizationName": "5TH AVENUE DENTISTRY AND IMPLANTS, PLLC",
1599
+ "firstName": null,
1600
+ "lastName": null,
1601
+ "credential": null,
1602
+ "gender": null,
1603
+ "soleProprietor": null,
1604
+ "status": "A",
1605
+ "authorizedOfficialName": "JENNIFER GEORGIADIS",
1606
+ "authorizedOfficialTitle": "Owner",
1607
+ "authorizedOfficialPhone": "7187454422",
1608
+ "primaryTaxonomy": "Dentist, General Practice",
1609
+ "taxonomyCode": "1223G0001X",
1610
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
1611
+ "licenseNumber": null,
1612
+ "addressLine": "7815 5TH AVE",
1613
+ "city": "BROOKLYN",
1614
+ "state": "NY",
1615
+ "postalCode": "112093703",
1616
+ "phone": "718-745-4422",
1617
+ "fax": null,
1618
+ "enumerationDate": "2025-02-19",
1619
+ "lastUpdated": "2025-02-19",
1620
+ "scrapedAt": "2026-05-14T17:28:38.689Z"
1621
+ },
1622
+ {
1623
+ "npi": "1437523867",
1624
+ "enumerationType": "NPI-2",
1625
+ "organizationName": "63RD STREET DENTAL PC",
1626
+ "firstName": null,
1627
+ "lastName": null,
1628
+ "credential": null,
1629
+ "gender": null,
1630
+ "soleProprietor": null,
1631
+ "status": "A",
1632
+ "authorizedOfficialName": "LANA ROZENBERG",
1633
+ "authorizedOfficialTitle": "Owner",
1634
+ "authorizedOfficialPhone": "2123552540",
1635
+ "primaryTaxonomy": "Dentist",
1636
+ "taxonomyCode": "122300000X",
1637
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
1638
+ "licenseNumber": "045975-1",
1639
+ "addressLine": "8A E 63RD ST",
1640
+ "city": "NEW YORK",
1641
+ "state": "NY",
1642
+ "postalCode": "100657210",
1643
+ "phone": "212-355-2540",
1644
+ "fax": null,
1645
+ "enumerationDate": "2015-11-23",
1646
+ "lastUpdated": "2015-11-23",
1647
+ "scrapedAt": "2026-05-14T17:28:38.737Z"
1648
+ },
1649
+ {
1650
+ "npi": "1285769661",
1651
+ "enumerationType": "NPI-2",
1652
+ "organizationName": "715 BROADWAY DENTAL SERVICES PC",
1653
+ "firstName": null,
1654
+ "lastName": null,
1655
+ "credential": null,
1656
+ "gender": null,
1657
+ "soleProprietor": null,
1658
+ "status": "A",
1659
+ "authorizedOfficialName": "PHILLIP FRANK",
1660
+ "authorizedOfficialTitle": "Dentist",
1661
+ "authorizedOfficialPhone": "7189633400",
1662
+ "primaryTaxonomy": "Dentist",
1663
+ "taxonomyCode": "122300000X",
1664
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1665
+ "licenseNumber": "026392",
1666
+ "addressLine": "715 BROADWAY",
1667
+ "city": "BROOKLYN",
1668
+ "state": "NY",
1669
+ "postalCode": "11206",
1670
+ "phone": "718-963-3400",
1671
+ "fax": null,
1672
+ "enumerationDate": "2007-02-23",
1673
+ "lastUpdated": "2008-09-09",
1674
+ "scrapedAt": "2026-05-14T17:28:38.754Z"
1675
+ },
1676
+ {
1677
+ "npi": "1578157327",
1678
+ "enumerationType": "NPI-2",
1679
+ "organizationName": "71ST STREET SMILES PLLC",
1680
+ "firstName": null,
1681
+ "lastName": null,
1682
+ "credential": null,
1683
+ "gender": null,
1684
+ "soleProprietor": null,
1685
+ "status": "A",
1686
+ "authorizedOfficialName": "JOHANNA JACOBS",
1687
+ "authorizedOfficialTitle": "Dentist",
1688
+ "authorizedOfficialPhone": "2125790552",
1689
+ "primaryTaxonomy": "Dentist",
1690
+ "taxonomyCode": "122300000X",
1691
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1692
+ "licenseNumber": null,
1693
+ "addressLine": "145 WEST 71ST STREET",
1694
+ "city": "NY",
1695
+ "state": "NY",
1696
+ "postalCode": "10023",
1697
+ "phone": "212-579-0552",
1698
+ "fax": "212-579-6203",
1699
+ "enumerationDate": "2021-02-23",
1700
+ "lastUpdated": "2021-02-23",
1701
+ "scrapedAt": "2026-05-14T17:28:38.774Z"
1702
+ },
1703
+ {
1704
+ "npi": "1184030157",
1705
+ "enumerationType": "NPI-2",
1706
+ "organizationName": "72ND STREET DENTAL CARE PLLC",
1707
+ "firstName": null,
1708
+ "lastName": null,
1709
+ "credential": null,
1710
+ "gender": null,
1711
+ "soleProprietor": null,
1712
+ "status": "A",
1713
+ "authorizedOfficialName": "IAN CANTOR",
1714
+ "authorizedOfficialTitle": "owner",
1715
+ "authorizedOfficialPhone": "2127447747",
1716
+ "primaryTaxonomy": "Dentist",
1717
+ "taxonomyCode": "122300000X",
1718
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
1719
+ "licenseNumber": "046056",
1720
+ "addressLine": "200 E 72ND ST",
1721
+ "city": "NEW YORK",
1722
+ "state": "NY",
1723
+ "postalCode": "100214537",
1724
+ "phone": "121-274-4774",
1725
+ "fax": "121-251-7267",
1726
+ "enumerationDate": "2014-07-10",
1727
+ "lastUpdated": "2014-07-10",
1728
+ "scrapedAt": "2026-05-14T17:28:38.823Z"
1729
+ },
1730
+ {
1731
+ "npi": "1497073233",
1732
+ "enumerationType": "NPI-2",
1733
+ "organizationName": "765 DENTAL PC",
1734
+ "firstName": null,
1735
+ "lastName": null,
1736
+ "credential": null,
1737
+ "gender": null,
1738
+ "soleProprietor": null,
1739
+ "status": "A",
1740
+ "authorizedOfficialName": "MARK GOYKHMAN",
1741
+ "authorizedOfficialTitle": "General Manager",
1742
+ "authorizedOfficialPhone": "7183075660",
1743
+ "primaryTaxonomy": "Dentist, Dental Public Health",
1744
+ "taxonomyCode": "1223D0001X",
1745
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
1746
+ "licenseNumber": "045344",
1747
+ "addressLine": "765 NOSTRAND AVE",
1748
+ "city": "BROOKLYN",
1749
+ "state": "NY",
1750
+ "postalCode": "11216",
1751
+ "phone": "718-307-5660",
1752
+ "fax": "917-737-7945",
1753
+ "enumerationDate": "2010-05-04",
1754
+ "lastUpdated": "2013-09-04",
1755
+ "scrapedAt": "2026-05-14T17:28:38.949Z"
1756
+ },
1757
+ {
1758
+ "npi": "1619107950",
1759
+ "enumerationType": "NPI-2",
1760
+ "organizationName": "7TH AVE DENTAL OFFICE P.C.",
1761
+ "firstName": null,
1762
+ "lastName": null,
1763
+ "credential": null,
1764
+ "gender": null,
1765
+ "soleProprietor": null,
1766
+ "status": "A",
1767
+ "authorizedOfficialName": "ALEX HOLLANDER",
1768
+ "authorizedOfficialTitle": "MANAGER",
1769
+ "authorizedOfficialPhone": "7184361339",
1770
+ "primaryTaxonomy": "Dentist, General Practice",
1771
+ "taxonomyCode": "1223G0001X",
1772
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1773
+ "licenseNumber": "038986",
1774
+ "addressLine": "5610 7TH AVE",
1775
+ "city": "BROOKLYN",
1776
+ "state": "NY",
1777
+ "postalCode": "112203510",
1778
+ "phone": "718-436-1339",
1779
+ "fax": "718-436-1342",
1780
+ "enumerationDate": "2009-07-21",
1781
+ "lastUpdated": "2009-07-21",
1782
+ "scrapedAt": "2026-05-14T17:28:38.984Z"
1783
+ },
1784
+ {
1785
+ "npi": "1669660031",
1786
+ "enumerationType": "NPI-2",
1787
+ "organizationName": "810 DENTAL ASSOCIATION",
1788
+ "firstName": null,
1789
+ "lastName": null,
1790
+ "credential": null,
1791
+ "gender": null,
1792
+ "soleProprietor": null,
1793
+ "status": "A",
1794
+ "authorizedOfficialName": "REUVEN MOHL",
1795
+ "authorizedOfficialTitle": "President",
1796
+ "authorizedOfficialPhone": "7188244383",
1797
+ "primaryTaxonomy": "Dentist",
1798
+ "taxonomyCode": "122300000X",
1799
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1800
+ "licenseNumber": "049286",
1801
+ "addressLine": "810 PELHAM PKWY S",
1802
+ "city": "BRONX",
1803
+ "state": "NY",
1804
+ "postalCode": "104621143",
1805
+ "phone": "718-824-4383",
1806
+ "fax": null,
1807
+ "enumerationDate": "2007-10-10",
1808
+ "lastUpdated": "2013-08-26",
1809
+ "scrapedAt": "2026-05-14T17:28:39.039Z"
1810
+ },
1811
+ {
1812
+ "npi": "1205086147",
1813
+ "enumerationType": "NPI-2",
1814
+ "organizationName": "82ND DENTAL PLLC",
1815
+ "firstName": null,
1816
+ "lastName": null,
1817
+ "credential": null,
1818
+ "gender": null,
1819
+ "soleProprietor": null,
1820
+ "status": "A",
1821
+ "authorizedOfficialName": "FARAMARZ KHALILI",
1822
+ "authorizedOfficialTitle": "PRIMARY PROVIDER",
1823
+ "authorizedOfficialPhone": "7184765555",
1824
+ "primaryTaxonomy": "Dentist, General Practice",
1825
+ "taxonomyCode": "1223G0001X",
1826
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1827
+ "licenseNumber": null,
1828
+ "addressLine": "8201 ROOSEVELT AVE",
1829
+ "city": "JACKSON HEIGHTS",
1830
+ "state": "NY",
1831
+ "postalCode": "113727034",
1832
+ "phone": "718-476-5555",
1833
+ "fax": "718-476-6666",
1834
+ "enumerationDate": "2008-09-29",
1835
+ "lastUpdated": "2008-09-29",
1836
+ "scrapedAt": "2026-05-14T17:28:39.113Z"
1837
+ },
1838
+ {
1839
+ "npi": "1487831657",
1840
+ "enumerationType": "NPI-2",
1841
+ "organizationName": "8TH AVENUE FAMILY DENTAL PC",
1842
+ "firstName": null,
1843
+ "lastName": null,
1844
+ "credential": null,
1845
+ "gender": null,
1846
+ "soleProprietor": null,
1847
+ "status": "A",
1848
+ "authorizedOfficialName": "WAI-MING YOUNG",
1849
+ "authorizedOfficialTitle": "Owner/President",
1850
+ "authorizedOfficialPhone": "9175196899",
1851
+ "primaryTaxonomy": "Dentist, General Practice",
1852
+ "taxonomyCode": "1223G0001X",
1853
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1854
+ "licenseNumber": "049532",
1855
+ "addressLine": "837 58TH ST FL 1",
1856
+ "city": "BROOKLYN",
1857
+ "state": "NY",
1858
+ "postalCode": "112203609",
1859
+ "phone": "718-686-8886",
1860
+ "fax": null,
1861
+ "enumerationDate": "2008-01-29",
1862
+ "lastUpdated": "2009-08-30",
1863
+ "scrapedAt": "2026-05-14T17:28:39.153Z"
1864
+ },
1865
+ {
1866
+ "npi": "1942584198",
1867
+ "enumerationType": "NPI-2",
1868
+ "organizationName": "A & B SCARSDALE DENTAL PLLC",
1869
+ "firstName": null,
1870
+ "lastName": null,
1871
+ "credential": null,
1872
+ "gender": null,
1873
+ "soleProprietor": null,
1874
+ "status": "A",
1875
+ "authorizedOfficialName": "ALEXANDER MUSHEYEV",
1876
+ "authorizedOfficialTitle": "Director DDS",
1877
+ "authorizedOfficialPhone": "9144721555",
1878
+ "primaryTaxonomy": "Dentist, General Practice",
1879
+ "taxonomyCode": "1223G0001X",
1880
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
1881
+ "licenseNumber": null,
1882
+ "addressLine": "130 GARTH RD",
1883
+ "city": "SCARSDALE",
1884
+ "state": "NY",
1885
+ "postalCode": "105833750",
1886
+ "phone": "914-472-1555",
1887
+ "fax": "914-472-0399",
1888
+ "enumerationDate": "2011-10-06",
1889
+ "lastUpdated": "2011-10-06",
1890
+ "scrapedAt": "2026-05-14T17:28:39.184Z"
1891
+ },
1892
+ {
1893
+ "npi": "1053399121",
1894
+ "enumerationType": "NPI-2",
1895
+ "organizationName": "A & I DENTAL PC",
1896
+ "firstName": null,
1897
+ "lastName": null,
1898
+ "credential": null,
1899
+ "gender": null,
1900
+ "soleProprietor": null,
1901
+ "status": "A",
1902
+ "authorizedOfficialName": "ANDREW MARKOWTIZ",
1903
+ "authorizedOfficialTitle": "VP",
1904
+ "authorizedOfficialPhone": "6315983331",
1905
+ "primaryTaxonomy": "Dentist",
1906
+ "taxonomyCode": "122300000X",
1907
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
1908
+ "licenseNumber": null,
1909
+ "addressLine": "1723 GREAT NECK RD",
1910
+ "city": "COPIAGUE",
1911
+ "state": "NY",
1912
+ "postalCode": "117262703",
1913
+ "phone": "631-598-3331",
1914
+ "fax": "631-598-2103",
1915
+ "enumerationDate": "2006-01-09",
1916
+ "lastUpdated": "2020-08-22",
1917
+ "scrapedAt": "2026-05-14T17:28:39.219Z"
1918
+ },
1919
+ {
1920
+ "npi": "1538332572",
1921
+ "enumerationType": "NPI-2",
1922
+ "organizationName": "A & Z DENTAL WELLNESS P.C.",
1923
+ "firstName": null,
1924
+ "lastName": null,
1925
+ "credential": null,
1926
+ "gender": null,
1927
+ "soleProprietor": null,
1928
+ "status": "A",
1929
+ "authorizedOfficialName": "ZOYA ZAK",
1930
+ "authorizedOfficialTitle": "Owner",
1931
+ "authorizedOfficialPhone": "2126886010",
1932
+ "primaryTaxonomy": "Dentist, General Practice",
1933
+ "taxonomyCode": "1223G0001X",
1934
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1935
+ "licenseNumber": "050251-1",
1936
+ "addressLine": "18 E 50TH ST",
1937
+ "city": "NEW YORK",
1938
+ "state": "NY",
1939
+ "postalCode": "100226817",
1940
+ "phone": "212-688-6010",
1941
+ "fax": null,
1942
+ "enumerationDate": "2008-04-10",
1943
+ "lastUpdated": "2008-04-10",
1944
+ "scrapedAt": "2026-05-14T17:28:39.352Z"
1945
+ },
1946
+ {
1947
+ "npi": "1568890531",
1948
+ "enumerationType": "NPI-2",
1949
+ "organizationName": "A & Z DENTAL, PC",
1950
+ "firstName": null,
1951
+ "lastName": null,
1952
+ "credential": null,
1953
+ "gender": null,
1954
+ "soleProprietor": null,
1955
+ "status": "A",
1956
+ "authorizedOfficialName": "JEN CLOS",
1957
+ "authorizedOfficialTitle": "Provider Relations Manager",
1958
+ "authorizedOfficialPhone": "3154646000",
1959
+ "primaryTaxonomy": "Dentist",
1960
+ "taxonomyCode": "122300000X",
1961
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
1962
+ "licenseNumber": "9170",
1963
+ "addressLine": "281 SANDERS CREEK PKWY",
1964
+ "city": "EAST SYRACUSE",
1965
+ "state": "NY",
1966
+ "postalCode": "130571307",
1967
+ "phone": "866-273-8204",
1968
+ "fax": "866-803-4943",
1969
+ "enumerationDate": "2013-10-29",
1970
+ "lastUpdated": "2013-10-29",
1971
+ "scrapedAt": "2026-05-14T17:28:39.408Z"
1972
+ },
1973
+ {
1974
+ "npi": "1083047443",
1975
+ "enumerationType": "NPI-2",
1976
+ "organizationName": "A A DENTAL PC",
1977
+ "firstName": null,
1978
+ "lastName": null,
1979
+ "credential": null,
1980
+ "gender": null,
1981
+ "soleProprietor": null,
1982
+ "status": "A",
1983
+ "authorizedOfficialName": "MEHDI ARYAN",
1984
+ "authorizedOfficialTitle": "Dentist",
1985
+ "authorizedOfficialPhone": "2126775461",
1986
+ "primaryTaxonomy": "Dentist",
1987
+ "taxonomyCode": "122300000X",
1988
+ "taxonomyGroup": "193400000X - Single Specialty Group",
1989
+ "licenseNumber": null,
1990
+ "addressLine": "104 DELANCEY STREET",
1991
+ "city": "NEW YORK",
1992
+ "state": "NY",
1993
+ "postalCode": "10002",
1994
+ "phone": "212-677-5461",
1995
+ "fax": "212-677-5463",
1996
+ "enumerationDate": "2013-08-20",
1997
+ "lastUpdated": "2013-08-20",
1998
+ "scrapedAt": "2026-05-14T17:28:39.442Z"
1999
+ },
2000
+ {
2001
+ "npi": "1952371635",
2002
+ "enumerationType": "NPI-2",
2003
+ "organizationName": "A BETTER SMILE FAMILY DENTISTRY PC",
2004
+ "firstName": null,
2005
+ "lastName": null,
2006
+ "credential": null,
2007
+ "gender": null,
2008
+ "soleProprietor": null,
2009
+ "status": "A",
2010
+ "authorizedOfficialName": "RICHARD DUNHAM",
2011
+ "authorizedOfficialTitle": "Doctor Owner President",
2012
+ "authorizedOfficialPhone": "5185842128",
2013
+ "primaryTaxonomy": "Dentist, General Practice",
2014
+ "taxonomyCode": "1223G0001X",
2015
+ "taxonomyGroup": "193400000X - Single Specialty Group",
2016
+ "licenseNumber": "040776",
2017
+ "addressLine": "681 SARATOGA RD RT 9",
2018
+ "city": "WILTON",
2019
+ "state": "NY",
2020
+ "postalCode": "12831",
2021
+ "phone": "518-584-2128",
2022
+ "fax": "518-584-0045",
2023
+ "enumerationDate": "2006-01-25",
2024
+ "lastUpdated": "2020-08-22",
2025
+ "scrapedAt": "2026-05-14T17:28:39.470Z"
2026
+ },
2027
+ {
2028
+ "npi": "1073694048",
2029
+ "enumerationType": "NPI-2",
2030
+ "organizationName": "A CARING DENTIST PC",
2031
+ "firstName": null,
2032
+ "lastName": null,
2033
+ "credential": null,
2034
+ "gender": null,
2035
+ "soleProprietor": null,
2036
+ "status": "A",
2037
+ "authorizedOfficialName": "SERGIO MOLINARO",
2038
+ "authorizedOfficialTitle": "DDS/Owner",
2039
+ "authorizedOfficialPhone": "7188455242",
2040
+ "primaryTaxonomy": "Dentist",
2041
+ "taxonomyCode": "122300000X",
2042
+ "taxonomyGroup": "193400000X - Single Specialty Group",
2043
+ "licenseNumber": "044477",
2044
+ "addressLine": "97 03 101 AVE",
2045
+ "city": "OZONE PARK",
2046
+ "state": "NY",
2047
+ "postalCode": "11416",
2048
+ "phone": "718-845-4242",
2049
+ "fax": "718-835-1616",
2050
+ "enumerationDate": "2006-10-18",
2051
+ "lastUpdated": "2020-08-22",
2052
+ "scrapedAt": "2026-05-14T17:28:39.496Z"
2053
+ },
2054
+ {
2055
+ "npi": "1134408784",
2056
+ "enumerationType": "NPI-2",
2057
+ "organizationName": "A GUPTA DENTAL PC",
2058
+ "firstName": null,
2059
+ "lastName": null,
2060
+ "credential": null,
2061
+ "gender": null,
2062
+ "soleProprietor": null,
2063
+ "status": "A",
2064
+ "authorizedOfficialName": "ALOK GUPTA",
2065
+ "authorizedOfficialTitle": "Owner",
2066
+ "authorizedOfficialPhone": "2177932400",
2067
+ "primaryTaxonomy": "Dentist, General Practice",
2068
+ "taxonomyCode": "1223G0001X",
2069
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
2070
+ "licenseNumber": "019028320",
2071
+ "addressLine": "2661 S VETERANS PKWY",
2072
+ "city": "SPRINGFIELD",
2073
+ "state": "IL",
2074
+ "postalCode": "627046401",
2075
+ "phone": "217-793-2400",
2076
+ "fax": "217-726-7542",
2077
+ "enumerationDate": "2011-08-15",
2078
+ "lastUpdated": "2011-08-15",
2079
+ "scrapedAt": "2026-05-14T17:28:39.563Z"
2080
+ },
2081
+ {
2082
+ "npi": "1831203199",
2083
+ "enumerationType": "NPI-2",
2084
+ "organizationName": "A H DENTAL PC",
2085
+ "firstName": null,
2086
+ "lastName": null,
2087
+ "credential": null,
2088
+ "gender": null,
2089
+ "soleProprietor": null,
2090
+ "status": "A",
2091
+ "authorizedOfficialName": "ALEXANDER HEIFITZ",
2092
+ "authorizedOfficialTitle": "President",
2093
+ "authorizedOfficialPhone": "2124303888",
2094
+ "primaryTaxonomy": "Clinic/Center, Dental",
2095
+ "taxonomyCode": "261QD0000X",
2096
+ "taxonomyGroup": "",
2097
+ "licenseNumber": null,
2098
+ "addressLine": "65 BROADWAY STE 408",
2099
+ "city": "NEW YORK",
2100
+ "state": "NY",
2101
+ "postalCode": "100062546",
2102
+ "phone": "212-430-3888",
2103
+ "fax": "212-430-3889",
2104
+ "enumerationDate": "2006-08-17",
2105
+ "lastUpdated": "2024-11-11",
2106
+ "scrapedAt": "2026-05-14T17:28:39.641Z"
2107
+ },
2108
+ {
2109
+ "npi": "1861857724",
2110
+ "enumerationType": "NPI-2",
2111
+ "organizationName": "A HAPPY SMILE DENTAL OFFICE, PC",
2112
+ "firstName": null,
2113
+ "lastName": null,
2114
+ "credential": null,
2115
+ "gender": null,
2116
+ "soleProprietor": null,
2117
+ "status": "A",
2118
+ "authorizedOfficialName": "ANDREW NGUYEN",
2119
+ "authorizedOfficialTitle": "President",
2120
+ "authorizedOfficialPhone": "3154939393",
2121
+ "primaryTaxonomy": "Dentist",
2122
+ "taxonomyCode": "122300000X",
2123
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
2124
+ "licenseNumber": "052642",
2125
+ "addressLine": "33054 STATE ROUTE 26",
2126
+ "city": "CARTHAGE",
2127
+ "state": "NY",
2128
+ "postalCode": "136198600",
2129
+ "phone": "315-493-9393",
2130
+ "fax": "315-493-9394",
2131
+ "enumerationDate": "2015-12-20",
2132
+ "lastUpdated": "2015-12-20",
2133
+ "scrapedAt": "2026-05-14T17:28:39.727Z"
2134
+ },
2135
+ {
2136
+ "npi": "1417594755",
2137
+ "enumerationType": "NPI-2",
2138
+ "organizationName": "A JUDGE DENTAL PC",
2139
+ "firstName": null,
2140
+ "lastName": null,
2141
+ "credential": null,
2142
+ "gender": null,
2143
+ "soleProprietor": null,
2144
+ "status": "A",
2145
+ "authorizedOfficialName": "ARWINDER JUDGE",
2146
+ "authorizedOfficialTitle": "Owner",
2147
+ "authorizedOfficialPhone": "3154546000",
2148
+ "primaryTaxonomy": "Dentist, General Practice",
2149
+ "taxonomyCode": "1223G0001X",
2150
+ "taxonomyGroup": "193400000X - Multiple Single Specialty Group",
2151
+ "licenseNumber": null,
2152
+ "addressLine": "867 NYS RTE 13",
2153
+ "city": "CORTLAND",
2154
+ "state": "NY",
2155
+ "postalCode": "130458835",
2156
+ "phone": "607-753-1555",
2157
+ "fax": null,
2158
+ "enumerationDate": "2019-12-05",
2159
+ "lastUpdated": "2023-06-13",
2160
+ "scrapedAt": "2026-05-14T17:28:39.746Z"
2161
+ },
2162
+ {
2163
+ "npi": "1124316294",
2164
+ "enumerationType": "NPI-2",
2165
+ "organizationName": "A MILE OF SMILES DENTISTRY P.C.",
2166
+ "firstName": null,
2167
+ "lastName": null,
2168
+ "credential": null,
2169
+ "gender": null,
2170
+ "soleProprietor": null,
2171
+ "status": "A",
2172
+ "authorizedOfficialName": "JEFFREY KLEIN",
2173
+ "authorizedOfficialTitle": "dentist",
2174
+ "authorizedOfficialPhone": "8457353100",
2175
+ "primaryTaxonomy": "Dentist, General Practice",
2176
+ "taxonomyCode": "1223G0001X",
2177
+ "taxonomyGroup": "193400000X - Multiple Single Specialty Group",
2178
+ "licenseNumber": "043986",
2179
+ "addressLine": "180 E CENTRAL AVE",
2180
+ "city": "PEARL RIVER",
2181
+ "state": "NY",
2182
+ "postalCode": "109652537",
2183
+ "phone": "845-735-3100",
2184
+ "fax": "845-735-0114",
2185
+ "enumerationDate": "2011-07-11",
2186
+ "lastUpdated": "2011-07-11",
2187
+ "scrapedAt": "2026-05-14T17:28:39.956Z"
2188
+ },
2189
+ {
2190
+ "npi": "1922743293",
2191
+ "enumerationType": "NPI-2",
2192
+ "organizationName": "A NEW SMILE DENTISTRY PLLC",
2193
+ "firstName": null,
2194
+ "lastName": null,
2195
+ "credential": null,
2196
+ "gender": null,
2197
+ "soleProprietor": null,
2198
+ "status": "A",
2199
+ "authorizedOfficialName": "SHAIFALI RAMETRA",
2200
+ "authorizedOfficialTitle": "PRESIDENT",
2201
+ "authorizedOfficialPhone": "6317711577",
2202
+ "primaryTaxonomy": "Dentist, General Practice",
2203
+ "taxonomyCode": "1223G0001X",
2204
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
2205
+ "licenseNumber": null,
2206
+ "addressLine": "302 GREENWICH ST",
2207
+ "city": "HEMPSTEAD",
2208
+ "state": "NY",
2209
+ "postalCode": "115506318",
2210
+ "phone": "631-771-1577",
2211
+ "fax": "631-771-1570",
2212
+ "enumerationDate": "2022-05-02",
2213
+ "lastUpdated": "2022-06-17",
2214
+ "scrapedAt": "2026-05-14T17:28:40.041Z"
2215
+ },
2216
+ {
2217
+ "npi": "1245361898",
2218
+ "enumerationType": "NPI-2",
2219
+ "organizationName": "A PLUS PLUS FLATBUSH DENTAL CARE, P.C.",
2220
+ "firstName": null,
2221
+ "lastName": null,
2222
+ "credential": null,
2223
+ "gender": null,
2224
+ "soleProprietor": null,
2225
+ "status": "A",
2226
+ "authorizedOfficialName": "VICTORIA SHKLOVSKY",
2227
+ "authorizedOfficialTitle": "President",
2228
+ "authorizedOfficialPhone": "7186462828",
2229
+ "primaryTaxonomy": "Dentist, General Practice",
2230
+ "taxonomyCode": "1223G0001X",
2231
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
2232
+ "licenseNumber": null,
2233
+ "addressLine": "81 WILLOUGHBY ST",
2234
+ "city": "BROOKLYN",
2235
+ "state": "NY",
2236
+ "postalCode": "112015232",
2237
+ "phone": "718-646-2828",
2238
+ "fax": null,
2239
+ "enumerationDate": "2007-03-07",
2240
+ "lastUpdated": "2009-09-28",
2241
+ "scrapedAt": "2026-05-14T17:28:40.076Z"
2242
+ },
2243
+ {
2244
+ "npi": "1235285024",
2245
+ "enumerationType": "NPI-2",
2246
+ "organizationName": "A R ADVANCED DENTAL GROUP PC",
2247
+ "firstName": null,
2248
+ "lastName": null,
2249
+ "credential": null,
2250
+ "gender": null,
2251
+ "soleProprietor": null,
2252
+ "status": "A",
2253
+ "authorizedOfficialName": "ROMAN IZMAILOV",
2254
+ "authorizedOfficialTitle": "Dentist",
2255
+ "authorizedOfficialPhone": "8452223330",
2256
+ "primaryTaxonomy": "Dentist, General Practice",
2257
+ "taxonomyCode": "1223G0001X",
2258
+ "taxonomyGroup": "193400000X - Single Specialty Group",
2259
+ "licenseNumber": null,
2260
+ "addressLine": "5C MEDICAL PARK DR",
2261
+ "city": "POMONA",
2262
+ "state": "NY",
2263
+ "postalCode": "109703516",
2264
+ "phone": "845-364-9400",
2265
+ "fax": "845-364-0284",
2266
+ "enumerationDate": "2007-01-26",
2267
+ "lastUpdated": "2008-06-16",
2268
+ "scrapedAt": "2026-05-14T17:28:40.127Z"
2269
+ },
2270
+ {
2271
+ "npi": "1831058064",
2272
+ "enumerationType": "NPI-2",
2273
+ "organizationName": "A TO Z ORTHODONTICS PLLC",
2274
+ "firstName": null,
2275
+ "lastName": null,
2276
+ "credential": null,
2277
+ "gender": null,
2278
+ "soleProprietor": null,
2279
+ "status": "A",
2280
+ "authorizedOfficialName": "ALBERTO BORDONABA",
2281
+ "authorizedOfficialTitle": "Orthodontist",
2282
+ "authorizedOfficialPhone": "9178309638",
2283
+ "primaryTaxonomy": "Dentist, Orthodontics and Dentofacial Orthopedics",
2284
+ "taxonomyCode": "1223X0400X",
2285
+ "taxonomyGroup": "193400000X - Single Specialty Group",
2286
+ "licenseNumber": null,
2287
+ "addressLine": "264 WATER ST APT M1",
2288
+ "city": "NEW YORK",
2289
+ "state": "NY",
2290
+ "postalCode": "100381760",
2291
+ "phone": "585-764-9006",
2292
+ "fax": null,
2293
+ "enumerationDate": "2026-01-22",
2294
+ "lastUpdated": "2026-04-20",
2295
+ "scrapedAt": "2026-05-14T17:28:40.210Z"
2296
+ },
2297
+ {
2298
+ "npi": "1447647870",
2299
+ "enumerationType": "NPI-2",
2300
+ "organizationName": "A V RAWAT PC",
2301
+ "firstName": null,
2302
+ "lastName": null,
2303
+ "credential": null,
2304
+ "gender": null,
2305
+ "soleProprietor": null,
2306
+ "status": "A",
2307
+ "authorizedOfficialName": "ANSHUMAN RAWAT",
2308
+ "authorizedOfficialTitle": "Owner",
2309
+ "authorizedOfficialPhone": "5087343200",
2310
+ "primaryTaxonomy": "Dentist",
2311
+ "taxonomyCode": "122300000X",
2312
+ "taxonomyGroup": "193400000X - Single Specialty Group",
2313
+ "licenseNumber": "1855200",
2314
+ "addressLine": "116 PROVIDENCE HWY",
2315
+ "city": "EAST WALPOLE",
2316
+ "state": "MA",
2317
+ "postalCode": "020321509",
2318
+ "phone": "508-734-3200",
2319
+ "fax": null,
2320
+ "enumerationDate": "2015-04-23",
2321
+ "lastUpdated": "2015-04-23",
2322
+ "scrapedAt": "2026-05-14T17:28:40.287Z"
2323
+ },
2324
+ {
2325
+ "npi": "1790078418",
2326
+ "enumerationType": "NPI-2",
2327
+ "organizationName": "A&G FAMILY DENTISTRY PC",
2328
+ "firstName": null,
2329
+ "lastName": null,
2330
+ "credential": null,
2331
+ "gender": null,
2332
+ "soleProprietor": null,
2333
+ "status": "A",
2334
+ "authorizedOfficialName": "MARK AGABABAEV",
2335
+ "authorizedOfficialTitle": "vice president",
2336
+ "authorizedOfficialPhone": "7188871397",
2337
+ "primaryTaxonomy": "Dentist, General Practice",
2338
+ "taxonomyCode": "1223G0001X",
2339
+ "taxonomyGroup": "193400000X - Single Specialty Group",
2340
+ "licenseNumber": "010091",
2341
+ "addressLine": "1127 W MAIN ST",
2342
+ "city": "WATERBURY",
2343
+ "state": "CT",
2344
+ "postalCode": "067082764",
2345
+ "phone": "203-573-9989",
2346
+ "fax": null,
2347
+ "enumerationDate": "2011-05-27",
2348
+ "lastUpdated": "2011-05-27",
2349
+ "scrapedAt": "2026-05-14T17:28:40.309Z"
2350
+ },
2351
+ {
2352
+ "npi": "1174705768",
2353
+ "enumerationType": "NPI-2",
2354
+ "organizationName": "A-GOLD COAST FAMILY DENTAL",
2355
+ "firstName": null,
2356
+ "lastName": null,
2357
+ "credential": null,
2358
+ "gender": null,
2359
+ "soleProprietor": null,
2360
+ "status": "A",
2361
+ "authorizedOfficialName": "DORON KEREN",
2362
+ "authorizedOfficialTitle": "President",
2363
+ "authorizedOfficialPhone": "5168838810",
2364
+ "primaryTaxonomy": "Dentist",
2365
+ "taxonomyCode": "122300000X",
2366
+ "taxonomyGroup": "193400000X - Multiple Single Specialty Group",
2367
+ "licenseNumber": null,
2368
+ "addressLine": "2 COW NECK RD",
2369
+ "city": "PORT WASHINGTON",
2370
+ "state": "NY",
2371
+ "postalCode": "110501712",
2372
+ "phone": "516-883-8810",
2373
+ "fax": null,
2374
+ "enumerationDate": "2007-12-05",
2375
+ "lastUpdated": "2007-12-05",
2376
+ "scrapedAt": "2026-05-14T17:28:40.375Z"
2377
+ },
2378
+ {
2379
+ "npi": "1801878285",
2380
+ "enumerationType": "NPI-2",
2381
+ "organizationName": "A-Z DENTAL PC",
2382
+ "firstName": null,
2383
+ "lastName": null,
2384
+ "credential": null,
2385
+ "gender": null,
2386
+ "soleProprietor": null,
2387
+ "status": "A",
2388
+ "authorizedOfficialName": "RAISA SHEKHTMEYSTER",
2389
+ "authorizedOfficialTitle": "President",
2390
+ "authorizedOfficialPhone": "7188321222",
2391
+ "primaryTaxonomy": "Dentist, General Practice",
2392
+ "taxonomyCode": "1223G0001X",
2393
+ "taxonomyGroup": "193400000X - Single Specialty Group",
2394
+ "licenseNumber": "044191",
2395
+ "addressLine": "332 9TH ST",
2396
+ "city": "BROOKLYN",
2397
+ "state": "NY",
2398
+ "postalCode": "112154058",
2399
+ "phone": "718-832-1222",
2400
+ "fax": "718-832-0796",
2401
+ "enumerationDate": "2005-11-19",
2402
+ "lastUpdated": "2012-06-29",
2403
+ "scrapedAt": "2026-05-14T17:28:40.493Z"
2404
+ },
2405
+ {
2406
+ "npi": "1639645146",
2407
+ "enumerationType": "NPI-2",
2408
+ "organizationName": "A.T.S. DENTAL CARE, PLLC",
2409
+ "firstName": null,
2410
+ "lastName": null,
2411
+ "credential": null,
2412
+ "gender": null,
2413
+ "soleProprietor": null,
2414
+ "status": "A",
2415
+ "authorizedOfficialName": "ANDREW SAROWITZ",
2416
+ "authorizedOfficialTitle": "DENTAL DIRECTOR / OWNER",
2417
+ "authorizedOfficialPhone": "6316621261",
2418
+ "primaryTaxonomy": "Dentist",
2419
+ "taxonomyCode": "122300000X",
2420
+ "taxonomyGroup": "193400000X - Single Specialty Group",
2421
+ "licenseNumber": null,
2422
+ "addressLine": "40 BROAD ST",
2423
+ "city": "NEW YORK",
2424
+ "state": "NY",
2425
+ "postalCode": "100042315",
2426
+ "phone": "631-662-1261",
2427
+ "fax": null,
2428
+ "enumerationDate": "2018-10-23",
2429
+ "lastUpdated": "2018-10-23",
2430
+ "scrapedAt": "2026-05-14T17:28:40.521Z"
2431
+ },
2432
+ {
2433
+ "npi": "1295877496",
2434
+ "enumerationType": "NPI-2",
2435
+ "organizationName": "AAA BRIGHTON DENTAL CARE PC",
2436
+ "firstName": null,
2437
+ "lastName": null,
2438
+ "credential": null,
2439
+ "gender": null,
2440
+ "soleProprietor": null,
2441
+ "status": "A",
2442
+ "authorizedOfficialName": "GENNADIY TSIBELMAN",
2443
+ "authorizedOfficialTitle": "President",
2444
+ "authorizedOfficialPhone": "7189469520",
2445
+ "primaryTaxonomy": "Dentist",
2446
+ "taxonomyCode": "122300000X",
2447
+ "taxonomyGroup": "193400000X - Single Specialty Group",
2448
+ "licenseNumber": "046245",
2449
+ "addressLine": "123 BRIGHTON BEACH AVE FL 2",
2450
+ "city": "BROOKLYN",
2451
+ "state": "NY",
2452
+ "postalCode": "112358001",
2453
+ "phone": "718-946-9520",
2454
+ "fax": "718-946-9240",
2455
+ "enumerationDate": "2007-02-13",
2456
+ "lastUpdated": "2008-11-10",
2457
+ "scrapedAt": "2026-05-14T17:28:40.549Z"
2458
+ },
2459
+ {
2460
+ "npi": "1518089473",
2461
+ "enumerationType": "NPI-2",
2462
+ "organizationName": "AAA DENTAL PC",
2463
+ "firstName": null,
2464
+ "lastName": null,
2465
+ "credential": null,
2466
+ "gender": null,
2467
+ "soleProprietor": null,
2468
+ "status": "A",
2469
+ "authorizedOfficialName": "ALLA TEMKIN",
2470
+ "authorizedOfficialTitle": "Dentist",
2471
+ "authorizedOfficialPhone": "2128693131",
2472
+ "primaryTaxonomy": "Dentist, General Practice",
2473
+ "taxonomyCode": "1223G0001X",
2474
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
2475
+ "licenseNumber": "045041",
2476
+ "addressLine": "62 WEST 48TH STREET",
2477
+ "city": "NEW YORK",
2478
+ "state": "NY",
2479
+ "postalCode": "10036",
2480
+ "phone": "212-869-3131",
2481
+ "fax": "212-869-2756",
2482
+ "enumerationDate": "2007-04-04",
2483
+ "lastUpdated": "2012-02-27",
2484
+ "scrapedAt": "2026-05-14T17:28:40.570Z"
2485
+ },
2486
+ {
2487
+ "npi": "1316133747",
2488
+ "enumerationType": "NPI-2",
2489
+ "organizationName": "AAA ROCKLAND DENTAL LLC",
2490
+ "firstName": null,
2491
+ "lastName": null,
2492
+ "credential": null,
2493
+ "gender": null,
2494
+ "soleProprietor": null,
2495
+ "status": "A",
2496
+ "authorizedOfficialName": "ALINA LYUBARSKIY",
2497
+ "authorizedOfficialTitle": "Manager",
2498
+ "authorizedOfficialPhone": "8454295322",
2499
+ "primaryTaxonomy": "Dentist",
2500
+ "taxonomyCode": "122300000X",
2501
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
2502
+ "licenseNumber": "0493851",
2503
+ "addressLine": "196 RAMAPO RD",
2504
+ "city": "GARNERVILLE",
2505
+ "state": "NY",
2506
+ "postalCode": "109231511",
2507
+ "phone": "845-429-5322",
2508
+ "fax": "845-429-5324",
2509
+ "enumerationDate": "2007-09-19",
2510
+ "lastUpdated": "2007-09-19",
2511
+ "scrapedAt": "2026-05-14T17:28:40.597Z"
2512
+ },
2513
+ {
2514
+ "npi": "1003958398",
2515
+ "enumerationType": "NPI-2",
2516
+ "organizationName": "AAA UPTOWN STAR DENTAL PC",
2517
+ "firstName": null,
2518
+ "lastName": null,
2519
+ "credential": null,
2520
+ "gender": null,
2521
+ "soleProprietor": null,
2522
+ "status": "A",
2523
+ "authorizedOfficialName": "VALENTINA KRIVOSHEYEVA",
2524
+ "authorizedOfficialTitle": "Vice President",
2525
+ "authorizedOfficialPhone": "2125694652",
2526
+ "primaryTaxonomy": "Dentist, General Practice",
2527
+ "taxonomyCode": "1223G0001X",
2528
+ "taxonomyGroup": "193400000X - Single Specialty Group",
2529
+ "licenseNumber": "046105",
2530
+ "addressLine": "680 W 204TH ST APT 1C",
2531
+ "city": "NEW YORK",
2532
+ "state": "NY",
2533
+ "postalCode": "100343003",
2534
+ "phone": "212-569-4652",
2535
+ "fax": "212-569-4644",
2536
+ "enumerationDate": "2007-02-13",
2537
+ "lastUpdated": "2020-08-22",
2538
+ "scrapedAt": "2026-05-14T17:28:40.669Z"
2539
+ },
2540
+ {
2541
+ "npi": "1578780342",
2542
+ "enumerationType": "NPI-2",
2543
+ "organizationName": "AADM LLC",
2544
+ "firstName": null,
2545
+ "lastName": null,
2546
+ "credential": null,
2547
+ "gender": null,
2548
+ "soleProprietor": null,
2549
+ "status": "A",
2550
+ "authorizedOfficialName": "GEOFF LEWIS",
2551
+ "authorizedOfficialTitle": "SVP of Finance",
2552
+ "authorizedOfficialPhone": "3154546000",
2553
+ "primaryTaxonomy": "Dentist, General Practice",
2554
+ "taxonomyCode": "1223G0001X",
2555
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
2556
+ "licenseNumber": null,
2557
+ "addressLine": "5940 W UNION HILLS DR",
2558
+ "city": "GLENDALE",
2559
+ "state": "AZ",
2560
+ "postalCode": "853081303",
2561
+ "phone": "602-978-9575",
2562
+ "fax": null,
2563
+ "enumerationDate": "2007-04-20",
2564
+ "lastUpdated": "2009-05-05",
2565
+ "scrapedAt": "2026-05-14T17:28:40.770Z"
2566
+ },
2567
+ {
2568
+ "npi": "1336967868",
2569
+ "enumerationType": "NPI-2",
2570
+ "organizationName": "AARON J PARK, DDS PLLC",
2571
+ "firstName": null,
2572
+ "lastName": null,
2573
+ "credential": null,
2574
+ "gender": null,
2575
+ "soleProprietor": null,
2576
+ "status": "A",
2577
+ "authorizedOfficialName": "AARON PARK",
2578
+ "authorizedOfficialTitle": "Owner/Dentist",
2579
+ "authorizedOfficialPhone": "5852664860",
2580
+ "primaryTaxonomy": "Dentist",
2581
+ "taxonomyCode": "122300000X",
2582
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
2583
+ "licenseNumber": null,
2584
+ "addressLine": "753 TITUS AVE",
2585
+ "city": "ROCHESTER",
2586
+ "state": "NY",
2587
+ "postalCode": "14617",
2588
+ "phone": "585-266-4860",
2589
+ "fax": "585-266-5477",
2590
+ "enumerationDate": "2024-10-02",
2591
+ "lastUpdated": "2024-10-02",
2592
+ "scrapedAt": "2026-05-14T17:28:40.862Z"
2593
+ },
2594
+ {
2595
+ "npi": "1417281627",
2596
+ "enumerationType": "NPI-1",
2597
+ "organizationName": null,
2598
+ "firstName": "RICHARD",
2599
+ "lastName": "AARON",
2600
+ "credential": "dds",
2601
+ "gender": null,
2602
+ "soleProprietor": "YES",
2603
+ "status": "A",
2604
+ "authorizedOfficialName": null,
2605
+ "authorizedOfficialTitle": null,
2606
+ "authorizedOfficialPhone": null,
2607
+ "primaryTaxonomy": "Dentist, Endodontics",
2608
+ "taxonomyCode": "1223E0200X",
2609
+ "taxonomyGroup": "",
2610
+ "licenseNumber": "032068",
2611
+ "addressLine": "3752 77TH ST",
2612
+ "city": "JACKSON HEIGHTS",
2613
+ "state": "NY",
2614
+ "postalCode": "113726630",
2615
+ "phone": "718-426-5507",
2616
+ "fax": null,
2617
+ "enumerationDate": "2009-09-22",
2618
+ "lastUpdated": "2009-09-22",
2619
+ "scrapedAt": "2026-05-14T17:28:40.897Z"
2620
+ },
2621
+ {
2622
+ "npi": "1972733178",
2623
+ "enumerationType": "NPI-1",
2624
+ "organizationName": null,
2625
+ "firstName": "SAMANTHA",
2626
+ "lastName": "AARON",
2627
+ "credential": "DMD",
2628
+ "gender": null,
2629
+ "soleProprietor": "NO",
2630
+ "status": "A",
2631
+ "authorizedOfficialName": null,
2632
+ "authorizedOfficialTitle": null,
2633
+ "authorizedOfficialPhone": null,
2634
+ "primaryTaxonomy": "Dentist, General Practice",
2635
+ "taxonomyCode": "1223G0001X",
2636
+ "taxonomyGroup": "",
2637
+ "licenseNumber": "053159-1",
2638
+ "addressLine": "275 MADISON AVE",
2639
+ "city": "NEW YORK",
2640
+ "state": "NY",
2641
+ "postalCode": "100161101",
2642
+ "phone": "212-532-1400",
2643
+ "fax": null,
2644
+ "enumerationDate": "2009-07-22",
2645
+ "lastUpdated": "2009-11-30",
2646
+ "scrapedAt": "2026-05-14T17:28:40.942Z"
2647
+ },
2648
+ {
2649
+ "npi": "1013235068",
2650
+ "enumerationType": "NPI-2",
2651
+ "organizationName": "AARON'S DENTAL CARE",
2652
+ "firstName": null,
2653
+ "lastName": null,
2654
+ "credential": null,
2655
+ "gender": null,
2656
+ "soleProprietor": null,
2657
+ "status": "A",
2658
+ "authorizedOfficialName": "AARON WICKS",
2659
+ "authorizedOfficialTitle": "owner",
2660
+ "authorizedOfficialPhone": "2122346088",
2661
+ "primaryTaxonomy": "Dentist, General Practice",
2662
+ "taxonomyCode": "1223G0001X",
2663
+ "taxonomyGroup": "193200000X - Multi-Specialty Group",
2664
+ "licenseNumber": "050804",
2665
+ "addressLine": "2474 8TH AVE STE A",
2666
+ "city": "NEW YORK",
2667
+ "state": "NY",
2668
+ "postalCode": "100277710",
2669
+ "phone": "212-234-6088",
2670
+ "fax": "212-234-6088",
2671
+ "enumerationDate": "2010-05-13",
2672
+ "lastUpdated": "2010-05-13",
2673
+ "scrapedAt": "2026-05-14T17:28:40.957Z"
2674
+ },
2675
+ {
2676
+ "npi": "1881670107",
2677
+ "enumerationType": "NPI-1",
2678
+ "organizationName": null,
2679
+ "firstName": "BRUCE",
2680
+ "lastName": "AARONSON",
2681
+ "credential": "D.D.S.",
2682
+ "gender": null,
2683
+ "soleProprietor": "NO",
2684
+ "status": "A",
2685
+ "authorizedOfficialName": null,
2686
+ "authorizedOfficialTitle": null,
2687
+ "authorizedOfficialPhone": null,
2688
+ "primaryTaxonomy": "Dentist, General Practice",
2689
+ "taxonomyCode": "1223G0001X",
2690
+ "taxonomyGroup": "",
2691
+ "licenseNumber": "033602",
2692
+ "addressLine": "53 CHESTNUT ST",
2693
+ "city": "ONEONTA",
2694
+ "state": "NY",
2695
+ "postalCode": "138202452",
2696
+ "phone": "607-432-4621",
2697
+ "fax": "607-433-0335",
2698
+ "enumerationDate": "2005-12-19",
2699
+ "lastUpdated": "2007-07-08",
2700
+ "scrapedAt": "2026-05-14T17:28:40.995Z"
2701
+ }
2702
+ ]
sample.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14257a427a1cde839429818d562555351927f457e1f3adea17196d09ce4ed87c
3
+ size 28442