Green Seal Certified Directory Actor
Pricing
Pay per usage
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
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
- 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.
- 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.
- Lead generation — sales teams targeting environmentally-certified businesses (green cleaning distributors, sustainable product manufacturers) with contact-ready company names and profile links.
Output fields
| Field | Type | Description |
|---|---|---|
companyName | string | Certified company/vendor name |
companyProfileUrl | string | Company's profile page on the Green Seal directory |
logoUrl | string | Company logo image URL (Green Seal's own CDN, time-limited signed URL) |
productName | string | Certified product/service name (null if the company has zero listed products) |
productUrl | string | Certified product's detail page URL (null if no products) |
categoryLabel | string | Product category/standard label, e.g. "Floor Care" (null if no products) |
breadcrumbTrail | string | Directory breadcrumb path, e.g. "Certified Directory Home > 3M" |
sourceUrl | string | The exact company profile page this row was scraped from |
crawlTimestamp | date | ISO 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
| Field | Default | Description |
|---|---|---|
startUrls | [{"url": "https://certified.greenseal.org/companies"}] | Directory index page to start crawling from |
maxCompanies | 50 | Max number of companies to crawl (bounds cost — each company needs its own page fetch) |
maxItems | 500 | Max product rows to push to the dataset |
delaySeconds | 1.0 | Polite delay before each fetch (0.5-10s) |
concurrency | 5 | How 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).
| Results | Cost |
|---|---|
| 100 | $0.40 |
| 500 | $2.00 |
| 1,000 | $4.00 |
| 5,000 | $20.00 |