LF immo Consultants · Full profiles infos (emails, phones)
Pricing
from $9.99 / 1,000 results
LF immo Consultants · Full profiles infos (emails, phones)
Export LF immo negotiators from the public advisor finder: names, roles, profile links, photos. Full France catalog or paste profile URLs. CRM-ready JSON. Custom work: corentin@outreacher.fr
Pricing
from $9.99 / 1,000 results
Rating
0.0
(0)
Developer
Corentin Robert
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
LF immo agents
Export public LF immo real estate advisors from the official directory (lfimmo.fr/agents): names, role lines, profile URLs, and photos. Use the full France catalog or paste specific profile URLs when you already know which pages you need.
What you get
| Field | Description |
|---|---|
agentId | Numeric id from the profile URL |
slug | URL path segment after the id |
displayName | Advisor name |
jobTitle | Role / area on listings: job line (card-subtitle) and city line (card-text), e.g. Agent commercial en immobilier · Strasbourg, 67200. On profile URLs mode: main lead paragraph. |
email | Professional email when the page exposes a direct mailto: (not the share-your-link helper). |
phone | French display number from the site tooltip when present (e.g. 06 61 65 66 17) |
phoneE164 | Same number in E.164 from the tel: link (e.g. +33661656617) |
profileUrl | Canonical lfimmo.fr profile page |
photoUrl | Photo URL when shown on the listing or profile |
Important
- Data comes from public pages. Respect LF immo terms of use and applicable law (GDPR, marketing rules) when storing or contacting people.
- Phone numbers are personal data: only collect and use them for lawful purposes (e.g. B2B prospecting where permitted).
- The directory uses paginated HTML (
rel="next"). Full runs may take several minutes.
Quick start (Apify Console)
- Create a new run for this Actor.
- Choose Full directory or URLs — profile pages only.
- If using URLs mode, paste one profile URL per line.
- Start the run and open the Dataset when it finishes. Use Run log in the key-value store for live progress.
Input
| Field | Default | Description |
|---|---|---|
mode | list | list = entire directory; urls = only startUrls |
startUrls | [] | Profile URLs (URLs mode only) |
maxResults | 0 | Cap rows (0 = unlimited) |
concurrency | 55 | Parallel dataset writes |
listConcurrency | 40 | Parallel fetches in URLs mode |
fetchTimeout | 45000 | Per-request timeout (ms) |
Example (API / JSON):
{"mode": "list","maxResults": 0}
Output
- Dataset: one JSON object per advisor.
- RUN_LOG: text log with progress (key-value store).
Local development
npm installecho '{"mode":"list","maxResults":15}' > input.jsonapify run
Results are written under storage/datasets/default/. With a non-empty dataset, the Actor also writes output.csv (semicolon-separated, UTF-8 BOM) next to input.json.
Support
Contact corentin@outreacher.fr if you need a custom scraper or integration.
Internals
- HTTP + Cheerio only (no browser): listing pages and profile HTML are parsed server-side.
- Apify Proxy is enabled by default on the cloud when available.