GrowthZone & ChamberMaster Scraper — Chamber Member Leads avatar

GrowthZone & ChamberMaster Scraper — Chamber Member Leads

Pricing

from $4.00 / 1,000 per record returneds

Go to Apify Store
GrowthZone & ChamberMaster Scraper — Chamber Member Leads

GrowthZone & ChamberMaster Scraper — Chamber Member Leads

Scrape any GrowthZone / ChamberMaster member directory into a lead list — company, website, full address, member type & categories — from chambers of commerce and trade associations. No login or API key. Monitor newly-joined members with Slack/email/webhook alerts. $4 per 1,000 members.

Pricing

from $4.00 / 1,000 per record returneds

Rating

0.0

(0)

Developer

Scrapers Delight

Scrapers Delight

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

🏛️ GrowthZone Directory Scraper — Association & Chamber Member Lists

Scrape the public member directory of any association or chamber of commerce that runs on GrowthZone / ChamberMaster — the platform behind thousands of trade-association and chamber directories. Pull each member's company name, website, full address, member type, and business categories into one clean dataset. Then run it on a schedule to monitor newly-joined members and get a Slack / email / webhook ping when a new business appears.

One actor, thousands of directories — just point it at a GrowthZone directory URL (or pick a preset). No login, no browser automation; every field comes from the site's server-rendered, alphabetically-indexed listing pages.


What does it do?

GrowthZone (and its chamber-focused product ChamberMaster) powers the online "member directory" on a huge number of *.growthzoneapp.com sites. Those directories are indexed A–Z at /FindStartsWith?term=A…Z, and this actor sweeps that index and returns clean, structured business listings you can export to JSON, CSV, Excel, or push to your app via API.

  • 🏢 Company name + member type (e.g. "General Contractor", "Restaurant", "Insurance").
  • 🌐 Website — the member's own site (great for enrichment/outreach research).
  • 📍 Full address — street, city, state, ZIP (parsed from the listing's schema.org microdata).
  • 🏷️ Business categories — every category/CSI code the member is listed under.
  • 🔗 Listing URL — the member's detail page on the directory.
  • 🔔 New-member monitor — schedule it and get alerts when a new business joins.

Scope: this actor collects public business listings (company, website, address, categories). It does not scrape the per-member contact person or email — those are loaded by JavaScript on the detail page and are intentionally left out.


What data does it extract?

For every member:

  • 🆔 member_id, 🏢 name, 🏷️ membership_type
  • 🌐 website
  • 📍 street, city, state, zip, plus a combined address
  • 🗂️ categories[]
  • 🔗 detail_url, 🌐 directory_host
  • is_new (monitor mode), 🕒 scraped_at

Who is it for?

  • 📇 Sales & GTM teams building a clean, current list of contractors / businesses in a vertical or region.
  • 🧭 Market researchers mapping who belongs to which association or chamber.
  • 🤝 B2B service providers (insurance, software, supplies) targeting an industry's membership.
  • 📊 Analysts tracking how a directory's membership changes over time.

Two ways to use it

  1. Bulk scrape — point it at a directory URL (or a preset), sweep A–Z, and pull the whole membership into one dataset.
  2. New-member monitor (the recurring play) — set monitorMode: true, attach an Apify Schedule, and the actor outputs/alerts only newly-listed members — catch new businesses the day they join.

How to use it (step by step)

  1. Click Try for free.
  2. Pick a Preset, or paste a Directory URL — open any chamber/association's online member directory and copy the part before /FindStartsWith (e.g. https://YOURCHAMBER.growthzoneapp.com/member-directory).
  3. (Optional) set Category contains (e.g. concrete) or Letters to sample.
  4. Click Start, then open the Dataset tab to view/export.
  5. (Optional) set monitorMode + a Schedule + an alert channel to get pinged on new members.

Quick start (preset)

{ "preset": "abc-georgia" }

Quick start (any directory)

{ "directoryUrl": "https://YOURCHAMBER.growthzoneapp.com/member-directory", "categoryContains": "restaurant" }

New-member monitor example

{
"preset": "tempe-chamber",
"monitorMode": true,
"alertOnNewMember": true,
"slackWebhookUrl": "https://hooks.slack.com/services/…"
}

How do I find a directory URL?

On a chamber/association website, open Member Directory (or "Find a Member" / "Find a Contractor"). If the address bar shows a *.growthzoneapp.com host, copy everything up to (but not including) /FindStartsWith — that's your directoryUrl. Examples of the path segment: /member-directory, /memberdirectory, /directory.


Input

FieldWhat it does
directoryUrlbase URL of any GrowthZone directory (before /FindStartsWith)
presetpick a verified directory instead of pasting a URL
letterswhich A–Z index pages to crawl (default: full sweep)
categoryContainsclient-side filter by business category text
maxRecordshard cap per run (0 = unlimited)
sortBydefault · name · city
monitorMode, alertOnNewMemberrecurring new-member watcher + alerts
webhookUrl, slackWebhookUrl, emailRecipientsalert channels
proxyConfigurationproxy settings

Output

Each member is one dataset record (fields above). Export to JSON, CSV, Excel, HTML, or RSS, or fetch via the Apify API.


How much does it cost?

Pay-per-event — you pay for what you pull, no subscription. Suggested rates:

EventWhat it coversSuggested price
lot-scrapedeach member returned~$0.003 / member
monitor-run-completedeach scheduled watch run~$0.05 / run
new-lot-detectedeach newly-listed member~$0.02 / member
alert-deliveredeach Slack/email/webhook push~$0.005 / alert

(Final per-event prices are set on the actor's pricing page.)


This actor reads public business listings — company name, website, business address, and categories that organizations publish specifically so the public can find them. It does not collect personal contact people or emails. Scraping publicly available business data is generally legal, but you are responsible for your use: review the directory's Terms of Service before commercial use, and comply with applicable marketing/anti-spam laws (e.g. CAN-SPAM, CASL, GDPR) when contacting any business.


FAQ

What is GrowthZone / ChamberMaster? GrowthZone is association-management software; ChamberMaster is its chamber-of-commerce edition. Both power public member directories on *.growthzoneapp.com.

Will it work on my chamber's directory? If the directory is hosted on growthzoneapp.com and indexed at /FindStartsWith, yes — paste its directoryUrl. The parser uses the platform's standard markup, so it's portable across directories.

Does it get phone numbers and emails? No. The actor returns public business listings (name, website, address, categories). Per-member contact people/emails are JS-rendered on detail pages and are intentionally excluded.

Can I monitor new members? Yes. Turn on monitorMode, attach an Apify Schedule, and add a Slack/webhook/email channel — each run alerts only members new since the last run.


Feedback

Want a preset added for your chamber/association, or per-member detail enrichment? Open an issue on the actor.