# Film & Video Library of Congress

**Use case:** 

Extract Library of Congress data filtered by Film & Video. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "format": "film-and-videos",
  "searchQuery": "jazz"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "image"
  },
  "itemId": {
    "label": "ID",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "contributors": {
    "label": "Contributors",
    "format": "object"
  },
  "date": {
    "label": "Date",
    "format": "text"
  },
  "createdPublished": {
    "label": "Created/Published",
    "format": "object"
  },
  "subjects": {
    "label": "Subjects",
    "format": "object"
  },
  "topics": {
    "label": "Topics",
    "format": "object"
  },
  "languages": {
    "label": "Languages",
    "format": "object"
  },
  "format": {
    "label": "Format",
    "format": "object"
  },
  "mediums": {
    "label": "Medium",
    "format": "object"
  },
  "notes": {
    "label": "Notes",
    "format": "object"
  },
  "partof": {
    "label": "Part Of",
    "format": "object"
  },
  "sourceCollection": {
    "label": "Source Collection",
    "format": "object"
  },
  "digitalIds": {
    "label": "Digital IDs",
    "format": "object"
  },
  "researchCenters": {
    "label": "Research Centers",
    "format": "object"
  },
  "resourceUrls": {
    "label": "Resources",
    "format": "object"
  },
  "imageUrls": {
    "label": "Images",
    "format": "object"
  },
  "url": {
    "label": "Catalog",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Collected",
    "format": "date"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Library of Congress Scraper](https://apify.com/parseforge/loc-gov-library-of-congress-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/loc-gov-library-of-congress-scraper) to learn more, explore other use cases, and run it yourself.