# Electric Vehicle Brands List from Wikipedia

**Use case:** 

Extract a comprehensive list of electric vehicle manufacturers from Wikipedia. Get titles and URLs for up to 300 entries.

## Input

```json
{
  "categoryNames": [
    "Electric_vehicle_manufacturers",
    "Electric_vehicles"
  ],
  "categoryUrls": [],
  "language": "en",
  "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.