NZ Sports Club Directory Discovery avatar

NZ Sports Club Directory Discovery

Pricing

from $1.50 / 1,000 sports club rows

Go to Apify Store
NZ Sports Club Directory Discovery

NZ Sports Club Directory Discovery

Discovers New Zealand sports clubs from public association and regional directories and emits club/contact/category rows for sponsorship and lead-gen workflows.

Pricing

from $1.50 / 1,000 sports club rows

Rating

0.0

(0)

Developer

Tony Le

Tony Le

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Discovers New Zealand sports club directory rows from public association and directory pages. It crawls supplied or default sports sources one level deep, extracts club links/cards, classifies sport and region from evidence text, deduplicates normalized URLs, and emits sponsorship or outreach lead rows.

Inputs

  • sourceUrls: Sports association or directory pages to crawl.
  • sports: Optional sport hints used for source selection and sport classification.
  • useDefaultSources: Use built-in Sporty and Sport NZ sources when no explicit source or known sport is supplied.
  • maxItems: Maximum club rows to emit.

Explicit sourceUrls are used as-is and do not silently mix in default sources.

Default discovery sources

Output fields

  • recordType: Always sportsClub.
  • sourceUrl: Normalized club listing or website URL.
  • clubName: Club name inferred from link text.
  • sport: Sport inferred from configured hints and evidence text.
  • region: Region inferred from evidence or source hostname.
  • websiteUrl: Club URL.
  • confidence: Evidence score from 0 to 1.
  • evidenceText: Link text and nearby page context used for classification.
  • capturedAt: ISO timestamp for the run.

Example input

{
"sourceUrls": ["https://www.sporty.co.nz/"],
"sports": ["football", "rugby", "netball"],
"maxItems": 100
}

Example output

{
"recordType": "sportsClub",
"sourceUrl": "https://example.org.nz/wellington-rugby",
"clubName": "Wellington Rugby Club",
"sport": "rugby",
"region": "Wellington",
"websiteUrl": "https://example.org.nz/wellington-rugby",
"confidence": 0.85,
"evidenceText": "Wellington rugby club association page with official site and contact. Wellington Rugby Club official site",
"capturedAt": "2026-07-08T00:00:00.000Z"
}

Limitations

This actor uses static HTML link extraction and evidence scoring. It does not log into member portals, scrape private contact databases, or enrich clubs beyond public page evidence.

Local validation

npm test
npx --yes apify-cli validate-schema

Do not publish without explicit approval.