IAD France Advisors · Phones & Emails by Region avatar

IAD France Advisors · Phones & Emails by Region

Pricing

from $1.39 / 1,000 iad advisors

Go to Apify Store
IAD France Advisors · Phones & Emails by Region

IAD France Advisors · Phones & Emails by Region

Get IAD France advisors as a CRM table by region or postcode. Names, phones, emails, cities, listings — one row per advisor. No login, no API key.

Pricing

from $1.39 / 1,000 iad advisors

Rating

0.0

(0)

Developer

Corentin Robert

Corentin Robert

Maintained by Community

Actor stats

2

Bookmarked

15

Total users

1

Monthly active users

3 days ago

Last modified

Share

IAD France Advisors

Start the Actor → get IAD France property advisors as a CRM table. Pick a region (or a postcode). One export-ready row per person — name, phone, email, city, listings.

No login. No API key. No IAD account.

Who is this for?

You are…Typical goalSuggested setup
B2B supplier (proptech, insurance, mortgage)Prospect IAD advisors in one territoryRegion = Île-de-France, Basic, 25-row preview
Outbound / SDRPersonalised sequences with a LinkedIn URLPremium (needs an autom.dev key)
Sales / CRM opsEnrich a département fileRegion + postcode 69 or 75, Outreach / CRM view
Market research / data agencyNational snapshot or monthly newcomersAll France, 100 rows — or Only new since last run
Agency / lead genPhones and emails for a campaignPhones in Rhône (69)

What you get by default: name, decoded phone, directory email, city, postal code, region, listings, reviews, profile URL.

When to use Premium: you need a LinkedIn URL per advisor for sequencing. Basic already includes phone and email.

Quick start

  1. Open this Actor in the Apify Console. Leave Data included on Basic and Region on All France.
  2. Keep How many advisors at 25 for a first look.
  3. Click Start — rows appear in the Dataset tab as they complete.
  4. For a territory: set Region (e.g. Île-de-France) or type a postcode (75, 69001, 33, 44). Set 0 for every match.

Ready-made examples

You want…Task
CRM preview in Île-de-France (25)Export IAD advisors in Île-de-France for CRM
Phones and emails in Rhône (69)Get IAD France advisor phones and emails
National snapshot (100)IAD France advisor directory snapshot
Monthly newcomers (All France)IAD France monthly new advisors only

What it extracts

FieldDescription
fullName, firstName, lastNameAdvisor name
phonePhone when published on the card
emailDirectory email (firstname.lastname@iadfrance.fr)
city, postalCode, regionLocation
urlPublic profile URL
propertyCount, reviewsCount, reviewsRatingAverageActivity
rsac, rsacPlaceRSAC when published
directory_changenew on monthly-delta runs (empty otherwise)
linkedin_url, linkedin_scorePremium only

Typical fill rates

SignalIndicative rate
Directory email (pattern)~100% of saved rows
Phone when published on the cardHigh on active advisors
LinkedIn URL (Premium)Depends on a public Google match

The email is the directory pattern, not a verified personal inbox. Treat it as a starting point for outreach.

How much does it cost to scrape IAD France advisors?

Pay-per-event. You pay for saved rows, not for profiles skipped by a region or postcode filter.

EventPrice
IAD Advisor (Basic)$1.99 / 1,000
IAD Advisor + LinkedIn (Premium)$7.00 / 1,000
ScenarioApprox. cost
25 advisors — Basic (Try)~$0.05
1,000 advisors — Basic~$1.99
Full directory ~16,000 — Basic~$32
50 advisors — Premium~$0.35 (+ autom.dev)

HTTP-only (no browser). Platform compute is included in the row price for typical runs.

Is scraping IAD France free?

Apify Free plan: 20 advisors per run. Paid plans follow the table above.

This Actor only reads the public IAD France directory. Names, locations, listing counts and RSAC numbers are published for public consultation. As with any file containing personal data, ensure your use complies with GDPR and applicable regulations.

Input

ParameterTypeDefaultDescription
tierstringbasicbasic or premium. Premium needs AUTOM_DEV_API_KEY.
regionstringallall or an IAD region key (ile-de-france, pays-de-la-loire, …).
postalCodesstringOptional. 75, 69001, or 33, 44. Department digits match as a prefix.
maxResultsinteger25How many matching rows. 0 = every match. Free plan: 20 / run.
onlyNewSinceLastRunstringnoyes = first run saves a baseline (0 billed rows); later runs export new slugs only. Same region + postcodes = same baseline.

API-only (not shown in Console): maxConcurrency (default 50), verboseLogs (default false), resetDelta (true clears the monthly baseline), proxyConfiguration (cloud defaults to Apify datacenter proxy).

Try (All France, 25):

{
"tier": "basic",
"region": "all",
"maxResults": 25
}

Île-de-France:

{
"tier": "basic",
"region": "ile-de-france",
"maxResults": 25
}

Rhône (69):

{
"tier": "basic",
"region": "auvergne-rhone-alpes",
"postalCodes": "69",
"maxResults": 50
}

Full directory, Basic:

{ "tier": "basic", "region": "all", "maxResults": 0 }

Monthly newcomers (after a first dump):

{
"tier": "basic",
"region": "all",
"maxResults": 0,
"onlyNewSinceLastRun": "yes"
}

Output example

{
"fullName": "Pauline Jugan",
"firstName": "Pauline",
"lastName": "Jugan",
"email": "pauline.jugan@iadfrance.fr",
"phone": "+33619455413",
"city": "Nantes",
"postalCode": "44000",
"region": "Pays de la Loire",
"url": "https://www.iadfrance.fr/conseiller-immobilier/pauline.jugan",
"propertyCount": 14,
"reviewsCount": 37,
"directory_change": "",
"extractedAt": "2026-08-20T12:00:00.000Z"
}

Download in JSON, CSV, Excel, or HTML from the Dataset tab.

How it works

  1. Reads the public IAD France advisor directory.
  2. Opens each profile until How many matching rows are saved (region and postcode applied before billing).
  3. Writes one CRM row as soon as the advisor matches — you see the Dataset fill during the run.
  4. Premium only: looks up a LinkedIn URL when a public match is found.

Timeout & resurrection

A full-directory run (~16,000 rows) uses the default 2 hour timeout. If a run stops early, open Runs → Actions → Resurrect. Already saved advisors are not billed again.

Monthly delta

Turn Only new since last run to Yes on a schedule:

  1. First run with your region / postcodes: 0 billed rows — today’s slugs are stored as a baseline.
  2. Later runs: only new advisors are saved (directory_change: new).
  3. Same filters = same baseline. API-only resetDelta: true starts over.

The first nationwide baseline walks the full directory (compute only — no row charge).

Limitations

  • Directory email is a pattern (slug@iadfrance.fr), not a confirmed mailbox.
  • Premium requires an autom.dev API key. Without it, the run stops with a clear error.
  • Region and postcode need a profile read — skipped profiles are not billed.

Local development

npm install
npm run build
apify run --input-file=./.actor/INPUT.json

For Premium locally:

$AUTOM_DEV_API_KEY=your_key apify run

Local storage/ is not synced to Apify Console.

Support

Contact corentin@outreacher.fr for custom integrations.

Ready? Leave Region on All France, How many on 25, and click Start.

Also available — French real estate advisors

Need several networks in one file? French Real Estate Agents · Multi-network.

ActorWhat you get
Optimhome AdvisorsOptimhome — names, phones, emails, RSAC
Keller Williams FranceKW advisors — emails, phones
SAFTISAFTI advisors — emails, phones
Sextant FranceSextant — emails, phones, GPS
Efficity ConsultantsEfficity — emails, phones
megAgencemegAgence — phones and GPS
BSK ImmobilierBSK — emails, phones
Les PorteclésNames and GPS

Browse all: apify.com/corent1robert