Industry Association Directory Scraper avatar

Industry Association Directory Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Industry Association Directory Scraper

Industry Association Directory Scraper

Scrapes member directories from industry associations and chambers of commerce. Automatically detects GrowthZone/ChamberMaster directories or uses generic CSS/XPath selectors, extracting business names, contact details, addresses, websites, and profile URLs.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Scrapes member directories of industry associations and chambers of commerce. It auto-detects GrowthZone/ChamberMaster directories (the <site>/list/ pattern with /list/searchalpha/<letter> pages and /list/member/<slug> profiles) and extracts members letter by letter; for any other directory it falls back to a generic mode driven by optional CSS/XPath selectors with automatic phone/email/address heuristics.

Input

FieldDefaultDescription
directory_urlhttps://members.oaklandchamber.com/listDirectory listing URL
modeautoauto, growthzone, or generic
selectors{}Generic mode: {item, name, link, phone, email, address, website, next_page} — CSS or XPath
fetch_profilesfalseGrowthZone: fetch each member profile for website/phone/contact/categories
max_pages5A-Z letter pages (growthzone, 26 = all) or pagination depth (generic)
limit100Max member records

Output

{
"name": "Bay Area Bin Support",
"phone": "8889202467",
"email": null,
"address": "754 Whitney Street, San Leandro, CA, 94577",
"city": "San Leandro",
"website": "http://www.bayareabinsupport.com",
"profile_url": "https://members.oaklandchamber.com/list/member/bay-area-bin-support-50095",
"source_page": "https://members.oaklandchamber.com/list/searchalpha/b"
}

With fetch_profiles on, GrowthZone records may add contact_name, contact_title and categories.