# Electric Vehicle Openverse Media

**Use case:** 

Explore electric vehicle with Openverse Media. Run this tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "electric vehicle",
  "mediaType": "images",
  "license": "by",
  "maxResults": 3
}
```

## Output

```json
{
  "media_type": {
    "label": "Media Type",
    "format": "text"
  },
  "id": {
    "label": "Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "creator": {
    "label": "Creator",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "license_url": {
    "label": "License Url",
    "format": "link"
  },
  "attribution": {
    "label": "Attribution",
    "format": "text"
  },
  "media_url": {
    "label": "Media Url",
    "format": "link"
  },
  "thumbnail_url": {
    "label": "Thumbnail Url",
    "format": "link"
  },
  "landing_url": {
    "label": "Landing Url",
    "format": "link"
  },
  "provider": {
    "label": "Provider",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "width": {
    "label": "Width",
    "format": "number"
  },
  "height": {
    "label": "Height",
    "format": "number"
  },
  "duration": {
    "label": "Duration",
    "format": "number"
  },
  "tags": {
    "label": "Tags",
    "format": "text"
  }
}
```

## About this Actor

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