IAPMO R&T Product Listing Directory avatar

IAPMO R&T Product Listing Directory

Pricing

Pay per usage

Go to Apify Store
IAPMO R&T Product Listing Directory

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

Chris Hoover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

  1. Click Try for free (or Start) on the Actor page.
  2. In the Input tab, add one or more entries to searches — each is a searchCategory (listee, productDescription, standard, fileNumber, listedModel, or brandName), a query string, and an optional searchType (all, exact, or any; defaults to all).
  3. Optionally set maxItemsPerSearch and maxItems to cap how many records are pulled.
  4. Click Start and wait for the run to finish.
  5. Open the Dataset tab (or fetch it via the API) to view or download the results as JSON, CSV, or Excel.

Input

FieldTypeDescription
searchesarray (required)List of {searchCategory, query, searchType} objects to run
maxItemsPerSearchintegerMax records pulled per search entry (default 100)
maxItemsintegerOverall 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

FieldDescription
projectNumberIAPMO project/file number
clientNameListee/manufacturer name
productDescriptionProduct description text
standardDisplayValueApplicable certification standard(s)
clientWebsiteManufacturer's website, when listed
projectStatusCertification status (e.g. "Active")
certificateUrlLink to the full certificate record
fileCancelledWhether the listing has been cancelled
searchCategory / searchQueryThe search that produced this record
productFamilyTabProduct family grouping ("Lead Plumbing" for v1)
sourceResultCountTotal matching records reported by IAPMO for this search
scrapedAtTimestamp the record was scraped (ISO 8601)

Pricing

This Actor charges $6.00 per 1,000 results. Example costs:

ResultsCost
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 maxItemsPerSearch to 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.