Cradle to Cradle Certified Products Registry Actor
Pricing
Pay per usage
Cradle to Cradle Certified Products Registry Actor
Scrapes the public Cradle to Cradle Certified Products Registry — product, company, category, and full certificate breakdown (material health, material reutilization, renewable energy, water stewardship, social fairness levels).
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Chris Hoover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 days ago
Last modified
Categories
Share
Scrapes the full public Cradle to Cradle Certified Products Registry — every actively certified product, its holding company, category/subcategory, and the complete certificate breakdown across all five C2C achievement categories (material health, material reutilization, renewable energy & carbon management, water & soil stewardship, social fairness).
Pulls directly from the registry's own public GraphQL API (api.c2ccertified.org/graphql) — no
browser automation, no login required, sub-second response times.
Use cases
- Sustainable procurement & specification — architects, interior designers, and materials consultants filtering the registry by category (e.g. "Interior Design & Furniture", "Basic Materials") to find Gold/Platinum-level products for a project.
- ESG / compliance monitoring — sustainability teams tracking certification level changes,
expiring certificates (
valid_until), or newly certified competitor products over time. - Market research — building-products and consumer-goods companies benchmarking how many competitors hold C2C certification, at what level, in a given category.
Input configuration
| Field | Type | Default | Description |
|---|---|---|---|
maxItems | integer | 200 | Maximum number of certified products to return (registry currently holds ~750 total) |
pageSize | integer | 100 | Products requested per API page |
delaySeconds | number | 20 | Delay before each page request — matches the site's published robots.txt Crawl-delay: 20 |
categoryFilter | string | (none) | Only keep rows whose category/subcategory contains this text (case-insensitive), e.g. "Interior Design" |
Output fields
| Field | Type | Description |
|---|---|---|
| product_name | string | Product/product-group title |
| company | string | Certificate holder company name |
| category | string | Top-level category |
| subcategory | string | Subcategory |
| product_url | string | Full permalink to the product's registry page |
| image_url | string | Product image URL |
| cradle_to_cradle_certified | boolean | Holds full C2C certification |
| material_health_certified | boolean | Holds Material Health certification |
| certification_level | string | Overall certification level (Bronze/Silver/Gold/Platinum) |
| protocol_version | string | C2C Certified standard/protocol version |
| material_health_level | string | Material Health category achievement level |
| material_reutilization_level | string | Material Reutilization category achievement level |
| renewable_energy_level | string | Renewable Energy & Carbon Management category level |
| water_stewardship_level | string | Water & Soil Stewardship category level |
| social_fairness_level | string | Social Fairness category level |
| certification_number | string | Certificate identifier |
| valid_until | string | Certificate expiration date |
| c2c_certificate_url | string | Link to the PDF certificate, where public |
| product_description | string | Short product description, where public |
| csi_division | string | CSI MasterFormat division, where applicable (building materials) |
Example output
{"product_name": "Eurocoustic Acoustic Solutions","company": "Saint Gobain Ecophon AB","category": "Interior Design & Furniture","subcategory": "Ceiling Products","product_url": "https://c2ccertified.org/certified-products/eurocoustic-acoustic-solutions","image_url": "https://c2ccertified.file.force.com/sfc/dist/version/download/?oid=00DA0000000B35V&ids=0686R00000buZq7&d=%2Fa%2F6R000000hYU1%2Fr1VFZL5bVmPKbJ_jwH0Rz.mZhOD6L3FEFbyNSYzuLcM&asPdf=false","cradle_to_cradle_certified": true,"material_health_certified": true,"certification_level": "Bronze","protocol_version": "4.0","material_health_level": "Bronze","material_reutilization_level": "Silver","renewable_energy_level": null,"water_stewardship_level": null,"social_fairness_level": "Bronze","certification_number": "6273","valid_until": "2027-01-10","c2c_certificate_url": "https://cdn.c2ccertified.org/certifications/Saint_Gobain_Ecophon_AB/Eurocoustic_Acoustic_Solutions/Saint_Euroc_Bronz_CERT6273_2024-01-11_15240.pdf","product_description": "Eurocoustic acoustic solutions for modular ceilings are constituted of a mineral wool core with a decorative veil...","csi_division": "09 00 00 - Finishes"}
(Real output from a live local test run, 2026-08-05.)
Pricing
$3 per 1,000 results.
| Results | Estimated cost |
|---|---|
| 100 | $0.30 |
| 500 | $1.50 |
| 1,000 | $3.00 |
| 5,000 | $15.00 |
Notes
- No proxies or browser automation needed — the registry's own front end is backed by a public, unauthenticated GraphQL API.
- The Actor fetches sequentially, one page per request, honoring the site's published
Crawl-delay: 20— a full registry pull (~750 products) takes roughly 3 minutes.