# Bing Transparent Logo Finder

**Use case:** 

Find transparent logo images on Bing Images by combining keyword, transparent image type, size, color, and safe search filters.

## Input

```json
{
  "query": "open source project logo",
  "maxResults": 75,
  "safeSearch": "Strict",
  "imageSize": "Medium",
  "imageType": "transparent",
  "color": "ColorOnly",
  "license": ""
}
```

## 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.