# viaLibri Books Latest Results

**Use case:** 

Latest Results of viaLibri Books. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 25,
  "year": 1800,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "author": {
    "label": "Author",
    "format": "string"
  },
  "publicationYear": {
    "label": "Year",
    "format": "integer"
  },
  "dealerName": {
    "label": "Dealer",
    "format": "string"
  },
  "dealerLocation": {
    "label": "Location",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "error": {
    "label": "Error",
    "format": "string"
  }
}
```

## About this Actor

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