megAgence Consultants · Full profiles infos (emails, phones) avatar

megAgence Consultants · Full profiles infos (emails, phones)

Pricing

from $9.99 / 1,000 results

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

megAgence Consultants · Full profiles infos (emails, phones)

For teams needing the megAgence France directory: names, phones, cities, geo, badges, profile links. Export full list or filter by name—JSON for CRM. Email not published on megagence.com. 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

megAgence — independent consultant directory (France)

Who it’s for: teams that need an export-ready list of megAgence independent consultants with phone numbers, cities, coverage areas, map coordinates, badges, and links to public profile pages on megagence.com.

What you get: one row per consultant from the same public directory visitors use on the website. Professional email is not included — megagence.com does not show consultant emails in its public finder or on profile pages; you get phone and profile URLs for outreach workflows that respect that design.

Trust: data reflects the published directory; use it in line with megAgence terms and applicable law.


What you get

FieldDescription
consultantIdConsultant id used on megagence.com
firstName / lastNameName
city / postCodeLocation
phonePhone as shown on the directory
mainAreaPrimary coverage label
lat / lngCoordinates when provided
badgesProgram badges (e.g. senior, excellence)
profileUrlPublic votre-consultant page
photoUrlThumbnail photo URL

Important

  • No professional email field. The public search and profile pages do not expose consultant email addresses; this Actor cannot add them. Phone and profile URL are the primary contact paths from public data.
  • Results come from the same public data the on-site search uses. Comply with megAgence terms and privacy / marketing rules.
  • Empty name filter = full list the directory returns for a blank search. Partial name = same narrowing as typing in the website search box.

Quick start (Apify Console)

  1. Open the Actor. Leave Name filter empty for the full list, or type part of a name to narrow.
  2. Start the run.
  3. Open the Dataset for JSON or Excel; open Run log in the key-value store for live progress.

Input

FieldDefaultDescription
searchQuery""Empty = full list; otherwise partial name (same idea as the website search)
maxResults0Cap rows (0 = all rows returned)
concurrency55How many rows are written to the dataset at once
fetchTimeout60000Max wait for the directory response (milliseconds)
{
"searchQuery": ""
}

How it works

  1. Calls the public megAgence consultant search (same origin as the website finder).
  2. Normalizes each consultant into one dataset row (names, phone, location, geo, badges, links).
  3. Saves every row to your Apify dataset.
  4. Writes a RUN_LOG text file so you can follow long runs.

Output

  • Dataset: one JSON object per consultant.
  • RUN_LOG: live text log in the default key-value store.

Sample record

{
"consultantId": "579",
"lastName": "ABITBOL-MORRONI",
"firstName": "Patricia",
"postCode": "94170",
"city": "LE PERREUX SUR MARNE",
"phone": "06 40 07 16 16",
"mainArea": "Le Perreux-sur-Marne (94170)",
"lat": 48.8435,
"lng": 2.50418,
"badges": ["major-consultant", "senior-consultant", "expert-consultant", "club-excellence"],
"profileUrl": "https://www.megagence.com/votre-consultant/patricia-abitbol-morroni/579",
"photoUrl": "https://www.megagence.com/photos_agences/petit/nego_72001553.jpg"
}

Local development

npm install
echo '{"searchQuery":"","maxResults":30}' > input.json
apify run

After a successful run, output.csv is written next to input.json (semicolon-separated, UTF-8 BOM for Excel).

Support

Contact corentin@outreacher.fr if you need a custom scraper or tailored automation.

Internals

  • HTTP request to the public JSON search URL (Accept: application/json). No headless browser.
  • Apify Proxy is enabled by default in the cloud when available.