Directory of AI stakeholders in Pays de la LoireAnnuaire des acteurs de l'IA en Pays de la Loire
Annuaire des acteurs de l'IA en Pays de la LoireDirectory of AI stakeholders in Pays de la Loire
This API provides a list of professional actors identified within the artificial intelligence ecosystem of the Pays de la Loire region in France. It is published on the region's open data platform and offers free access without authentication. The dataset is intended to support mapping and analysis of regional AI-related economic activity, covering entities involved in the AI sector at the regional level.Liste des acteurs professionnels identifiés, de l'écosystème IA en Pays de la Loire.
Trust score
How is this computed?Weighted across five axes. Tap a ring for what it measures.
Data schema (13 fields)
Click a field to see example values.
| Fill | Field | Type | Description |
|---|---|---|---|
| 100% | airtable_idAirtable id | text | Unique Airtable record identifier.Unique Airtable record identifier. |
| 100% | airtable_createdtimeAirtable createdtime | text | Date and time the record was created in Airtable.Date and time the record was created in Airtable. |
| 100% | rue | text | Street name of the actor's address.Street name of the actor's address. |
| 100% | numero | double | Street number of the actor's address.Street number of the actor's address. |
| 100% | ville | text | City where the actor is located.City where the actor is located. |
| 100% | adresse_completeAdresse complete | text | Full formatted postal address of the actor.Full formatted postal address of the actor. |
| 100% | nom | text | Name of the AI ecosystem actor.Name of the AI ecosystem actor. |
| 100% | code_postalPostal code | int | Postal code of the actor's address.Postal code of the actor's address. |
| 100% | categories_libellesCategories libelles | text | Categories describing the actor's type of activity.Categories describing the actor's type of activity. |
| 74.8% | id | text | Internal record identifier.Internal record identifier. |
| — | description | text | Textual description of the actor.Textual description of the actor. |
| — | adresse | text | Street address including number and street name.Street address including number and street name. |
| — | localisation | geo_point_2d | Geographic coordinates (latitude and longitude) of the actor.Geographic coordinates (latitude and longitude) of the actor. |
Schema captured from opendatasoft 7 days ago.
Query the data
Pick columns and a sort, then fetch a live preview straight from the source. Choose an API-filterable column (marked ▾) under “Where” to pick from its list of values.
Sample data (5 records)
Record 1id: 1G · nom: DataGrowB
{
"id": "1G",
"nom": "DataGrowB",
"rue": "Rue Alfred Kastler",
"ville": "Nantes",
"numero": 2,
"adresse": "2 Rue Alfred Kastler Nantes 44300",
"airtable_id": "rec6s7EoSZz2aH8u6",
"code_postal": 44300,
"description": null,
"localisation": {
"lat": 47.283832466051464,
"lon": -1.5221193954943826
},
"adresse_complete": "2 Rue Alfred Kastler 44300 Nantes",
"categories_libelles": "Accompagnement",
"airtable_createdtime": "2025-10-28T10:31:15.000Z"
}Record 2id: 4 · nom: ALTHENAS
{
"id": "4",
"nom": "ALTHENAS",
"rue": "QUAI MALAKOFF",
"ville": "NANTES",
"numero": 42,
"adresse": "42 QUAI MALAKOFF NANTES 44000",
"airtable_id": "recOME7EAYU9ncJcD",
"code_postal": 44000,
"description": null,
"localisation": {
"lat": 47.212668644391016,
"lon": -1.5401552476616014
},
"adresse_complete": "42 QUAI MALAKOFF 44000 NANTES",
"categories_libelles": "Accompagnement",
"airtable_createdtime": "2025-10-28T10:31:15.000Z"
}Record 3id: e · nom: MARK.AVENIR
{
"id": "e",
"nom": "MARK.AVENIR",
"rue": "RUE EDGAR DEGAS",
"ville": "CHOLET",
"numero": 7,
"adresse": "7 RUE EDGAR DEGAS CHOLET 49300",
"airtable_id": "recP8GOiYogLd9xZ1",
"code_postal": 49300,
"description": null,
"localisation": {
"lat": 47.04996399001735,
"lon": -0.8544619148182353
},
"adresse_complete": "7 RUE EDGAR DEGAS 49300 CHOLET",
"categories_libelles": "Formation",
"airtable_createdtime": "2025-10-28T10:31:15.000Z"
}Record 4id: 1N · nom: FGRIBEAU (Natalia)
{
"id": "1N",
"nom": "FGRIBEAU (Natalia)",
"rue": "Rue de l'Aubépine",
"ville": "Chantonnay",
"numero": 3,
"adresse": "3 Rue de l'Aubépine Chantonnay 85110",
"airtable_id": "recR156bJG1WrKNFN",
"code_postal": 85110,
"description": null,
"localisation": {
"lat": 46.683515460941145,
"lon": -1.060506102215695
},
"adresse_complete": "3 Rue de l'Aubépine 85110 Chantonnay",
"categories_libelles": "Pure player",
"airtable_createdtime": "2025-10-28T10:31:15.000Z"
}Record 5id: 1K · nom: Sercel
{
"id": "1K",
"nom": "Sercel",
"rue": "Rue du Château de Bel Air",
"ville": "Carquefou",
"numero": 16,
"adresse": "16 Rue du Château de Bel Air Carquefou 44470",
"airtable_id": "recTMHSD6Wa9X3UYb",
"code_postal": 44470,
"description": null,
"localisation": {
"lat": 47.27315798152061,
"lon": -1.4857788521063688
},
"adresse_complete": "16 Rue du Château de Bel Air 44470 Carquefou",
"categories_libelles": "Accompagnement",
"airtable_createdtime": "2025-10-28T10:31:15.000Z"
}Live sample captured at profiling time — values may have changed upstream.
Verification Status
Using the API
Configuration
- Base URL
- https://data.paysdelaloire.fr/api/explore/v2.1/catalog/datasets/acteurs-eco-ia-pdl
License
- ✓ Redistributable
- ✓ Attribution required
Query examples
curl -s 'https://data.paysdelaloire.fr/api/explore/v2.1/catalog/datasets/acteurs-eco-ia-pdl/records?limit=20' -H 'Accept: application/json'First 20 records of the dataset as JSON.
Uses the Opendatasoft Explore v2.1 syntax — supports select, where, group_by and order_by.
Rate limits
Dataset
Volume & freshness
License
No license declared upstream.
Source: opendatasoft
Machine-readable & source
Embed this badge in a README or wiki — it always shows the latest verification state and quality tier.