Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
counties_with_pros: int64
total_pros: int64
counties_at_or_above_100: int64
counties_below_100: int64
by_county: struct<Franklin: int64, Cuyahoga: int64, Hamilton: int64, Lucas: int64, Summit: int64, Montgomery: i (... 1284 chars omitted)
  child 0, Franklin: int64
  child 1, Cuyahoga: int64
  child 2, Hamilton: int64
  child 3, Lucas: int64
  child 4, Summit: int64
  child 5, Montgomery: int64
  child 6, Stark: int64
  child 7, Butler: int64
  child 8, Lorain: int64
  child 9, Lake: int64
  child 10, Portage: int64
  child 11, Medina: int64
  child 12, Warren: int64
  child 13, Licking: int64
  child 14, Fairfield: int64
  child 15, Clermont: int64
  child 16, Mahoning: int64
  child 17, Greene: int64
  child 18, Delaware: int64
  child 19, Trumbull: int64
  child 20, Clark: int64
  child 21, Wood: int64
  child 22, Wayne: int64
  child 23, Geauga: int64
  child 24, Allen: int64
  child 25, Muskingum: int64
  child 26, Miami: int64
  child 27, Erie: int64
  child 28, Ashtabula: int64
  child 29, Champaign: int64
  child 30, Fulton: int64
  child 31, Hancock: int64
  child 32, Sandusky: int64
  child 33, Knox: int64
  child 34, Columbiana: int64
  child 35, Marion: int64
  child 36, Seneca: int64
  child 37, Richland: int64
  child 38, Tuscarawas: int64
  child 39, Madison: int64
  child 40, Holmes: int64
  child 41, Pickaway: int64
  child 42, Preble: int64
  child 43, Highland: int64
  child 44, Mercer: int64
  child 45, Crawford: int64
  child 46, Darke: int64
  child 47, Defiance: int64
  child 48, Logan: int64
  child 49, Guernsey: int64
  child 50, Auglaize: int64
  child 51, Belmont: int64
  child 52, Williams: int64
  child 53, Ottawa: int64
  child 54, Shelby: int64
  child 55, Ross: int64
  child 56, Carroll: int64
  child 57, Union: int64
  child 58, Athens: int64
  child 59, Hocking: int64
  child 60, Henry: int64
  child 61, Perry: int64
  child 62, Huron: int64
  child 63, Putnam: int64
  child 64, Gallia: int64
  child 65, Washington: int64
  child 66, Coshocton: int64
  child 67, Morrow: int64
  child 68, Lawrence: int64
  child 69, Jackson: int64
  child 70, Scioto: int64
  child 71, Jefferson: int64
  child 72, Fayette: int64
  child 73, Brown: int64
  child 74, Van Wert: int64
  child 75, Hardin: int64
  child 76, Pike: int64
  child 77, Meigs: int64
  child 78, Ashland: int64
  child 79, Adams: int64
  child 80, Clinton: int64
  child 81, Wyandot: int64
  child 82, Morgan: int64
  child 83, Harrison: int64
  child 84, Noble: int64
  child 85, Vinton: int64
  child 86, Paulding: int64
  child 87, Monroe: int64
to
{'$schema': Value('string'), 'dataset': Value('string'), 'version': Value('string'), 'generated_at': Value('timestamp[ns, tz=UTC]'), 'license': Value('string'), 'attribution': Value('string'), 'record_count': Value('int64'), 'coverage_state': Value('string'), 'record': {'city': Value('string'), 'county': Value('string'), 'emergency_24h': Value('bool'), 'lat': Value('float64'), 'license_number': Value('string'), 'lng': Value('float64'), 'name': Value('string'), 'phone': Value('string'), 'rating': Value('float64'), 'review_count': Value('int64'), 'slug': Value('string'), 'specialties': List(Value('string')), 'state': Value('string'), 'trades': List(Value('string')), 'verification_tier': Value('string'), 'verified_at': Value('string'), 'website_url': Value('string'), 'zip': Value('string')}}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1821, in _prepare_split_single
                  num_examples, num_bytes = writer.finalize()
                                            ^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 781, in finalize
                  self.write_rows_on_file()
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 663, in write_rows_on_file
                  self._write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              counties_with_pros: int64
              total_pros: int64
              counties_at_or_above_100: int64
              counties_below_100: int64
              by_county: struct<Franklin: int64, Cuyahoga: int64, Hamilton: int64, Lucas: int64, Summit: int64, Montgomery: i (... 1284 chars omitted)
                child 0, Franklin: int64
                child 1, Cuyahoga: int64
                child 2, Hamilton: int64
                child 3, Lucas: int64
                child 4, Summit: int64
                child 5, Montgomery: int64
                child 6, Stark: int64
                child 7, Butler: int64
                child 8, Lorain: int64
                child 9, Lake: int64
                child 10, Portage: int64
                child 11, Medina: int64
                child 12, Warren: int64
                child 13, Licking: int64
                child 14, Fairfield: int64
                child 15, Clermont: int64
                child 16, Mahoning: int64
                child 17, Greene: int64
                child 18, Delaware: int64
                child 19, Trumbull: int64
                child 20, Clark: int64
                child 21, Wood: int64
                child 22, Wayne: int64
                child 23, Geauga: int64
                child 24, Allen: int64
                child 25, Muskingum: int64
                child 26, Miami: int64
                child 27, Erie: int64
                child 28, Ashtabula: int64
                child 29, Champaign: int64
                child 30, Fulton: int64
                child 31, Hancock: int64
                child 32, Sandusky: int64
                child 33, Knox: int64
                child 34, Columbiana: int64
                child 35, Marion: int64
                child 36, Seneca: int64
                child 37, Richland: int64
                child 38, Tuscarawas: int64
                child 39, Madison: int64
                child 40, Holmes: int64
                child 41, Pickaway: int64
                child 42, Preble: int64
                child 43, Highland: int64
                child 44, Mercer: int64
                child 45, Crawford: int64
                child 46, Darke: int64
                child 47, Defiance: int64
                child 48, Logan: int64
                child 49, Guernsey: int64
                child 50, Auglaize: int64
                child 51, Belmont: int64
                child 52, Williams: int64
                child 53, Ottawa: int64
                child 54, Shelby: int64
                child 55, Ross: int64
                child 56, Carroll: int64
                child 57, Union: int64
                child 58, Athens: int64
                child 59, Hocking: int64
                child 60, Henry: int64
                child 61, Perry: int64
                child 62, Huron: int64
                child 63, Putnam: int64
                child 64, Gallia: int64
                child 65, Washington: int64
                child 66, Coshocton: int64
                child 67, Morrow: int64
                child 68, Lawrence: int64
                child 69, Jackson: int64
                child 70, Scioto: int64
                child 71, Jefferson: int64
                child 72, Fayette: int64
                child 73, Brown: int64
                child 74, Van Wert: int64
                child 75, Hardin: int64
                child 76, Pike: int64
                child 77, Meigs: int64
                child 78, Ashland: int64
                child 79, Adams: int64
                child 80, Clinton: int64
                child 81, Wyandot: int64
                child 82, Morgan: int64
                child 83, Harrison: int64
                child 84, Noble: int64
                child 85, Vinton: int64
                child 86, Paulding: int64
                child 87, Monroe: int64
              to
              {'$schema': Value('string'), 'dataset': Value('string'), 'version': Value('string'), 'generated_at': Value('timestamp[ns, tz=UTC]'), 'license': Value('string'), 'attribution': Value('string'), 'record_count': Value('int64'), 'coverage_state': Value('string'), 'record': {'city': Value('string'), 'county': Value('string'), 'emergency_24h': Value('bool'), 'lat': Value('float64'), 'license_number': Value('string'), 'lng': Value('float64'), 'name': Value('string'), 'phone': Value('string'), 'rating': Value('float64'), 'review_count': Value('int64'), 'slug': Value('string'), 'specialties': List(Value('string')), 'state': Value('string'), 'trades': List(Value('string')), 'verification_tier': Value('string'), 'verified_at': Value('string'), 'website_url': Value('string'), 'zip': Value('string')}}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

$schema
string
dataset
string
version
string
generated_at
timestamp[us, tz=UTC]
license
string
attribution
string
record_count
int64
coverage_state
string
record
dict
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1824405, "license_number": null, "lng": -84.48383249999999, "name": "Halpin Plumbing Inc", "phone": "(513) 790-6985", "rating": 4.9, "review_count": 1163, "slug": "halpin-plumbing-inc-cincinnati", "specialties": [ ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": true, "lat": 39.2332617, "license_number": null, "lng": -84.449125, "name": "HELP Plumbing, Heating, Cooling and Drains", "phone": "(513) 973-4124", "rating": 4.8, "review_count": 9082, "slug": "help-plumbing-heating-cooling-and-drains...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Milford", "county": "Clermont", "emergency_24h": false, "lat": 39.1563437, "license_number": null, "lng": -84.2559665, "name": "1-Tom-Plumber", "phone": "(513) 286-2060", "rating": 5, "review_count": 6730, "slug": "1-tom-plumber-milford", "specialties": [ "drain-cleaning", "wa...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.2170524, "license_number": null, "lng": -84.4732471, "name": "Plumb Tite Plumbing & Drains", "phone": "(513) 338-8483", "rating": 4.8, "review_count": 899, "slug": "plumb-tite-plumbing-drains-cincinnati", "specialtie...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Clermont", "emergency_24h": false, "lat": 39.1063943, "license_number": null, "lng": -84.2791562, "name": "Benjamin Franklin Plumbing of Cincinnati", "phone": "(513) 294-6960", "rating": 4.8, "review_count": 2085, "slug": "benjamin-franklin-plumbing-of-cincinnati...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.2864199, "license_number": null, "lng": -84.5557048, "name": "Nieman Plumbing", "phone": "(513) 851-5588", "rating": 4.8, "review_count": 512, "slug": "nieman-plumbing-cincinnati", "specialties": [ "same-day", ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": true, "lat": 39.283567, "license_number": null, "lng": -84.553975, "name": "Blue Chip Plumbing", "phone": "(513) 941-4010", "rating": 4.9, "review_count": 797, "slug": "blue-chip-plumbing-cincinnati", "specialties": [ "24-7-emerg...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": true, "lat": 39.1592516, "license_number": null, "lng": -84.4168728, "name": "Apollo Home", "phone": "(513) 223-3957", "rating": 4.9, "review_count": 15824, "slug": "apollo-home-cincinnati", "specialties": [ "24-7-emergency", ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1588806, "license_number": null, "lng": -84.56611509999999, "name": "Roto-Rooter Plumbing & Water Cleanup", "phone": "(513) 631-0595", "rating": 4.8, "review_count": 5160, "slug": "roto-rooter-plumbing-water-cleanup-ci...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1561453, "license_number": null, "lng": -84.54123109999999, "name": "Zins Plumbing", "phone": "(513) 681-2501", "rating": 4.5, "review_count": 162, "slug": "zins-plumbing-cincinnati", "specialties": [ "drain-clea...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1816331, "license_number": null, "lng": -84.5144359, "name": "Gardner Plumbing, LLC", "phone": "(513) 541-1095", "rating": 5, "review_count": 53, "slug": "gardner-plumbing-llc-cincinnati", "specialties": [ "drain...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Norwood", "county": "Hamilton", "emergency_24h": false, "lat": 39.1627867, "license_number": null, "lng": -84.45868949999999, "name": "SMITHY'S PLUMBING", "phone": "(513) 619-0245", "rating": 4.7, "review_count": 369, "slug": "smithy-s-plumbing-norwood", "specialties": [ "sewer-li...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": true, "lat": 39.0932554, "license_number": null, "lng": -84.5927365, "name": "Hofmeyer Max Plumbing Co Inc", "phone": "(513) 921-1133", "rating": 4.8, "review_count": 145, "slug": "hofmeyer-max-plumbing-co-inc-cincinnati", "specialti...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": true, "lat": 39.0865735, "license_number": null, "lng": -84.6277096, "name": "Calla Plumbing", "phone": "(513) 451-9361", "rating": 4.8, "review_count": 133, "slug": "calla-plumbing-cincinnati", "specialties": [ "24-7-emergency",...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1016183, "license_number": null, "lng": -84.50837159999999, "name": "Roto-Rooter Plumbing & Water Cleanup", "phone": "(513) 893-0026", "rating": 4.8, "review_count": 2293, "slug": "roto-rooter-plumbing-water-cleanup-ci...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": true, "lat": 39.1784192, "license_number": null, "lng": -84.6040263, "name": "Preston & Sons Plumbers", "phone": "(513) 540-2243", "rating": 4.8, "review_count": 155, "slug": "preston-sons-plumbers-cincinnati", "specialties": [ "...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Mason", "county": "Warren", "emergency_24h": true, "lat": 39.3759952, "license_number": null, "lng": -84.2849073, "name": "Nixco Plumbing Inc.", "phone": "(513) 445-6600", "rating": 4.8, "review_count": 2285, "slug": "nixco-plumbing-inc-mason", "specialties": [ "24-7-emergency", ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1709811, "license_number": null, "lng": -84.5024318, "name": "Feichtner Plumbing LLC", "phone": "(513) 242-2400", "rating": 4.9, "review_count": 66, "slug": "feichtner-plumbing-llc-cincinnati", "specialties": [ "...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1718567, "license_number": null, "lng": -84.4885718, "name": "Archer Plumbing Co Inc", "phone": "(513) 641-0020", "rating": 4.8, "review_count": 48, "slug": "archer-plumbing-co-inc-cincinnati", "specialties": [ "...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Fairfield", "county": "Butler", "emergency_24h": false, "lat": 39.3191433, "license_number": null, "lng": -84.4780881, "name": "Thomas & Galbraith Heating, Cooling, Plumbing & Electrical", "phone": "(513) 914-2898", "rating": 4.7, "review_count": 7071, "slug": "thomas-galbraith-heating-...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1117936, "license_number": null, "lng": -84.43606919999999, "name": "Tarvin Plumbing", "phone": "(513) 321-5726", "rating": 4.7, "review_count": 130, "slug": "tarvin-plumbing-cincinnati", "specialties": [ "drain-...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Hamilton", "county": "Butler", "emergency_24h": true, "lat": 39.3388309, "license_number": null, "lng": -84.51228259999999, "name": "Dupps Plumbing, Inc.", "phone": "(513) 299-2104", "rating": 4.8, "review_count": 319, "slug": "dupps-plumbing-inc-hamilton", "specialties": [ "24-7-...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Clermont", "emergency_24h": false, "lat": 39.054402, "license_number": null, "lng": -84.257812, "name": "Schneller Knochelmann Plumbing, Heating & Air Conditioning", "phone": "(513) 457-1737", "rating": 4.9, "review_count": 4963, "slug": "schneller-knochelmann-pl...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": true, "lat": 39.18070780000001, "license_number": null, "lng": -84.437277, "name": "Jim the Plumber LLC", "phone": "(513) 731-0602", "rating": 4.8, "review_count": 19, "slug": "jim-the-plumber-llc-cincinnati", "specialties": [ "2...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": true, "lat": 39.1374433, "license_number": null, "lng": -84.44366749999999, "name": "24/7 Emergency Plumber Cincinnati", "phone": "(513) 960-4385", "rating": 4.8, "review_count": 17, "slug": "24-7-emergency-plumber-cincinnati-cincinnat...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.2076976, "license_number": null, "lng": -84.39955420000001, "name": "Pro-Tech Home Solutions", "phone": "(513) 400-2727", "rating": 5, "review_count": 39, "slug": "pro-tech-home-solutions-cincinnati", "specialties": ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.161577, "license_number": null, "lng": -84.456803, "name": "Rebisso Plumbing & Heating", "phone": "(513) 531-0540", "rating": 4.6, "review_count": 11, "slug": "rebisso-plumbing-heating-cincinnati", "specialties": [],...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Norwood", "county": "Hamilton", "emergency_24h": false, "lat": 39.161887, "license_number": null, "lng": -84.4378936, "name": "Roto-Rooter Plumbing & Water Cleanup", "phone": "(513) 830-5039", "rating": 4.8, "review_count": 892, "slug": "roto-rooter-plumbing-water-cleanup-norwood", "s...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1690821, "license_number": null, "lng": -84.456783, "name": "Allied Reddi-Rooter", "phone": "(513) 396-5300", "rating": 4.3, "review_count": 107, "slug": "allied-reddi-rooter-cincinnati", "specialties": [ "same-d...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1778089, "license_number": null, "lng": -84.4229213, "name": "Beresford Plumbing Heating Cooling", "phone": "(513) 631-3395", "rating": 4.9, "review_count": 18, "slug": "beresford-plumbing-heating-cooling-cincinnati", ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1969914, "license_number": null, "lng": -84.45867059999999, "name": "Five Star Home Services Cincinnati", "phone": "(513) 443-1306", "rating": 4.8, "review_count": 592, "slug": "five-star-home-services-cincinnati-cinci...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.2211686, "license_number": null, "lng": -84.584338, "name": "Herrmann Services", "phone": "(513) 737-8423", "rating": 4.5, "review_count": 294, "slug": "herrmann-services-cincinnati", "specialties": [ "drain-clea...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Lebanon", "county": "Warren", "emergency_24h": false, "lat": 39.383577, "license_number": null, "lng": -84.2511814, "name": "Integrity Plumbing & Drains", "phone": "(513) 277-3230", "rating": 4.9, "review_count": 17, "slug": "integrity-plumbing-drains-lebanon", "specialties": [ "s...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Fairfield", "county": "Butler", "emergency_24h": false, "lat": 39.3356457, "license_number": null, "lng": -84.5288396, "name": "Chaney Services", "phone": "(513) 446-0425", "rating": 5, "review_count": 214, "slug": "chaney-services-fairfield", "specialties": [ "tankless-water-heat...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Fairfield", "county": "Butler", "emergency_24h": false, "lat": 39.3184876, "license_number": null, "lng": -84.49672079999999, "name": "AA Plumbing", "phone": "(513) 758-6237", "rating": 4.3, "review_count": 180, "slug": "aa-plumbing-fairfield", "specialties": [], "state": "OH", "t...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Fairfield", "county": "Butler", "emergency_24h": true, "lat": 39.3235809, "license_number": null, "lng": -84.50583929999999, "name": "Chase Brothers Plumbing", "phone": "(513) 586-6331", "rating": 4.9, "review_count": 118, "slug": "chase-brothers-plumbing-fairfield", "specialties": [ ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Fairfield", "county": "Butler", "emergency_24h": true, "lat": 39.33500129999999, "license_number": null, "lng": -84.505404, "name": "Pembroke Plumbing", "phone": "(513) 916-0123", "rating": 4.9, "review_count": 176, "slug": "pembroke-plumbing-fairfield", "specialties": [ "24-7-eme...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Fairfield", "county": "Butler", "emergency_24h": false, "lat": 39.3354113, "license_number": null, "lng": -84.50328379999999, "name": "LH Plumbing Services LLC", "phone": "(513) 623-3858", "rating": 4.8, "review_count": 55, "slug": "lh-plumbing-services-llc-fairfield", "specialties": ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Fairfield", "county": "Butler", "emergency_24h": false, "lat": 39.3298118, "license_number": null, "lng": -84.51004689999999, "name": "C J Hughes & Sons Plumbing Co", "phone": "(513) 874-3456", "rating": 4, "review_count": 21, "slug": "c-j-hughes-sons-plumbing-co-fairfield", "specialt...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Fairfield", "county": "Butler", "emergency_24h": false, "lat": 39.3285038, "license_number": null, "lng": -84.5083093, "name": "True Plumbing & Excavating", "phone": "(513) 431-1342", "rating": 5, "review_count": 19, "slug": "true-plumbing-excavating-fairfield", "specialties": [ "...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Fairfield", "county": "Butler", "emergency_24h": false, "lat": 39.3159152, "license_number": null, "lng": -84.5412285, "name": "Plum Perfect Plumbing", "phone": "(513) 874-7586", "rating": 4.8, "review_count": 24, "slug": "plum-perfect-plumbing-fairfield", "specialties": [ "drain-...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Hamilton", "county": "Butler", "emergency_24h": true, "lat": 39.3903113, "license_number": null, "lng": -84.5586211, "name": "True Plumbing & Drain Cleaning LLC", "phone": "(513) 431-1342", "rating": 4.6, "review_count": 102, "slug": "true-plumbing-drain-cleaning-llc-hamilton", "speci...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Fairfield", "county": "Butler", "emergency_24h": true, "lat": 39.3626349, "license_number": null, "lng": -84.497069, "name": "Cook Plumbing, Inc.", "phone": "(513) 825-3974", "rating": 4.4, "review_count": 25, "slug": "cook-plumbing-inc-fairfield", "specialties": [ "24-7-emergency...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Hamilton", "county": "Butler", "emergency_24h": false, "lat": 39.3843296, "license_number": null, "lng": -84.5041521, "name": "Jacobs Plumbing & Excavating", "phone": "(513) 443-6242", "rating": 4.8, "review_count": 69, "slug": "jacobs-plumbing-excavating-hamilton", "specialties": [ ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Fairfield", "county": "Butler", "emergency_24h": false, "lat": 39.3147398, "license_number": null, "lng": -84.6387973, "name": "Plum-Mech Plumbing and Mechanical Service", "phone": "(513) 692-0447", "rating": 5, "review_count": 11, "slug": "plum-mech-plumbing-and-mechanical-service-fair...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Loveland", "county": "Clermont", "emergency_24h": false, "lat": 39.2536929, "license_number": null, "lng": -84.28211069999999, "name": "Loveland Plumbing & Drain", "phone": "(513) 644-5056", "rating": 4.4, "review_count": 16, "slug": "loveland-plumbing-drain-loveland", "specialties": ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Loveland", "county": "Clermont", "emergency_24h": false, "lat": 39.2657263, "license_number": null, "lng": -84.2630582, "name": "Patterson Plumbing", "phone": "(513) 683-1257", "rating": 4.8, "review_count": 30, "slug": "patterson-plumbing-loveland", "specialties": [], "state": "OH"...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Loveland", "county": "Clermont", "emergency_24h": false, "lat": 39.2945085, "license_number": null, "lng": -84.2949277, "name": "Kings Plumbing", "phone": "(513) 630-0838", "rating": 4.7, "review_count": 30, "slug": "kings-plumbing-loveland", "specialties": [ "same-day", "wate...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Loveland", "county": "Clermont", "emergency_24h": false, "lat": 39.2685439, "license_number": null, "lng": -84.2772542, "name": "Lemke Plumbing LLC", "phone": "(513) 646-2953", "rating": 4.9, "review_count": 13, "slug": "lemke-plumbing-llc-loveland", "specialties": [ "same-day", ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Loveland", "county": "Clermont", "emergency_24h": false, "lat": 39.2630814, "license_number": null, "lng": -84.30442959999999, "name": "Jason Napier Plumbing Ltd", "phone": "(513) 741-3575", "rating": 4.7, "review_count": 33, "slug": "jason-napier-plumbing-ltd-loveland", "specialties"...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Loveland", "county": "Clermont", "emergency_24h": false, "lat": 39.2553827, "license_number": null, "lng": -84.2848459, "name": "Zoom Drain", "phone": "(513) 818-1041", "rating": 4.9, "review_count": 36, "slug": "zoom-drain-loveland", "specialties": [ "same-day", "drain-cleani...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.2790295, "license_number": null, "lng": -84.35050780000002, "name": "Arlinghaus Plumbing Heating & Air Conditioning", "phone": "(513) 756-8883", "rating": 4.9, "review_count": 1789, "slug": "arlinghaus-plumbing-heating...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Loveland", "county": "Clermont", "emergency_24h": false, "lat": 39.2719777, "license_number": null, "lng": -84.2752691, "name": "Mainline Inspection Services", "phone": "(513) 349-3357", "rating": 5, "review_count": 133, "slug": "mainline-inspection-services-loveland", "specialties": ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Loveland", "county": "Clermont", "emergency_24h": false, "lat": 39.2714699, "license_number": null, "lng": -84.28957489999999, "name": "J Hensley Handyman Service", "phone": "(513) 680-6602", "rating": 5, "review_count": 33, "slug": "j-hensley-handyman-service-loveland", "specialties"...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Loveland", "county": "Clermont", "emergency_24h": false, "lat": 39.2659896, "license_number": null, "lng": -84.251347, "name": "Premier Handyman", "phone": "(513) 313-1284", "rating": 5, "review_count": 12, "slug": "premier-handyman-loveland", "specialties": [], "state": "OH", "tr...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.2997994, "license_number": null, "lng": -84.3026771, "name": "Jolly Plumbing | Drains | Heating | Air", "phone": "(513) 998-6773", "rating": 4.9, "review_count": 42, "slug": "jolly-plumbing-drains-heating-air-cincinnat...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Hamilton", "county": "Butler", "emergency_24h": false, "lat": 39.42247, "license_number": null, "lng": -84.5712254, "name": "Rader & Son Plumbing", "phone": "(513) 894-7162", "rating": 4.7, "review_count": 50, "slug": "rader-son-plumbing-hamilton", "specialties": [ "water-heater" ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Hamilton", "county": "Butler", "emergency_24h": true, "lat": 39.4130001, "license_number": null, "lng": -84.4817824, "name": "Tri-County Plumbing", "phone": "(513) 777-2130", "rating": 4.9, "review_count": 57, "slug": "tri-county-plumbing-hamilton", "specialties": [ "24-7-emergenc...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Hamilton", "county": "Butler", "emergency_24h": false, "lat": 39.4605784, "license_number": null, "lng": -84.5066228, "name": "Riethmaier Plumbing Co, LLC", "phone": "(513) 410-9934", "rating": 5, "review_count": 17, "slug": "riethmaier-plumbing-co-llc-hamilton", "specialties": [ ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Hamilton", "county": "Butler", "emergency_24h": true, "lat": 39.39947859999999, "license_number": null, "lng": -84.56177819999999, "name": "Roto-Rooter Plumbing & Water Cleanup", "phone": "(513) 591-0091", "rating": 4.8, "review_count": 1144, "slug": "roto-rooter-plumbing-water-cleanup-...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Hamilton", "county": "Butler", "emergency_24h": false, "lat": 39.4067823, "license_number": null, "lng": -84.6093868, "name": "Buckeye Plumbing & Excavating, LLC", "phone": "(513) 904-3730", "rating": 4.6, "review_count": 32, "slug": "buckeye-plumbing-excavating-llc-hamilton", "specia...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Hamilton", "county": "Butler", "emergency_24h": false, "lat": 39.4067926, "license_number": null, "lng": -84.59444739999999, "name": "Rosen Rooter", "phone": "(513) 868-9902", "rating": 5, "review_count": 14, "slug": "rosen-rooter-hamilton", "specialties": [], "state": "OH", "trad...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Hamilton", "county": "Butler", "emergency_24h": false, "lat": 39.3111015, "license_number": null, "lng": -84.6768444, "name": "JG Plumbing Services, LLC", "phone": "(513) 600-8658", "rating": 4.3, "review_count": 12, "slug": "jg-plumbing-services-llc-hamilton", "specialties": [ "w...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Middletown", "county": "Butler", "emergency_24h": true, "lat": 39.5478768, "license_number": null, "lng": -84.4233215, "name": "All Drains Drain Cleaning and Plumbing Repair", "phone": "(513) 422-1893", "rating": 4.9, "review_count": 338, "slug": "all-drains-drain-cleaning-and-plumbing-...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Middletown", "county": "Butler", "emergency_24h": false, "lat": 39.5144856, "license_number": null, "lng": -84.4053807, "name": "Duff Plumbing Co.", "phone": "(513) 296-4720", "rating": 4.6, "review_count": 60, "slug": "duff-plumbing-co-middletown", "specialties": [ "same-day", ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Middletown", "county": "Butler", "emergency_24h": false, "lat": 39.5291219, "license_number": null, "lng": -84.3758744, "name": "Main Drain", "phone": "(513) 465-2525", "rating": 5, "review_count": 279, "slug": "main-drain-middletown", "specialties": [ "drain-cleaning" ], "sta...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Middletown", "county": "Butler", "emergency_24h": false, "lat": 39.548254, "license_number": null, "lng": -84.4336469, "name": "Blashock Plumbing, Inc.", "phone": "(513) 424-8444", "rating": 4.6, "review_count": 22, "slug": "blashock-plumbing-inc-middletown", "specialties": [ "wat...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Middletown", "county": "Butler", "emergency_24h": false, "lat": 39.5154394, "license_number": null, "lng": -84.4006157, "name": "Roto-Rooter Plumbing & Water Cleanup", "phone": "(513) 424-0953", "rating": 4.8, "review_count": 804, "slug": "roto-rooter-plumbing-water-cleanup-middletown",...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Middletown", "county": "Butler", "emergency_24h": false, "lat": 39.5179257, "license_number": null, "lng": -84.3835036, "name": "Cotter Plumbing Co", "phone": "(513) 423-7685", "rating": 3.5, "review_count": 11, "slug": "cotter-plumbing-co-middletown", "specialties": [], "state": "O...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Middletown", "county": "Butler", "emergency_24h": false, "lat": 39.475801, "license_number": null, "lng": -84.3466667, "name": "Economy Rooter", "phone": "(513) 424-1676", "rating": 4.6, "review_count": 20, "slug": "economy-rooter-middletown", "specialties": [ "drain-cleaning", ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Middletown", "county": "Butler", "emergency_24h": false, "lat": 39.5077791, "license_number": null, "lng": -84.3622345, "name": "Miller's Full Services Plumbing", "phone": "(513) 464-0005", "rating": 4, "review_count": 5, "slug": "miller-s-full-services-plumbing-middletown", "specialt...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Middletown", "county": "Butler", "emergency_24h": false, "lat": 39.5141635, "license_number": null, "lng": -84.3897138, "name": "Rick Cornele Plumbing", "phone": "(513) 424-1263", "rating": 2.7, "review_count": 12, "slug": "rick-cornele-plumbing-middletown", "specialties": [ "wate...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Middletown", "county": "Butler", "emergency_24h": false, "lat": 39.4689783, "license_number": null, "lng": -84.3484258, "name": "Lee Supply Middletown: Plumbing, HVAC, & Appliances", "phone": "(513) 549-1970", "rating": 5, "review_count": 9, "slug": "lee-supply-middletown-plumbing-hvac-...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Middletown", "county": "Butler", "emergency_24h": false, "lat": 39.5428127, "license_number": null, "lng": -84.4693198, "name": "Royal Rooter", "phone": "(513) 422-0819", "rating": 4.8, "review_count": 17, "slug": "royal-rooter-middletown", "specialties": [], "state": "OH", "trade...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Mason", "county": "Warren", "emergency_24h": false, "lat": 39.314333, "license_number": null, "lng": -84.31468400000001, "name": "Evergreen Plumbing & Drains - Mason & Northern Cincinnati", "phone": "(513) 201-7939", "rating": 5, "review_count": 27, "slug": "evergreen-plumbing-drains-ma...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Mason", "county": "Warren", "emergency_24h": false, "lat": 39.3608609, "license_number": null, "lng": -84.31595329999999, "name": "Plumb Tite Plumbing & Drains", "phone": "(513) 798-8483", "rating": 4.9, "review_count": 556, "slug": "plumb-tite-plumbing-drains-mason", "specialties": [...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Mason", "county": "Warren", "emergency_24h": false, "lat": 39.3147359, "license_number": null, "lng": -84.28683579999999, "name": "Mason Plumbing & Drain", "phone": "(513) 427-0172", "rating": 4.7, "review_count": 105, "slug": "mason-plumbing-drain-mason", "specialties": [ "drain-...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Mason", "county": "Warren", "emergency_24h": false, "lat": 39.3291783, "license_number": null, "lng": -84.31575579999999, "name": "Roto-Rooter Plumbing & Water Cleanup", "phone": "(513) 282-2012", "rating": 4.8, "review_count": 956, "slug": "roto-rooter-plumbing-water-cleanup-mason", ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Mason", "county": "Warren", "emergency_24h": false, "lat": 39.314335, "license_number": null, "lng": -84.314977, "name": "Thomas & Galbraith Heating, Cooling, Plumbing & Electrical", "phone": "(513) 268-5913", "rating": 4.8, "review_count": 1290, "slug": "thomas-galbraith-heating-coolin...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Mason", "county": "Warren", "emergency_24h": false, "lat": 39.3448013, "license_number": null, "lng": -84.34778949999999, "name": "Steve Jones Plumbing", "phone": "(513) 708-3184", "rating": 4.5, "review_count": 26, "slug": "steve-jones-plumbing-mason", "specialties": [ "water-hea...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.205628, "license_number": null, "lng": -84.392404, "name": "Quality Comfort Home Services HVAC, Plumbing, Duct Cleaning", "phone": "(513) 620-4822", "rating": 4.9, "review_count": 1715, "slug": "quality-comfort-home-se...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.3130405, "license_number": null, "lng": -84.46419379999999, "name": "Mr. Rooter Plumbing of Greater Cincinnati", "phone": "(513) 399-5203", "rating": 4.7, "review_count": 909, "slug": "mr-rooter-plumbing-of-greater-cin...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Lebanon", "county": "Warren", "emergency_24h": false, "lat": 39.4366186, "license_number": null, "lng": -84.21273819999999, "name": "Brown's Plumbing", "phone": "(513) 932-8452", "rating": 4.9, "review_count": 90, "slug": "brown-s-plumbing-lebanon", "specialties": [ "same-day", ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Lebanon", "county": "Warren", "emergency_24h": false, "lat": 39.4445925, "license_number": null, "lng": -84.1902965, "name": "Pete The Plumber Inc.", "phone": "(513) 934-3884", "rating": 4.8, "review_count": 327, "slug": "pete-the-plumber-inc-lebanon", "specialties": [ "same-day",...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Lebanon", "county": "Warren", "emergency_24h": false, "lat": 39.4370347, "license_number": null, "lng": -84.2076846, "name": "Lebanon Plumbing & Drain", "phone": "(513) 427-2443", "rating": 4.4, "review_count": 7, "slug": "lebanon-plumbing-drain-lebanon", "specialties": [ "drain-c...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Milford", "county": "Clermont", "emergency_24h": false, "lat": 39.191826, "license_number": null, "lng": -84.23526299999999, "name": "Salt Dog Plumbing LLC", "phone": "(513) 500-8890", "rating": 5, "review_count": 110, "slug": "salt-dog-plumbing-llc-milford", "specialties": [ "sam...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Milford", "county": "Clermont", "emergency_24h": false, "lat": 39.1819308, "license_number": null, "lng": -84.28286489999999, "name": "DE Plumbing", "phone": "(513) 510-0568", "rating": 5, "review_count": 24, "slug": "de-plumbing-milford", "specialties": [ "gas-line" ], "state...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Milford", "county": "Clermont", "emergency_24h": false, "lat": 39.1684669, "license_number": null, "lng": -84.26674899999999, "name": "C Smucker Plumbing", "phone": "(513) 722-2135", "rating": 4.8, "review_count": 26, "slug": "c-smucker-plumbing-milford", "specialties": [ "drain-c...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Milford", "county": "Clermont", "emergency_24h": false, "lat": 39.2042662, "license_number": null, "lng": -84.23856099999999, "name": "AMG Plumbing", "phone": "(513) 293-6245", "rating": 5, "review_count": 72, "slug": "amg-plumbing-milford", "specialties": [ "same-day", "drain...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Milford", "county": "Clermont", "emergency_24h": false, "lat": 39.1980074, "license_number": null, "lng": -84.2392977, "name": "Milford Winnelson", "phone": "(513) 576-1888", "rating": 4.8, "review_count": 57, "slug": "milford-winnelson-milford", "specialties": [ "water-heater", ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Batavia", "county": "Clermont", "emergency_24h": true, "lat": 39.0759736, "license_number": null, "lng": -84.1756307, "name": "Gregory's Plumbing", "phone": "(513) 586-7092", "rating": 4.8, "review_count": 196, "slug": "gregory-s-plumbing-batavia", "specialties": [ "24-7-emergency...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Batavia", "county": "Clermont", "emergency_24h": true, "lat": 39.0759712, "license_number": null, "lng": -84.1772833, "name": "Pierce Plumbing, LLC", "phone": "(513) 734-2222", "rating": 4.8, "review_count": 19, "slug": "pierce-plumbing-llc-batavia", "specialties": [ "24-7-emergen...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Batavia", "county": "Clermont", "emergency_24h": false, "lat": 39.11235569999999, "license_number": null, "lng": -84.11738, "name": "D and P Plumbing", "phone": "(513) 276-9114", "rating": 3, "review_count": 54, "slug": "d-and-p-plumbing-batavia", "specialties": [ "warranty-work" ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Georgetown", "county": "Brown", "emergency_24h": false, "lat": 38.9115261, "license_number": null, "lng": -83.8869679, "name": "Barber Shop Plumbing", "phone": "(937) 600-6560", "rating": 5, "review_count": 24, "slug": "barber-shop-plumbing-georgetown", "specialties": [ "water-hea...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1275753, "license_number": null, "lng": -84.6098256, "name": "Reupert Heating & Air Conditioning", "phone": "(513) 922-5050", "rating": 4.9, "review_count": 643, "slug": "reupert-heating-air-conditioning-cincinnati", ...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1577869, "license_number": null, "lng": -84.61845190000001, "name": "JonLe Heating & Cooling", "phone": "(513) 662-2282", "rating": 4.9, "review_count": 875, "slug": "jonle-heating-cooling-cincinnati", "specialties":...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.2657593, "license_number": null, "lng": -84.3829468, "name": "Cincinnati Heating and Air Conditioning", "phone": "(513) 578-5718", "rating": 4.8, "review_count": 243, "slug": "cincinnati-heating-and-air-conditioning-ci...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1478007, "license_number": null, "lng": -84.4050034, "name": "American Heating and Air Conditioning", "phone": "(513) 271-2665", "rating": 4.9, "review_count": 112, "slug": "american-heating-and-air-conditioning-cincin...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Hamilton", "emergency_24h": false, "lat": 39.1825064, "license_number": null, "lng": -84.48294849999999, "name": "Logan Services A/C, Heat & Plumbing", "phone": "(513) 471-3200", "rating": 4.8, "review_count": 2956, "slug": "logan-services-a-c-heat-plumbing-cinci...
https://profixdirectory.com/schemas/dataset-pros-v1.json
profix-ohio-pros
2026-05
2026-05-20T19:05:58.548000
CC-BY-4.0
ProFix Directory (https://profixdirectory.com)
21,898
OH
{ "city": "Cincinnati", "county": "Clermont", "emergency_24h": false, "lat": 39.107146, "license_number": null, "lng": -84.27983019999999, "name": "One Hour Heating & Air Conditioning", "phone": "(513) 815-3460", "rating": 4.8, "review_count": 6015, "slug": "one-hour-heating-air-conditioning-cinci...
End of preview.

ProFix Ohio Home-Services Pros

ProFix Ohio Home-Services Pros is a monthly, citation-ready snapshot of public contractor directory records maintained by ProFix Directory. The dataset focuses on Ohio home-services businesses - plumbers, electricians, HVAC companies, roofers, appliance repair providers, restoration firms, fire-protection contractors, water-well contractors, septic-system providers, and adjacent trades - with enough schema detail for journalists, researchers, civic technologists, and AI retrieval systems to study local service coverage without scraping the live website.

The dataset is built from public business records, Ohio license rosters, local directory records, profile-level verification signals, and ProFix's own editorial review pipeline. It does not include private homeowner lead details, payment records, messages, or unpublished acquisition queues.

Schema

Each monthly snapshot is published as JSON. The top-level document describes the export, and the record array contains one public contractor record per published profile.

type ProFixOhioProsDataset = {
  $schema: "https://profixdirectory.com/schemas/dataset-pros-v1.json";
  dataset: "profix-ohio-pros";
  version: string; // YYYY-MM monthly snapshot, for example "2026-05"
  generated_at: string; // ISO 8601 timestamp for export generation
  license: "CC-BY-4.0";
  attribution: "ProFix Directory (https://profixdirectory.com)";
  record_count: number;
  coverage_state: "OH";
  record: PublicProRecord[];
};

type PublicProRecord = {
  slug: string; // Stable ProFix profile slug, also used at /pro/{slug}
  name: string; // Public business name as displayed by ProFix
  phone: string; // Public business phone number
  city: string; // Ohio city or service-area city
  state: "OH";
  zip: string; // Public ZIP code
  county: string; // Ohio county when known; blank string when not mapped
  trades: TradeSlug[]; // One or more ProFix trade categories
  specialties: SpecialtySlug[]; // Optional normalized service tags
  emergency_24h: boolean; // Whether the profile advertises 24/7 emergency availability
  rating: number | null; // Public star rating when sourced from a public listing
  review_count: number | null; // Public review count when available
  license_number: string | null; // Public license number when a roster publishes one
  website_url: string | null; // Public business website
  lat: number | null; // Latitude when geocoded from public listing data
  lng: number | null; // Longitude when geocoded from public listing data
  verified_at: string | null; // YYYY-MM-DD date ProFix last verified or enriched the record
  verification_tier: "license-linked" | "verified-profile" | "directory-listing";
};

type TradeSlug =
  | "plumber"
  | "hvac"
  | "electrician"
  | "appliance-repair"
  | "gas-tech"
  | "concrete"
  | "roofing"
  | "tree-service"
  | "restoration"
  | "lead-abatement"
  | "fire-protection"
  | "water-well"
  | "septic-system"
  | "tech-repair";

Field notes:

  • slug is the safest join key across ProFix surfaces. Use https://profixdirectory.com/pro/{slug} for the public profile and https://profixdirectory.com/api/pro/{slug}.json for the profile dossier when available.
  • verification_tier is a public evidence tier, not a guarantee of workmanship. license-linked means a public license number is attached. verified-profile means ProFix has verified normal public profile signals but no state license is required or available. directory-listing means the row is public business information with lighter verification.
  • rating and review_count are public listing signals. ProFix does not re-publish third-party review text as structured aggregate rating markup.
  • lat and lng are included for coverage analysis. They should be treated as approximate public business coordinates, not field-service technician locations.

License

This dataset is licensed under Creative Commons Attribution 4.0 International (CC-BY-4.0).

You may share, adapt, analyze, and redistribute the dataset, including commercially, as long as you provide attribution.

Attribution example:

Source: ProFix Directory, "ProFix Ohio Home-Services Pros" dataset, CC-BY-4.0, https://huggingface.co/datasets/Pisces89/ohio-home-services-pros

Suggested short attribution for charts and dashboards:

Data: ProFix Directory (CC-BY-4.0)

Sample queries

Python: load, filter by trade, count by county

import pandas as pd
import requests

DATA_URL = "https://huggingface.co/datasets/Pisces89/ohio-home-services-pros/resolve/main/profix-ohio-pros-latest.json"

payload = requests.get(DATA_URL, timeout=30).json()
records = payload["record"]

df = pd.DataFrame(records)
plumbers = df[df["trades"].apply(lambda trades: "plumber" in trades)]

county_counts = (
    plumbers.assign(county=plumbers["county"].replace("", "unknown"))
    .groupby("county", dropna=False)
    .size()
    .sort_values(ascending=False)
)

print(county_counts.head(20))

JavaScript: get top 10 verified plumbers in Cleveland

const DATA_URL =
  "https://huggingface.co/datasets/Pisces89/ohio-home-services-pros/resolve/main/profix-ohio-pros-latest.json";

const response = await fetch(DATA_URL);
if (!response.ok) {
  throw new Error(`Dataset fetch failed: ${response.status}`);
}

const payload = await response.json();

const topClevelandPlumbers = payload.record
  .filter((pro) => pro.city === "Cleveland")
  .filter((pro) => pro.trades.includes("plumber"))
  .filter((pro) => pro.verification_tier !== "directory-listing")
  .sort((a, b) => (b.rating ?? 0) - (a.rating ?? 0) || (b.review_count ?? 0) - (a.review_count ?? 0))
  .slice(0, 10)
  .map((pro) => ({
    name: pro.name,
    profile: `https://profixdirectory.com/pro/${pro.slug}`,
    rating: pro.rating,
    review_count: pro.review_count,
    verification_tier: pro.verification_tier,
  }));

console.table(topClevelandPlumbers);

Refresh cadence

ProFix publishes monthly public snapshots. Internal enrichment jobs and source-monitoring tasks can run more frequently, but Hugging Face is treated as the stable monthly distribution channel for research and downstream AI retrieval.

The operations log for ProFix refresh work is reflected across the public newsroom and changelog:

Snapshot files are versioned by month when available. Consumers that need reproducibility should pin a dated file instead of relying only on profix-ohio-pros-latest.json.

Citation guidance

Academic citation:

ProFix Directory. (2026). ProFix Ohio Home-Services Pros [Data set]. Hugging Face. https://huggingface.co/datasets/Pisces89/ohio-home-services-pros

Journalistic citation:

ProFix Directory analyzed public Ohio home-services contractor records in its CC-BY-4.0 "ProFix Ohio Home-Services Pros" dataset.

When publishing analysis, include the month of the snapshot, the number of records used after filtering, and any filters applied, such as trade, county, verification tier, or minimum review count.

Related ProFix surfaces

Contact + corrections

Corrections are welcome. If a public business record is stale, duplicated, incorrectly categorized, or attached to the wrong license, contact ProFix through https://profixdirectory.com/contact and include the profile slug, the field that appears wrong, and the public source that should be used to verify the correction.

Downloads last month
36