# OpenAlex Topics Full Export

**Use case:** 

Full Export of OpenAlex Topics. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500
}
```

## Output

```json
{
  "id": {
    "label": "🆔 ID",
    "format": "text"
  },
  "display_name": {
    "label": "📌 Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "subfield": {
    "label": "Subfield",
    "format": "text"
  },
  "field": {
    "label": "Field",
    "format": "text"
  },
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "wikipedia": {
    "label": "🔗 Wikipedia",
    "format": "link"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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