LF immo Consultants · Full profiles infos (emails, phones) avatar

LF immo Consultants · Full profiles infos (emails, phones)

Pricing

from $9.99 / 1,000 results

Go to Apify Store
LF immo Consultants · Full profiles infos (emails, phones)

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

Corentin Robert

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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

FieldDescription
agentIdNumeric id from the profile URL
slugURL path segment after the id
displayNameAdvisor name
jobTitleRole / 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.
emailProfessional email when the page exposes a direct mailto: (not the share-your-link helper).
phoneFrench display number from the site tooltip when present (e.g. 06 61 65 66 17)
phoneE164Same number in E.164 from the tel: link (e.g. +33661656617)
profileUrlCanonical lfimmo.fr profile page
photoUrlPhoto 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)

  1. Create a new run for this Actor.
  2. Choose Full directory or URLs — profile pages only.
  3. If using URLs mode, paste one profile URL per line.
  4. Start the run and open the Dataset when it finishes. Use Run log in the key-value store for live progress.

Input

FieldDefaultDescription
modelistlist = entire directory; urls = only startUrls
startUrls[]Profile URLs (URLs mode only)
maxResults0Cap rows (0 = unlimited)
concurrency55Parallel dataset writes
listConcurrency40Parallel fetches in URLs mode
fetchTimeout45000Per-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 install
echo '{"mode":"list","maxResults":15}' > input.json
apify 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.