# France Parcoursup Programs – Access Rates, Places, Profiles (`bstandco/france-parcoursup-programs`) Actor

All 14,000 French higher-education programs on Parcoursup (latest session): places, applications, access rate, last rank called and profile of admitted students (bac type, honours, scholarships). Filter by field, area and selectivity.

- **URL**: https://apify.com/bstandco/france-parcoursup-programs.md
- **Developed by:** [BSTAndCo](https://apify.com/bstandco) (community)
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $1.40 / 1,000 programs

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.
Since this Actor supports Apify Store discounts, the price gets lower the higher subscription plan you have.

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

## France Parcoursup Programs – Access Rates, Places, Profiles

Get **every higher-education program on Parcoursup** (the French national admission platform) from the **official Ministry of Higher Education data** for the latest session: about **14,000 programs** (BTS, BUT, licences, CPGE, engineering and business schools, nursing schools…).

For each program: **places, number of applications, offers made, access rate, last rank called**, and the **profile of admitted students** (general, technological or vocational bac, honours, scholarship holders, women, same academy), plus the institution, city, GPS and the link to the official Parcoursup page.

### Who is it for?

- **Guidance counsellors, tutoring and coaching businesses**: compare programs and show students their real chances.
- **EdTech and student apps**: import official admission statistics for every program.
- **Schools and universities**: benchmark your programs against competitors in your region.
- **Journalists and researchers**: rank programs by selectivity or demand.

### What data do you get?

| Field | Example |
|---|---|
| `id`, `session`, `program`, `programType`, `degree`, `details` | 10, 2025, Polytech Dijon - Formation d'ingénieur… |
| `institution`, `uai`, `sector` | institution, official code, public or private |
| `city`, `department`, `region`, `academy`, `latitude`, `longitude` | location |
| `selective`, `places`, `applications`, `offersMade`, `admitted` | demand and supply |
| `accessRatePct` | share of applicants who received an offer |
| `lastRankCalled` | rank of the last applicant called, per group |
| `admittedProfile` | bac type, honours (AB, B, TB), scholarship, women, same academy (%) |
| `admittedWhenPct` | share admitted at phase start, by bac results, by phase end |
| `parcoursupUrl` | official Parcoursup page of the program |

### How to use

IT programs in Lyon:

```json
{
  "keywords": ["informatique"],
  "cities": ["Lyon"]
}
```

The 20 most selective prépas (CPGE):

```json
{
  "programTypes": ["cpge"],
  "sortBy": "most_selective",
  "maxResults": 20
}
```

Nursing schools within 60 km of Bordeaux:

```json
{
  "programTypes": ["nursing_ifsi"],
  "latitude": "44.8378",
  "longitude": "-0.5792",
  "radiusKm": 60
}
```

**Tips**

- Keywords are in French and match the program name and details.
- The data covers the latest published Parcoursup session. Statistics are published once a year.

### Pricing

Pay per result: you are charged once per program returned.

### Source

**Parcoursup – vœux de poursuite d'études et de réorientation dans l'enseignement supérieur**, Ministry of Higher Education and Research, via data.enseignementsup-recherche.gouv.fr, under the **Licence Ouverte v2.0 (Etalab)**. No personal data: only aggregated statistics per program.

*Not affiliated with the French government or Parcoursup.*

# Actor input Schema

## `keywords` (type: `array`):

Words in the program name, in French, e.g. informatique, droit, infirmier, commerce.

## `programTypes` (type: `array`):

Types of programs. Leave empty for all.

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

Department numbers, e.g. 15, 69, 2A, 974.

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

City names, e.g. Lyon, Bordeaux. Paris, Lyon and Marseille include their arrondissements.

## `latitude` (type: `string`):

Centre of a radius search, e.g. 45.7640.

## `longitude` (type: `string`):

Centre of a radius search, e.g. 4.8357.

## `radiusKm` (type: `integer`):

Radius around the latitude and longitude, from 1 to 300 km.

## `sector` (type: `string`):

Public institutions, private ones, or both.

## `selectivity` (type: `string`):

Selective programs (application files ranked) or non-selective ones.

## `minAccessRate` (type: `integer`):

Share of applicants who received an offer, from 0 to 100.

## `maxAccessRate` (type: `integer`):

Use a low value to find the most selective programs.

## `minPlaces` (type: `integer`):

Keep programs with at least this many places.

## `sortBy` (type: `string`):

Order of the results (distance is used for radius searches sorted by name).

## `maxResults` (type: `integer`):

Maximum number of programs returned.

## Actor input object example

```json
{
  "keywords": [
    "informatique"
  ],
  "departments": [
    "69"
  ],
  "radiusKm": 20,
  "sector": "any",
  "selectivity": "any",
  "sortBy": "name",
  "maxResults": 50
}
```

# Actor output Schema

## `overview` (type: `string`):

Programs with institution, city, places, applications and access rate.

## `results` (type: `string`):

Every field: admitted profile, last rank called, GPS (JSON).

# 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 = {
    "keywords": [
        "informatique"
    ],
    "departments": [
        "69"
    ]
};

// Run the Actor and wait for it to finish
const run = await client.actor("bstandco/france-parcoursup-programs").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 = {
    "keywords": ["informatique"],
    "departments": ["69"],
}

# Run the Actor and wait for it to finish
run = client.actor("bstandco/france-parcoursup-programs").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 '{
  "keywords": [
    "informatique"
  ],
  "departments": [
    "69"
  ]
}' |
apify call bstandco/france-parcoursup-programs --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,bstandco/france-parcoursup-programs"
        }
    }
}
```

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/RpaXq5dh13xUgTeGk/builds/wBb6v8WuwUjrBdcSB/openapi.json
