# Genius Lyrics | Songs Artists and Annotations Latest Results

**Use case:** 

Latest Results of Genius Lyrics | Songs Artists and Annotations. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "searchQuery": "Drake",
  "includeLyrics": false,
  "maxItems": 25
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼 Image",
    "format": "image"
  },
  "title": {
    "label": "🎵 Title",
    "format": "text"
  },
  "artist": {
    "label": "🎤 Artist",
    "format": "text"
  },
  "url": {
    "label": "🔗 URL",
    "format": "link"
  },
  "albumName": {
    "label": "💿 Album",
    "format": "text"
  },
  "releaseDate": {
    "label": "📅 Release Date",
    "format": "text"
  },
  "annotationCount": {
    "label": "📝 Annotations",
    "format": "text"
  },
  "pageviews": {
    "label": "👁 Page Views",
    "format": "text"
  },
  "featuredArtists": {
    "label": "👥 Featured Artists",
    "format": "text"
  },
  "lyrics": {
    "label": "📖 Lyrics",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Genius Lyrics Scraper | Songs Artists and Annotations](https://apify.com/parseforge/genius-lyrics-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/genius-lyrics-scraper) to learn more, explore other use cases, and run it yourself.