Cradle to Cradle Certified Products Registry Actor avatar

Cradle to Cradle Certified Products Registry Actor

Pricing

Pay per usage

Go to Apify Store
Cradle to Cradle Certified Products Registry Actor

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

Chris Hoover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

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

  1. 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.
  2. ESG / compliance monitoring — sustainability teams tracking certification level changes, expiring certificates (valid_until), or newly certified competitor products over time.
  3. Market research — building-products and consumer-goods companies benchmarking how many competitors hold C2C certification, at what level, in a given category.

Input configuration

FieldTypeDefaultDescription
maxItemsinteger200Maximum number of certified products to return (registry currently holds ~750 total)
pageSizeinteger100Products requested per API page
delaySecondsnumber20Delay before each page request — matches the site's published robots.txt Crawl-delay: 20
categoryFilterstring(none)Only keep rows whose category/subcategory contains this text (case-insensitive), e.g. "Interior Design"

Output fields

FieldTypeDescription
product_namestringProduct/product-group title
companystringCertificate holder company name
categorystringTop-level category
subcategorystringSubcategory
product_urlstringFull permalink to the product's registry page
image_urlstringProduct image URL
cradle_to_cradle_certifiedbooleanHolds full C2C certification
material_health_certifiedbooleanHolds Material Health certification
certification_levelstringOverall certification level (Bronze/Silver/Gold/Platinum)
protocol_versionstringC2C Certified standard/protocol version
material_health_levelstringMaterial Health category achievement level
material_reutilization_levelstringMaterial Reutilization category achievement level
renewable_energy_levelstringRenewable Energy & Carbon Management category level
water_stewardship_levelstringWater & Soil Stewardship category level
social_fairness_levelstringSocial Fairness category level
certification_numberstringCertificate identifier
valid_untilstringCertificate expiration date
c2c_certificate_urlstringLink to the PDF certificate, where public
product_descriptionstringShort product description, where public
csi_divisionstringCSI 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.

ResultsEstimated 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.