# Download laptop manuals from ManualsLib

**Use case:** 

Find laptop user and service manuals on ManualsLib. Export brands, models, manual PDFs, and documentation links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.manualslib.com/h/lenovo+laptop.html"
    }
  ],
  "maxItems": 10,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "text"
  },
  "brand": {
    "label": "Brand",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "documentType": {
    "label": "Type",
    "format": "text"
  },
  "pages": {
    "label": "Pages",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

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