# Production export: generative AI

**Use case:** 

Coursera Scraper configured for production export around “generative AI”. The saved input exposes queries, maxResults, proxyConfiguration and uses a...

## Input

```json
{
  "queries": [
    "generative AI"
  ],
  "maxResults": 50,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Course Title",
    "format": "text"
  },
  "partner": {
    "label": "University / Partner",
    "format": "text"
  },
  "course_type": {
    "label": "Type",
    "format": "text"
  },
  "level": {
    "label": "Level",
    "format": "text"
  },
  "rating": {
    "label": "Rating",
    "format": "text"
  },
  "num_ratings": {
    "label": "# Ratings",
    "format": "text"
  },
  "duration": {
    "label": "Duration",
    "format": "text"
  },
  "is_free": {
    "label": "Free",
    "format": "text"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Coursera Scraper - Courses, Specializations & Certificates](https://apify.com/thirdwatch/coursera-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/thirdwatch/coursera-scraper) to learn more, explore other use cases, and run it yourself.