Green Seal Certified Directory Actor avatar

Green Seal Certified Directory Actor

Pricing

Pay per usage

Go to Apify Store
Green Seal Certified Directory Actor

Green Seal Certified Directory Actor

Scrapes Green Seal's public certified-company directory and every certified product/service listed under each company into structured records.

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

a day ago

Last modified

Share

Scrapes Green Seal's public certified-company directory (certified.greenseal.org/companies) — every certified company, its profile/logo, and every certified product or service listed under that company, with category labels — into a structured, filterable export.

Use cases

  1. Sustainable procurement research — building green-cleaning, janitorial, or facilities vendor shortlists sourced directly from Green Seal's own certified-company list, instead of manually clicking through hundreds of company profile pages.
  2. Competitive/market intelligence — tracking which manufacturers hold Green Seal certification for a given product category (e.g. "Floor Care", "General Purpose Cleaners") and which SKUs they've certified.
  3. Lead generation — sales teams targeting environmentally-certified businesses (green cleaning distributors, sustainable product manufacturers) with contact-ready company names and profile links.

Output fields

FieldTypeDescription
companyNamestringCertified company/vendor name
companyProfileUrlstringCompany's profile page on the Green Seal directory
logoUrlstringCompany logo image URL (Green Seal's own CDN, time-limited signed URL)
productNamestringCertified product/service name (null if the company has zero listed products)
productUrlstringCertified product's detail page URL (null if no products)
categoryLabelstringProduct category/standard label, e.g. "Floor Care" (null if no products)
breadcrumbTrailstringDirectory breadcrumb path, e.g. "Certified Directory Home > 3M"
sourceUrlstringThe exact company profile page this row was scraped from
crawlTimestampdateISO timestamp the record was scraped

One row per certified product. A company with no listed products still gets one row with the product fields set to null, so every company in the requested range is represented.

Example output

{
"companyName": "3M",
"companyProfileUrl": "https://certified.greenseal.org/company/3m",
"logoUrl": "https://greenseal.s3.amazonaws.com/greenseal/mini_site/CompanyLogos/ba/96/ba967309-96d2-47bf-8550-d0e2e8c73bf7/l/ba967309-96d2-47bf-8550-d0e2e8c73bf7.jpg?...",
"productName": "3M 3-in-1 Floor Cleaner Concentrate 24A, 3M Flow Control System",
"productUrl": "https://certified.greenseal.org/product/3m-3-in-1-floor-cleaner-concentrate-24a-3m-flow-control-system-3m",
"categoryLabel": "Floor Care",
"breadcrumbTrail": "Certified Directory Home > 3M",
"sourceUrl": "https://certified.greenseal.org/company/3m",
"crawlTimestamp": "2026-08-02T08:22:22.012875+00:00"
}

Input configuration

FieldDefaultDescription
startUrls[{"url": "https://certified.greenseal.org/companies"}]Directory index page to start crawling from
maxCompanies50Max number of companies to crawl (bounds cost — each company needs its own page fetch)
maxItems500Max product rows to push to the dataset
delaySeconds1.0Polite delay before each fetch (0.5-10s)
concurrency5How many company pages to fetch at once

The directory has roughly 360 companies total; run with a higher maxCompanies for a fuller export, or leave it at the default for a quick sample/test run.

Pricing

$4 per 1,000 results (product rows).

ResultsCost
100$0.40
500$2.00
1,000$4.00
5,000$20.00