# IEEE Fellows 2023 Directory Scraper

**Use case:** 

Scrape IEEE Fellows elevated in 2023 with fellow name, year, region, technical field, and full citation. Export results to JSON or CSV.

## Input

```json
{
  "maxItems": 50,
  "year": "2023"
}
```

## Output

```json
{
  "url": {
    "label": "🔹 url",
    "format": "text"
  },
  "name": {
    "label": "👤 name",
    "format": "text"
  },
  "year": {
    "label": "📅 year",
    "format": "text"
  },
  "citation": {
    "label": "📜 citation",
    "format": "text"
  },
  "country": {
    "label": "🌍 country",
    "format": "text"
  },
  "region": {
    "label": "🗺️ region",
    "format": "text"
  },
  "technicalCouncil": {
    "label": "🧪 technicalCouncil",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🔹 scrapedAt",
    "format": "date"
  },
  "error": {
    "label": "🔹 error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [IEEE Fellows Directory Scraper](https://apify.com/parseforge/ieee-fellows-directory-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/ieee-fellows-directory-scraper) to learn more, explore other use cases, and run it yourself.