VOOZH about

URL: https://apify.com/corent1robert/experts-du-patrimoine-scraper

โ‡ฑ Experts du Patrimoine Scraper โ€” Wealth Management Directory ยท Apify


๐Ÿ‘ Experts Du Patrimoine Scraper avatar

Experts Du Patrimoine Scraper

Under maintenance

Pricing

from $1,990.00 / 1,000 results

Go to Apify Store

Experts Du Patrimoine Scraper

Under maintenance

Scrape the ~387 published wealth management expert profiles from experts-du-patrimoine.fr. Three modes: (1) all โ€” fetch all profiles via the WordPress sitemap, (2) crawl โ€” auto-discover from category/service pages, (3) urls โ€” enrich a specific list of profile URLs.

Pricing

from $1,990.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Corentin Robert

Corentin Robert

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

2 months ago

Last modified

Share

Scrape wealth management expert profiles from experts-du-patrimoine.fr โ€” the French directory of patrimony management professionals (CGP, CIF, Family Office, Courtier, Immobilier, etc.).

Built with CheerioCrawler (no browser, no Puppeteer). Fast, lightweight, and cloud-ready on Apify.


Features

  • Two scraping modes: direct URL list or full category/service crawl with automatic pagination
  • Extracts contacts (email, phone, website, social links), identity data (SIREN, ORIAS, AMF), expertise areas, products, and more
  • Phone numbers normalized to E.164 format (+33โ€ฆ)
  • Email-to-website fallback for profiles without an explicit website link
  • Deduplication via Crawlee's built-in request queue
  • Configurable concurrency and delay to respect server load

Modes

all (default โ€” recommended)

Fetches the WordPress Yoast sitemap (/fiche-societe-sitemap.xml) which contains the complete and up-to-date list of every published expert profile URL. No pagination, no listing pages โ€” direct access to all ~387 profiles at once.

{
"mode":"all"
}

This is the most reliable approach: the sitemap (fiche-societe-sitemap.xml) is updated daily by WordPress/Yoast and lists every expert that has a published profile page. Under the hood it simply reads:

https://www.experts-du-patrimoine.fr/fiche-societe-sitemap.xml
โ†’ <loc>https://.../societes/expert-1/</loc>
โ†’ <loc>https://.../societes/expert-2/</loc>
โ†’ ... (~387 profile URLs)

Then scrapes each profile directly, in parallel.

You will get ~387 complete expert profiles, each with name, email, phone, website, address, SIREN, ORIAS, categories, expertise areas, and more.

crawl

Provide one or more category or service listing page URLs. Useful to target a specific segment (e.g. only CIF advisors, or only family offices).

{
"mode":"crawl",
"categoryUrls":[
"https://www.experts-du-patrimoine.fr/categorie/family-office-et-mfo/",
"https://www.experts-du-patrimoine.fr/les-services/optimisation-fiscale/",
"https://www.experts-du-patrimoine.fr/categorie/cif/"
]
}

Supported listing URL patterns:

  • /categorie/{slug}/ โ€” by professional category
  • /les-services/{slug}/ โ€” by client need / service type

Each category may overlap with others (the same expert can appear under multiple categories). Crawlee's built-in deduplication ensures each profile is scraped only once regardless of the starting URLs.

urls

Provide specific expert profile URLs to scrape directly (no discovery).

{
"mode":"urls",
"startUrls":[
"https://www.experts-du-patrimoine.fr/societes/osl-conseil/",
"https://www.experts-du-patrimoine.fr/societes/edouard-7-gestion-privee/"
]
}

Both /societes/{slug}/ and /expert/{slug}/ URL patterns are accepted.


Input parameters

ParameterTypeDefaultDescription
modestringallall, crawl, or urls
startUrlsarray[][mode=urls] Expert profile URLs
categoryUrlsarray3 defaults[mode=crawl] Listing page URLs
maxRequestsPerCrawlinteger0Max pages to request total (0 = unlimited)
maxConcurrencyinteger5Parallel requests (1โ€“10)
delayBetweenRequestsinteger1Seconds between detail page requests

Output fields

Each dataset item represents one expert profile:

FieldTypeDescription
urlstringProfile URL
namestring | nullExpert / company name
slugstring | nullURL slug
emailstring | nullEmail address (when publicly listed)
phonestring | nullPhone number
phoneE164string | nullPhone in E.164 format (+33โ€ฆ)
websitestring | nullWebsite URL (or inferred from email domain)
socialLinksobject | null{ linkedin, twitter, youtube, โ€ฆ }
addressstring | nullStreet address
citystring | nullCity
zipcodestring | nullPostal code
countrystring | nullCountry
addressFullstring | nullFull formatted address
sirenstring | nullSIREN number
oriasNumberstring | nullORIAS registration number
amfApprovalstring | nullAMF approval number (e.g. GP-11000041)
descriptionstring | nullProfile presentation text
categoriesstring[]Business categories (CGP, CIF, Family officeโ€ฆ)
registrationCategoriesstring[]ORIAS registration codes (COA, COBSP, CIFโ€ฆ)
staffSizestring | nullNumber of staff (e.g. "2 ร  10 collaborateurs")
experiencestring | nullYears of experience range
assetsUnderManagementstring | nullAUM range (e.g. "Plus de 500 millions")
clientTypesstring[]Target client types
remunerationstring | nullRemuneration type (e.g. Honoraires)
expertiseAreasstring[]Service expertise areas
productsstring[]Financial products offered
regionsstring[]Geographic regions served
ratingnumber | nullAverage rating (0โ€“5)

Example output

{
"url":"https://www.experts-du-patrimoine.fr/societes/osl-conseil/",
"name":"OSL CONSEIL",
"slug":"osl-conseil",
"email":"contact@oslconseil.fr",
"phone":null,
"phoneE164":null,
"website":"https://oslconseil.fr/",
"socialLinks":{"linkedin":"https://www.linkedin.com/company/osl-conseil"},
"address":"13 boulevard Richemond",
"city":"Caen",
"zipcode":null,
"country":null,
"addressFull":"13 boulevard Richemond, Caen",
"siren":"814116828",
"oriasNumber":"15006611",
"amfApproval":null,
"description":"OSL Conseil vous accompagne dans la gestion, le dรฉveloppementโ€ฆ",
"categories":["CIF"],
"registrationCategories":["CIF","COA","COBSP"],
"staffSize":"0 ร  1 collaborateurs",
"experience":"5 ร  10 ans",
"assetsUnderManagement":"Entre 10 et 50 millions",
"clientTypes":["Dirigeants","Pro. libรฉrales","Retraitรฉs","Salariรฉs"],
"remuneration":"Honoraires",
"expertiseAreas":["Optimisation fiscale","Transmission du patrimoine"],
"products":["Plan d'ร‰pargne Retraite","Retraite"],
"regions":[],
"rating":0
}

Local testing

  1. Install dependencies: npm install
  2. Edit input.json with your test parameters
  3. Run locally: apify run
  4. Results are stored in storage/datasets/default/
npminstall
apify run

Note: Local results are stored only on your filesystem in storage/. To see results in the Apify Console, deploy with apify push and run from the platform.


Deployment

apify login
apify push

Notes

  • Email availability: Not all profiles expose a public email address. Profiles without a mailto: link will have email: null.
  • Director name: Not available in the public HTML of profile pages.
  • Rate limiting: Default settings (concurrency 5, delay 1s) are conservative. Increase maxConcurrency and set delayBetweenRequests: 0 for faster runs on large datasets.
  • Deduplication: The same expert may appear under multiple categories. Crawlee's request queue deduplicates URLs automatically, so each profile is scraped only once.

You might also like

Experts.com Expert Witness Directory Scraper

jungle_synthesizer/experts-com-expert-witness-directory-scraper

Scrape expert witness profiles from Experts.com โ€” the largest open expert witness directory. Extracts contact info, specialty, credentials, biography, and litigation support services for thousands of expert witnesses across all legal specialties.

๐Ÿ‘ User avatar

BowTiedRaccoon

2

Webflow Experts Scraper

piotrv1001/webflow-experts-scraper

The Webflow Experts Scraper extracts agency and freelancer listings from the Webflow Experts directory, capturing names, locations, partner tiers, availability, websites, hourly rates, services, industries, languages, and portfolios โ€” ideal for B2B lead generation and market research.

Clay Experts Scraper

louisdeconinck/clay-experts-scraper

Efficiently scrape Clay.com expert profiles, providing you with a comprehensive database of expert services, pricing, and areas of expertise. Ideal for market research, competitor analysis, and finding the perfect expert match, it automates data collection, saving you time and effort.

๐Ÿ‘ User avatar

Louis Deconinck

11

5.0

Sitemap Scraper

pvillalva/sitemap-scraper

The Sitemap Scraper extracts and outputs all URLs from a given sitemap.

๐Ÿ‘ User avatar

Percival Villalva

271

WordPress Integration

new-world-scripts/wordpress-integration

Manage WordPress content from Apify. Pull WordPress posts and pages, upload draft or published posts from JSON input, and delete WordPress posts by ID using the WordPress REST API.

๐Ÿ‘ User avatar

New World Scripts

1

5.0

Sitemap URL Extractor - List All URLs in a Sitemap

dltik/sitemap-url-extractor

Extract every URL from any XML sitemap, with lastmod, changefreq and priority. Resolves sitemap indexes recursively. Pass a sitemap.xml or just a site root to auto-discover its sitemaps. Pure HTTP, no browser โ€” fast and cheap.

Sitemap URL Extractor

onescales/sitemap-url-extractor

Provide a website link to a sitemap.xml and the app will extract and list all URLs in the sitemap as well as additional data in the sitemap (i.e. https://onescales.com/sitemap.xml).

582

5.0