# Bing Commercial Image Research Workflow

**Use case:** 

Scrape Bing Images with license, size, type, and color filters for commercial image sourcing and visual research workflows.

## Input

```json
{
  "query": "sustainable packaging product photo",
  "maxResults": 150,
  "safeSearch": "Moderate",
  "imageSize": "Large",
  "imageType": "photo",
  "color": "White",
  "license": "ShareCommercially"
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Thumbnail",
    "format": "image"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "imageUrl": {
    "label": "Image URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source Page",
    "format": "link"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "mediaId": {
    "label": "Media ID",
    "format": "text"
  },
  "query": {
    "label": "Query",
    "format": "text"
  }
}
```

## About this Actor

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