eXp France Consultants · Full profiles infos (emails, phones) avatar

eXp France Consultants · Full profiles infos (emails, phones)

Pricing

from $7.49 / 1,000 results

Go to Apify Store
eXp France Consultants · Full profiles infos (emails, phones)

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

Corentin Robert

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

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

FieldDescription
sourceIdAdvisor id in the upstream directory
externalKeySecondary public key when present
firstName / lastNameName
email / phoneProfessional contact fields
statuse.g. Active
city / postalCodeLocation
jobTitleRole label when present
licenceNumber / rsacLabelCompliance fields when present
profileUrlPublic page on expfrance.fr (when a link is present in the source)
photoUrlPhoto URL
recordIdStable 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)

  1. Start the run (Active advisors from the public directory).
  2. Open the Dataset for JSON or Excel export; open Run log in the key-value store to follow progress live.

Input

FieldDefaultDescription
maxResults0Cap rows (0 = full directory)
concurrency55Parallelism when writing rows to the dataset
fetchTimeout60000Max wait per request (milliseconds)
{
"maxResults": 0
}

How it works

  1. Loads the France advisor list from the public directory (same origin as the official site).
  2. Paginates until the full list is retrieved (or until maxResults is reached).
  3. Normalizes each row and pushes it to your Apify dataset.
  4. 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 install
echo '{"maxResults":40}' > input.json
apify 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.

ActorWhat you get
French Real Estate Agents · Multi-networkSeveral French brands in one CRM table
Optimhome AdvisorsOptimhome — names, phones, emails, RSAC
IAD France AdvisorsIAD mandataires — names, phones, emails
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
Espaces AtypiquesAgency teams — emails, phones
Les PorteclésNames 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.