# French Cuisine Wikipedia Article Collector

**Use case:** 

Extracts a list of up to 300 articles on French cuisine from Wikipedia. Includes article titles and URLs, focusing exclusively on relevant categories.

## Input

```json
{
  "categoryNames": [
    "Cuisine_de_France",
    "Plats_de_la_gastronomie_française"
  ],
  "categoryUrls": [],
  "language": "fr",
  "scrapeSummaries": false,
  "maxArticles": 300,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "articleTitle": {
    "label": "Article Title",
    "format": "text"
  },
  "categoryName": {
    "label": "Category Name",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "language": {
    "label": "Language",
    "format": "text"
  },
  "articleUrl": {
    "label": "Article URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Wikipedia Category Scraper — Article Lists & Data](https://apify.com/logiover/wikipedia-category-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/wikipedia-category-scraper) to learn more, explore other use cases, and run it yourself.