# Scrape Indie song and artist data from Genius

**Use case:** 

Search indie on Genius without a login: song and artist metadata, albums and details.

## Input

```json
{
  "searchQueries": [
    "indie"
  ],
  "songUrls": [],
  "artists": [],
  "maxSongsPerArtist": 100,
  "includeArtistProfile": true,
  "artistSongsSort": "popularity",
  "concurrency": 5,
  "proxyConfig": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type"
  },
  "primaryArtist": {
    "label": "Artist"
  },
  "title": {
    "label": "Song title"
  },
  "name": {
    "label": "Artist / album name"
  },
  "pageviews": {
    "label": "Pageviews"
  },
  "followersCount": {
    "label": "Followers"
  },
  "annotationCount": {
    "label": "Annotations"
  },
  "releaseDateDisplay": {
    "label": "Released"
  },
  "fullTitle": {
    "label": "Full title"
  },
  "url": {
    "label": "URL"
  },
  "thumbnail": {
    "label": "Thumbnail"
  },
  "imageUrl": {
    "label": "Artist image"
  }
}
```

## About this Actor

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