# L'Etudiant Schools Directory Scraper — Écoles, Formations (`cyrilfaia/letudiant-fr-scraper`) Actor

Extrait l'annuaire de l'enseignement supérieur de L'Étudiant : établissements par type, ville, département ou région, avec statut public/privé, note et avis, adresse géolocalisée ; en option téléphone, site web, présentation et liste des formations par niveau.

- **URL**: https://apify.com/cyrilfaia/letudiant-fr-scraper.md
- **Developed by:** [Cyril Faia](https://apify.com/cyrilfaia) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $10.00 / 1,000 schools

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

An Actor is a serverless cloud program that runs on the Apify platform. It has two run modes.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.

Apify vocabulary and the platform model are defined once, in the agent quickstart at https://apify.com/agents.md.

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For examples already wired to this Actor's own input schema, see the [API](#api) section below.

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).

# README

## L'Etudiant Schools Directory Scraper — Écoles, Formations

The French higher-education landscape as structured data, from **L'Étudiant**'s directory (the reference guide for students in France): business schools, engineering schools, universities, art and design schools, IT and digital schools, health and social schools, apprenticeship centres (CFA), prep classes and more. Filter by **type**, **city**, **département** or **region**; keep only **public** or **private** establishments. Each row carries the **name, status, city, postcode, address and GPS position, student rating and review count**, plus, in detail mode, **phone, website, presentation, the list of programmes by level (Bac+2 to Bac+5) and social links**.

### Who uses it

- **EdTech, student-housing and student-services companies**: build or refresh a national database of schools with coordinates.
- **Schools and education groups**: competitive mapping by city and programme level.
- **B2B sales and marketing**: prospect lists of private schools with websites and phone numbers.
- **Public bodies, consultancies and journalists**: density of establishments and programmes per territory.
- **AI agents**: "engineering schools in Provence-Alpes-Côte d'Azur with a Bac+5 in cybersecurity".

### Output example

Listing mode:

```json
{
  "url": "https://www.letudiant.fr/etudes/annuaire-enseignement-superieur/etablissement/2i-tech-academy-campus-de-lyon.html",
  "name": "2i Academy - Campus de Lyon",
  "type": "École du numérique",
  "status": "private",
  "city": "Lyon",
  "postcode": "69007",
  "address": "Immeuble Le Seven, 69 avenue Tony Garnier",
  "latitude": 45.7268348,
  "longitude": 4.8353941,
  "rating": 4.2,
  "reviewCount": 31,
  "image": "https://storage.letudiant.fr/edu/schoolCenter/…",
  "source": "https://www.letudiant.fr/etudes/annuaire-enseignement-superieur/etablissement/ville-lyon.html",
  "scrapedAt": "2026-09-17T15:02:08.361Z"
}
```

Detail mode (`fetchDetails: true`) adds:

```json
{
  "department": "Bouches-du-Rhône",
  "phone": "0442951865",
  "website": "https://www.esupcom.com",
  "presentation": [{ "question": "Présentation de Esupcom Aix", "answer": "…" }],
  "formationsCount": 4,
  "levels": ["Bac+5", "Bac+3"],
  "formations": [{ "level": "Bac+5", "name": "Mastère communication et stratégie digitale", "url": "https://www.letudiant.fr/etudes/annuaire-enseignement-superieur/formation/…" }],
  "socials": ["https://www.facebook.com/Esupcom", "https://www.linkedin.com/school/esupcom"]
}
```

### Input

| Field | Type | Description |
|---|---|---|
| `types` | string\[] | Directory type slugs: `ecole-de-commerce`, `ecole-dingenieurs`, `ecole-dart`, `ecole-du-numerique`, `ecole-dinformatique`, `ecole-de-journalisme`, `ecole-du-secteur-sante-social-paramedical`, `cfa-centre-de-formation-d-apprentis`, `centre-de-formation-professionnelle`, `autre-ecole-specialisee`, … |
| `cities` | string\[] | City names (`Lyon`, `Marseille`, `Paris`). |
| `departments` | string\[] | Département names (`bouches-du-rhone`, `gironde`). |
| `regions` | string\[] | Region names (`ile-de-france`, `provence-alpes-cote-d-azur`). |
| `status` | `all` / `public` / `private` | |
| `maxItems` | integer | Default 300, 0 = unlimited. |
| `maxPagesPerSource` | integer | Default 20. |
| `fetchDetails` | boolean | Default false. |

With no filter, the Actor walks the whole national directory.

Examples:

```json
{ "types": ["ecole-dingenieurs"], "regions": ["provence-alpes-cote-d-azur"], "fetchDetails": true }
```

```json
{ "cities": ["Lyon", "Grenoble"], "status": "private", "maxItems": 500 }
```

### Pricing

Pay per event: one **school** event per establishment row, one **school detail** event per enriched page, plus a small **Actor start** fee. No proxy overhead.

### Notes

- Contact data is the establishments' public institutional data (switchboard phone, official website). No personal data is collected.
- Ratings are L'Étudiant's authenticated student reviews as displayed on the directory.
- Directory content belongs to L'Étudiant; use the output for research, mapping and prospecting in compliance with the site's terms.

# Actor input Schema

## `types` (type: `array`):

Ex. « ecole-de-commerce », « ecole-dingenieurs », « ecole-dart », « ecole-du-numerique », « cfa-centre-de-formation-d-apprentis », « universite », « lycee » (slugs de l'annuaire, un par ligne).

## `cities` (type: `array`):

Ex. « Lyon », « Marseille », « Paris ».

## `departments` (type: `array`):

Nom du département (ex. « bouches-du-rhone », « gironde »).

## `regions` (type: `array`):

Ex. « ile-de-france », « auvergne-rhone-alpes ».

## `status` (type: `string`):

Tous, public ou privé.

## `maxItems` (type: `integer`):

0 = illimité.

## `maxPagesPerSource` (type: `integer`):

20 à 100 établissements par page selon la liste.

## `fetchDetails` (type: `boolean`):

Adresse complète, téléphone, site web, note et avis, présentation, liste des formations par niveau, réseaux sociaux. Une requête par établissement, facturée par fiche.

## `proxyConfiguration` (type: `object`):

Proxy Apify (datacenter suffit).

## Actor input object example

```json
{
  "types": [
    "ecole-de-commerce"
  ],
  "cities": [],
  "departments": [],
  "regions": [],
  "status": "all",
  "maxItems": 300,
  "maxPagesPerSource": 20,
  "fetchDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `schools` (type: `string`):

One item per establishment.

## `schoolsCsv` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "types": [
        "ecole-de-commerce"
    ],
    "cities": [],
    "departments": [],
    "regions": [],
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("cyrilfaia/letudiant-fr-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "types": ["ecole-de-commerce"],
    "cities": [],
    "departments": [],
    "regions": [],
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("cyrilfaia/letudiant-fr-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "types": [
    "ecole-de-commerce"
  ],
  "cities": [],
  "departments": [],
  "regions": [],
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call cyrilfaia/letudiant-fr-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,cyrilfaia/letudiant-fr-scraper"
        }
    }
}
```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/jKjQI0oeNB4dSmQtQ/builds/DeAM8M8zj8K4fO5Ok/openapi.json
