IAPMO R&T Product Listing Directory
Pricing
Pay per usage
IAPMO R&T Product Listing Directory
Scrapes IAPMO R&T's public MyPLC product certification directory — plumbing, mechanical, and water-system product listings with certificate, manufacturer, and standard metadata.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Chris Hoover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
What does IAPMO R&T Product Listing Directory do?
IAPMO R&T Product Listing Directory extracts product certification records from IAPMO R&T's public MyPLC directory — the certification database IAPMO maintains for plumbing, mechanical, and water-system products across the US, Canada, and Mexico. Give it one or more searches (by listee/manufacturer name, product description, standard, file number, brand name, or listed model) and it returns structured JSON records: project/file number, manufacturer, product description, applicable standard, certification status, and a direct link to the certificate. Run it on-demand from the Apify Console or API, or schedule it to re-check certification status on a recurring basis — no proxy or browser required, since the target exposes a clean public JSON API under the hood.
Why use IAPMO R&T Product Listing Directory?
- Compliance verification — confirm a plumbing/mechanical product actually holds an active IAPMO R&T certification before specifying, purchasing, or listing it.
- Competitive/market research — pull every certified product for a given manufacturer or product category in one structured export.
- Procurement and specification — feed certification status and standard references directly into a BOM, spec sheet, or vendor-qualification workflow.
- Monitoring — schedule recurring runs to catch newly-cancelled listings or newly-added certifications for manufacturers you track.
How to use IAPMO R&T Product Listing Directory
- Click Try for free (or Start) on the Actor page.
- In the Input tab, add one or more entries to
searches— each is asearchCategory(listee,productDescription,standard,fileNumber,listedModel, orbrandName), aquerystring, and an optionalsearchType(all,exact, orany; defaults toall). - Optionally set
maxItemsPerSearchandmaxItemsto cap how many records are pulled. - Click Start and wait for the run to finish.
- Open the Dataset tab (or fetch it via the API) to view or download the results as JSON, CSV, or Excel.
Input
| Field | Type | Description |
|---|---|---|
searches | array (required) | List of {searchCategory, query, searchType} objects to run |
maxItemsPerSearch | integer | Max records pulled per search entry (default 100) |
maxItems | integer | Overall cap across all searches combined (default 500) |
Example input:
{"searches": [{ "searchCategory": "listee", "query": "Kohler", "searchType": "all" },{ "searchCategory": "productDescription", "query": "water heater", "searchType": "all" }],"maxItemsPerSearch": 100,"maxItems": 500}
Output
Each dataset item is one certification record. You can download the dataset in various formats
such as JSON, HTML, CSV, or Excel. Real example from a live test run (searchCategory: "listee",
query: "Kohler"):
{"projectNumber": "10084","clientName": "KOHLER COMPANY","productDescription": "EPA WaterSense High Efficiency Flushometer-Valve Water Closets/Water Closet Flushometer Valves","standardDisplayValue": "EPA WaterSense Specification for Flushometer-Valve Water Closets Version 1.0 Dated 12/17/2015","clientWebsite": "http://www.kohler.com/","projectStatus": "Active","certificateUrl": "http://myplc.iapmo.org/certificate#/15531","fileCancelled": false,"searchCategory": "listee","searchQuery": "Kohler","productFamilyTab": "Lead Plumbing","sourceResultCount": 140,"scrapedAt": "2026-07-13T00:18:27.676326+00:00"}
Data fields
| Field | Description |
|---|---|
projectNumber | IAPMO project/file number |
clientName | Listee/manufacturer name |
productDescription | Product description text |
standardDisplayValue | Applicable certification standard(s) |
clientWebsite | Manufacturer's website, when listed |
projectStatus | Certification status (e.g. "Active") |
certificateUrl | Link to the full certificate record |
fileCancelled | Whether the listing has been cancelled |
searchCategory / searchQuery | The search that produced this record |
productFamilyTab | Product family grouping ("Lead Plumbing" for v1) |
sourceResultCount | Total matching records reported by IAPMO for this search |
scrapedAt | Timestamp the record was scraped (ISO 8601) |
Pricing
This Actor charges $6.00 per 1,000 results. Example costs:
| Results | Cost |
|---|---|
| 100 | $0.60 |
| 500 | $3.00 |
| 1,000 | $6.00 |
| 5,000 | $30.00 |
Tips
- Searching by
listee(manufacturer name) is the fastest and most reliable way to pull a company's full certification portfolio. standard-category searches against very common terms can be slow on IAPMO's end — the Actor handles this gracefully (skips a timed-out page rather than failing the run), but expect longer run times for broad standard searches.- Use
maxItemsPerSearchto keep individual broad searches (e.g. a common brand name) from consuming your whole run budget.
FAQ, disclaimers, and support
This Actor only reads publicly-accessible product/company/certificate metadata from IAPMO R&T's public directory — it does not access any account-gated MyPLC data and requires no login. Data accuracy and availability depend on IAPMO R&T's own systems being up to date. If you run into an issue or need a custom variant (e.g. covering the Solar or LADWP listing areas), open an issue on the Actor's Issues tab.