# Library (single library detail) cdnjs Libraries Catalog

**Use case:** 

Extract cdnjs Libraries Catalog data filtered by Library (single library detail). Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "mode": "library",
  "query": "",
  "libraryName": "",
  "outputFields": [
    "name",
    "description",
    "version",
    "homepage",
    "repository",
    "license",
    "author",
    "keywords"
  ],
  "maxFileSamples": 25,
  "maxItems": 10
}
```

## Output

```json
{
  "name": {
    "label": "📦 Library Name",
    "format": "text"
  },
  "url": {
    "label": "🔗 Library URL",
    "format": "link"
  },
  "description": {
    "label": "📝 Description",
    "format": "text"
  },
  "latestVersion": {
    "label": "🏷️ Latest Version",
    "format": "text"
  },
  "homepage": {
    "label": "🔗 Homepage",
    "format": "link"
  },
  "repository": {
    "label": "🔗 Repository",
    "format": "link"
  },
  "license": {
    "label": "📜 License",
    "format": "text"
  },
  "author": {
    "label": "👤 Author",
    "format": "text"
  },
  "keywords": {
    "label": "🏷️ Keywords",
    "format": "array"
  },
  "versions": {
    "label": "📦 Versions",
    "format": "array"
  },
  "fileSamples": {
    "label": "📦 File Samples",
    "format": "array"
  },
  "sri": {
    "label": "🔐 SRI Hashes",
    "format": "object"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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