megAgence Consultants · Full profiles infos (emails, phones)
Pricing
from $9.99 / 1,000 results
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
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
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
| Field | Description |
|---|---|
consultantId | Consultant id used on megagence.com |
firstName / lastName | Name |
city / postCode | Location |
phone | Phone as shown on the directory |
mainArea | Primary coverage label |
lat / lng | Coordinates when provided |
badges | Program badges (e.g. senior, excellence) |
profileUrl | Public votre-consultant page |
photoUrl | Thumbnail 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)
- Open the Actor. Leave Name filter empty for the full list, or type part of a name to narrow.
- Start the run.
- Open the Dataset for JSON or Excel; open Run log in the key-value store for live progress.
Input
| Field | Default | Description |
|---|---|---|
searchQuery | "" | Empty = full list; otherwise partial name (same idea as the website search) |
maxResults | 0 | Cap rows (0 = all rows returned) |
concurrency | 55 | How many rows are written to the dataset at once |
fetchTimeout | 60000 | Max wait for the directory response (milliseconds) |
{"searchQuery": ""}
How it works
- Calls the public megAgence consultant search (same origin as the website finder).
- Normalizes each consultant into one dataset row (names, phone, location, geo, badges, links).
- Saves every row to your Apify dataset.
- 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 installecho '{"searchQuery":"","maxResults":30}' > input.jsonapify 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.