# Collect Visual Content Inspiration from Industry Blogs

**Use case:** 

Gather a diverse collection of images from leading industry blogs to inspire new content creation and design concepts. This task aids content strategists and de

## Input

```json
{
  "startUrl": "https://blog.hubspot.com/marketing",
  "maxCrawlDepth": 2,
  "maxImagesPerPage": 200,
  "maxTotalImages": 2500,
  "imageExtensions": [
    "jpg",
    "jpeg",
    "png",
    "webp",
    "gif"
  ],
  "includeBackgroundImages": true
}
```

## Output

```json
{
  "url": {
    "label": "Image URL",
    "format": "link"
  },
  "sourcePage": {
    "label": "Source page",
    "format": "link"
  },
  "alt": {
    "label": "Alt text",
    "format": "text"
  },
  "discoveredVia": {
    "label": "Discovered via",
    "format": "text"
  },
  "crawlDepth": {
    "label": "Depth",
    "format": "number"
  },
  "mimeTypeHint": {
    "label": "Type",
    "format": "text"
  }
}
```

## About this Actor

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