# Images Openverse Open-License Media

**Use case:** 

Extract Openverse Open-License Media data filtered by Images. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "mountain landscape",
  "mediaType": "images",
  "license": "",
  "source": "",
  "aspectRatio": ""
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Thumb",
    "format": "image"
  },
  "id": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creator": {
    "label": "Creator",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "licenseVersion": {
    "label": "Ver",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "width": {
    "label": "W",
    "format": "number"
  },
  "height": {
    "label": "H",
    "format": "number"
  },
  "fileType": {
    "label": "Type",
    "format": "text"
  },
  "openverseUrl": {
    "label": "Openverse URL",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Openverse Open-License Media Scraper](https://apify.com/parseforge/openverse-media-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openverse-media-scraper) to learn more, explore other use cases, and run it yourself.