# List (all current deputies) Nos Deputes France Parliament

**Use case:** 

Extract Nos Deputes France Parliament data filtered by List (all current deputies). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "mode": "list"
}
```

## Output

```json
{
  "slug": {
    "label": "Slug",
    "format": "text"
  },
  "fullName": {
    "label": "Name",
    "format": "text"
  },
  "sex": {
    "label": "Sex",
    "format": "text"
  },
  "birthDate": {
    "label": "Birth Date",
    "format": "date"
  },
  "birthPlace": {
    "label": "Birth Place",
    "format": "text"
  },
  "profession": {
    "label": "Profession",
    "format": "text"
  },
  "group": {
    "label": "Parliamentary Group",
    "format": "text"
  },
  "groupShort": {
    "label": "Group (short)",
    "format": "text"
  },
  "constituency": {
    "label": "Constituency",
    "format": "text"
  },
  "department": {
    "label": "Department",
    "format": "text"
  },
  "departmentCode": {
    "label": "Dept. Code",
    "format": "text"
  },
  "circo": {
    "label": "Circo",
    "format": "text"
  },
  "mandateStart": {
    "label": "Mandate Start",
    "format": "date"
  },
  "mandateEnd": {
    "label": "Mandate End",
    "format": "date"
  },
  "emails": {
    "label": "Emails",
    "format": "object"
  },
  "phones": {
    "label": "Phones",
    "format": "object"
  },
  "websites": {
    "label": "Websites",
    "format": "object"
  },
  "twitter": {
    "label": "Twitter",
    "format": "text"
  },
  "facebook": {
    "label": "Facebook",
    "format": "text"
  },
  "collaborators": {
    "label": "Collaborators",
    "format": "object"
  },
  "interventionsCount": {
    "label": "Interventions",
    "format": "number"
  },
  "amendmentsCount": {
    "label": "Amendments",
    "format": "number"
  },
  "questionsCount": {
    "label": "Questions",
    "format": "number"
  },
  "reportsCount": {
    "label": "Reports",
    "format": "number"
  },
  "presenceWeeks": {
    "label": "Weeks Present",
    "format": "number"
  },
  "semaineDernierePresent": {
    "label": "Last Week Present",
    "format": "boolean"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "photoUrl": {
    "label": "Photo URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Nos Deputes France Parliament Scraper](https://apify.com/parseforge/nosdeputes-france-parliament-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/nosdeputes-france-parliament-scraper) to learn more, explore other use cases, and run it yourself.