# Recently modified France Data.gouv.fr | French Open Data

**Use case:** 

Extract France Data.gouv.fr | French Open Data Catalog data filtered by Recently modified. Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "maxItems": 10,
  "query": "transport",
  "sort": "-last_modified"
}
```

## Output

```json
{
  "id": {
    "label": "🔑 ID",
    "format": "text"
  },
  "title": {
    "label": "📋 Title",
    "format": "text"
  },
  "slug": {
    "label": "🔗 Slug",
    "format": "text"
  },
  "acronym": {
    "label": "🏷️ Acronym",
    "format": "text"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "text"
  },
  "organization": {
    "label": "🏛️ Organization",
    "format": "text"
  },
  "organizationId": {
    "label": "🔑 Org ID",
    "format": "text"
  },
  "license": {
    "label": "⚖️ License",
    "format": "text"
  },
  "tags": {
    "label": "🏷️ Tags",
    "format": "text"
  },
  "frequency": {
    "label": "🔄 Frequency",
    "format": "text"
  },
  "resourcesCount": {
    "label": "📦 Resources",
    "format": "text"
  },
  "createdAt": {
    "label": "📅 Created",
    "format": "text"
  },
  "lastModified": {
    "label": "🕒 Modified",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Collected",
    "format": "text"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [France Data.gouv.fr Scraper | French Open Data Catalog](https://apify.com/parseforge/france-data-gouv-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/france-data-gouv-scraper) to learn more, explore other use cases, and run it yourself.