Security Industry Association Member Directory Actor avatar

Security Industry Association Member Directory Actor

Pricing

Pay per usage

Go to Apify Store
Security Industry Association Member Directory Actor

Security Industry Association Member Directory Actor

Scrapes public SIA company directory records into structured company lead data.

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 public company records from the SIA member directory into a structured dataset.

What it does

  • Collects public company names, addresses, websites, and profile URLs from the browse pages.
  • Follows public company detail pages to enrich each record with member-since date, company type, description, segments, markets, and logo URL.
  • Avoids login pages, cart/account paths, and personal-contact enrichment.

Use cases

  1. Build a security-industry lead list for sales, partnerships, or market research.
  2. Track member-company metadata changes over time.
  3. Export SIA company metadata into a clean dataset for downstream analysis.

Input

  • startUrls: SIA browse, browse-by, or company detail URLs
  • maxItems: maximum company records to emit
  • maxPages: maximum browse pages to follow from any listing page
  • delaySeconds: polite pause between requests

Output fields

FieldDescription
company_namePublic company name
profile_urlCanonical SIA company profile URL
source_urlExact detail page URL fetched for the record
discovered_from_urlBrowse page or direct input URL where the record was found
addressFull public postal address
cityPublic city or locality
statePublic state, province, or region
zip_postal_codePublic ZIP or postal code
countryPublic country
websitePublic company website
company_typePublic SIA company type
member_since_datePublic member-since date
public_company_descriptionPublic company description
industry_segmentsPublic industry segment tags
markets_servedPublic markets served tags
logo_urlPublic image URL when available
crawl_timestampISO timestamp when the record was scraped

Example output

{
"company_name": "2 Tech Ltd.",
"profile_url": "https://mysia.securityindustry.org/Directories/CompanyListing.aspx?ID=8iOxmpBsLtM%3d",
"source_url": "https://mysia.securityindustry.org/Directories/CompanyListing.aspx?ID=8iOxmpBsLtM%3d",
"discovered_from_url": "https://mysia.securityindustry.org/Directories/BrowseBy.aspx?By=oNcujP4vSA0%3d&Type=PV0QjJM7mko%3d",
"address": "72 Church St Hamilton, HM11 Bermuda",
"city": "Hamilton",
"state": null,
"zip_postal_code": "HM11",
"country": "Bermuda",
"website": "https://www.2techbda.com",
"company_type": "Integrator",
"member_since_date": "2019-03-13",
"public_company_description": "Bermuda’s all-encompassing systems integration company, 2 Tech Limited is the island’s leading provider of low voltage electronic security & fire alarm, audio/video and cabling systems for both commercial and residential environments.",
"industry_segments": [
"Access Control",
"Alarms & Intrusion",
"Integrated Systems",
"Life Safety",
"Video Solutions"
],
"markets_served": [
"Commercial",
"Corporate",
"Financial Institution",
"Port/Maritime",
"Residential",
"Retail/Loss Prevention",
"State & Local Government"
],
"logo_url": "https://mysia.securityindustry.org/Images/Photo/897_15133_18f7b5cc-2986-49b2-b200-3b8029ffb620.jpg?303656648",
"crawl_timestamp": "2026-07-09T07:30:56.616606+00:00"
}

Pricing

$8.99 per 1,000 results

Example costs:

  • 100 results = $0.90
  • 500 results = $4.50
  • 1,000 results = $8.99
  • 5,000 results = $44.95

Notes

  • Public HTML only, no login required.
  • Uses a 1 second polite pause between requests by default.
  • Works with browse pages and direct company detail URLs.