# Monitor AllMusic Spencer Williams composer profile

**Use case:** 

Track Spencer Williams composer and songwriter profile on AllMusic with compositions, credits, and genre tags for catalog research.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.allmusic.com/artist/spencer-williams-mn0000005340"
    }
  ],
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "url": {
    "label": "Artist / Album / Song Url",
    "format": "text"
  },
  "name": {
    "label": "Artist / Album / Song Name",
    "format": "text"
  },
  "type": {
    "label": "Artist / Album / Song type",
    "format": "text"
  },
  "genre": {
    "label": "Artist / Album / Song genre",
    "format": "text"
  }
}
```

## About this Actor

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