# Python Library of Congress Records

**Use case:** 

Search Library of Congress records about Python with titles, creators, dates, formats, subjects, images, and record links.

## Input

```json
{
  "query": "python",
  "resourceType": "books",
  "maxResults": 3
}
```

## Output

```json
{
  "item_id": {
    "label": "Item Id",
    "format": "text"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "date": {
    "label": "Date",
    "format": "date"
  },
  "contributors": {
    "label": "Contributors",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "subjects": {
    "label": "Subjects",
    "format": "text"
  },
  "languages": {
    "label": "Languages",
    "format": "text"
  },
  "original_formats": {
    "label": "Original Formats",
    "format": "text"
  },
  "online_formats": {
    "label": "Online Formats",
    "format": "text"
  },
  "image_url": {
    "label": "Image Url",
    "format": "link"
  },
  "item_url": {
    "label": "Item Url",
    "format": "link"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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