# Any Libraries.io Package

**Use case:** 

Extract Libraries.io Package data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "searchTerms": [
    "http client"
  ],
  "platform": "",
  "sort": "rank",
  "maxItems": 10,
  "apiKey": "5872e2c0b36eb1bac0d8788d7aee7f8b"
}
```

## Output

```json
{
  "name": {
    "label": "📦 Package",
    "format": "text"
  },
  "platform": {
    "label": "🧰 Platform",
    "format": "text"
  },
  "projectUrl": {
    "label": "🔗 URL",
    "format": "link"
  },
  "rank": {
    "label": "📊 Rank",
    "format": "number"
  },
  "stars": {
    "label": "⭐ Stars",
    "format": "number"
  },
  "dependentsCount": {
    "label": "🔗 Dependents",
    "format": "number"
  },
  "latestReleaseNumber": {
    "label": "🏷 Latest",
    "format": "text"
  },
  "language": {
    "label": "💬 Lang",
    "format": "text"
  },
  "licenses": {
    "label": "📜 License",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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