# Top 100 Songs Rolling Stone Charts

**Use case:** 

Extract Rolling Stone Charts data filtered by Top 100 Songs. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "chart": "top-100-songs",
  "maxItems": 10
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Cover",
    "format": "image"
  },
  "chart": {
    "label": "📋 Chart",
    "format": "text"
  },
  "rank": {
    "label": "🥇 Rank",
    "format": "number"
  },
  "title": {
    "label": "🎵 Title",
    "format": "text"
  },
  "artist": {
    "label": "🎤 Artist",
    "format": "text"
  },
  "lastWeek": {
    "label": "⬅️ Last Week",
    "format": "text"
  },
  "peak": {
    "label": "⛰️ Peak",
    "format": "number"
  },
  "weeksOnChart": {
    "label": "📅 Weeks",
    "format": "number"
  },
  "units": {
    "label": "📈 Units",
    "format": "number"
  },
  "date": {
    "label": "📅 Chart Date",
    "format": "date"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

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