NL UHNW Demand-Side Discovery Engine
Pricing
Pay per usage
NL UHNW Demand-Side Discovery Engine
Discovers Ultra High Net Worth individuals in the Netherlands through Quote 500, news signals, Wikipedia, and Exa API. Built for wealth management demand-side prospecting.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Saad Belcaid
Actor stats
0
Bookmarked
7
Total users
6
Monthly active users
10 days ago
Last modified
Categories
Share
Multi-source scraper that discovers Ultra High Net Worth individuals in the Netherlands for wealth management demand-side prospecting.
Quick Start (Apify Platform)
- Go to Apify Console
- Find NL UHNW Demand Scraper in your actors
- Click Start with default settings
- Download results as CSV/JSON/Excel from the Dataset tab
Quick Start (Local)
git clone <this-repo>cd nl-uhnw-demand-scrapernpm installnpm start
Results are saved to storage/datasets/default/.
Configuration
Edit input in the Apify console or in storage/key_value_stores/default/INPUT.json:
{"sources": ["seedList", "quote500", "wikipedia", "duckduckgoNews", "googleNews"],"maxResults": 200,"enrichProfiles": true,"maxEnrich": 50,"exaApiKey": null}
Sources
| Source | What it does | Needs proxies? |
|---|---|---|
seedList | 80 curated Dutch UHNW profiles with net worth, company, industry | No |
quote500 | Scrapes quotenet.nl for the Quote 500 rich list | Recommended |
wikipedia | Extracts wealthy Dutch individuals from NL Wikipedia | No |
duckduckgoNews | Searches DuckDuckGo for UHNW news signals | No |
googleNews | Searches Google News for liquidity events, exits, acquisitions | Yes (Apify) |
exa | Semantic AI search for UHNW individuals (needs API key) | No |
Output per profile
{"name": "Jitse Groen","netWorthEstimate": "€1.5B","company": "Thuisbezorgd/Just Eat Takeaway","role": null,"industry": "Tech","city": "Amsterdam","country": "Netherlands","sources": ["Curated Seed List", "Wikipedia"],"signals": ["quote500_listed", "tech_sector", "ipo"],"newsSnippets": [],"linkedinUrl": "https://linkedin.com/in/...","companyWebsite": "https://...","relevanceScore": 78}
Signals
Profiles are tagged with wealth signals:
quote500_listed— appeared on Quote 500liquidity_event— recently sold a companytech_sector— tech/fintech founderreal_estate— real estate wealthactive_investor— known investorfamily_office— has a family officeinherited_wealth— inherited wealthipo— took a company publicacquisition— involved in M&A
Enrichment
When enrichProfiles is enabled, the top N profiles get enriched via Google search:
- LinkedIn profile URL
- Company website
- City / location
- Role / title
- Additional wealth data
This works best on Apify with residential proxies.
Tips
- Start with
seedList+wikipedia+duckduckgoNewsfor a quick run - Add
quote500andgoogleNewson Apify with proxies for full coverage - Add custom search queries in
customNewsQueriesfor specific sectors - Use
exaApiKeyfor AI-powered semantic discovery
Built for Tjeerd by Saad.