eXp France Consultants · Full profiles infos (emails, phones)
Pricing
from $7.49 / 1,000 results
eXp France Consultants · Full profiles infos (emails, phones)
Deprecated. Use https://apify.com/corent1robert/fr-realty-agents-hub with network=exp_france. Same public directory, one shared CRM schema. This standalone listing is no longer maintained.
Pricing
from $7.49 / 1,000 results
Rating
0.0
(0)
Developer
Corentin Robert
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
eXp France — advisor directory export
Who it’s for: sales teams, recruiters, and data analysts who need a complete, export-ready list of eXp France advisors with professional contact details and links to public profiles on expfrance.fr.
What you get: one row per advisor — name, email, phone, city, licence fields when present, profile URL and photo URL when the source includes them. No browser — runs read the same public directory visitors see on expfrance.fr/findanagent.
Trust: data reflects what the published directory exposes; use contacts responsibly (see Important below).
What you get
| Field | Description |
|---|---|
sourceId | Advisor id in the upstream directory |
externalKey | Secondary public key when present |
firstName / lastName | Name |
email / phone | Professional contact fields |
status | e.g. Active |
city / postalCode | Location |
jobTitle | Role label when present |
licenceNumber / rsacLabel | Compliance fields when present |
profileUrl | Public page on expfrance.fr (when a link is present in the source) |
photoUrl | Photo URL |
recordId | Stable UUID in the directory |
Important
- Contact fields are professional data from the public directory. Use them in line with eXp France terms, GDPR, and French marketing rules.
- The Actor reads the public advisor directory on expfrance.fr. If the site changes how that page is published, this Actor may need an update.
Quick start (Apify Console)
- Start the run (Active advisors from the public directory).
- Open the Dataset for JSON or Excel export; open Run log in the key-value store to follow progress live.
Input
| Field | Default | Description |
|---|---|---|
maxResults | 0 | Cap rows (0 = full directory) |
concurrency | 55 | Parallelism when writing rows to the dataset |
fetchTimeout | 60000 | Max wait per request (milliseconds) |
{"maxResults": 0}
How it works
- Loads the France advisor list from the public directory (same origin as the official site).
- Paginates until the full list is retrieved (or until
maxResultsis reached). - Normalizes each row and pushes it to your Apify dataset.
- Writes a text RUN_LOG so you can monitor long runs.
Output
- Dataset: one JSON object per advisor.
- RUN_LOG: live text log in the default key-value store.
Sample record
{"sourceId": "1002","externalKey": "103133","firstName": "Rudy","lastName": "PLONGEUR","email": "rudy.plongeur@expfrance.fr","phone": "0764013297","status": "Active","city": "Marseille 8ème","postalCode": "13008","jobTitle": "Commercial","licenceNumber": "909527657","rsacLabel": "909527657 Marseille","profileUrl": "https://www.expfrance.fr/fr-rudy-plongeur-103133","photoUrl": "https://img.netty.immo/company54396zsr/assets/nego/1002_l.jpg","countryCode": "FR","recordId": "0a3a9c9a-8292-41d5-bec5-06d6c110cf7c"}
Local development
npm installecho '{"maxResults":40}' > input.jsonapify run
After a successful local run, output.csv is written next to input.json (semicolon-separated, UTF-8 BOM for Excel).
Also available — French real estate advisors
Need several French networks in one CRM file? French Real Estate Agents · Multi-network.
| Actor | What you get |
|---|---|
| French Real Estate Agents · Multi-network | Several French brands in one CRM table |
| Optimhome Advisors | Optimhome — names, phones, emails, RSAC |
| IAD France Advisors | IAD mandataires — names, phones, emails |
| Keller Williams France | KW advisors — emails, phones |
| SAFTI | SAFTI advisors — emails, phones |
| Sextant France | Sextant — emails, phones, GPS |
| Efficity Consultants | Efficity — emails, phones |
| megAgence | megAgence — phones and GPS |
| BSK Immobilier | BSK — emails, phones |
| Espaces Atypiques | Agency teams — emails, phones |
| Les Porteclés | Names and GPS |
Browse all: apify.com/corent1robert
Support
Contact corentin@outreacher.fr if you need a custom scraper or tailored automation.
Internals
- HTTP requests to
https://www.expfrance.fr/findanagent(paginated). Advisors are parsed from the page payload (JSON-LD + directory cards). - Apify Proxy is enabled by default in the cloud when available.