# Scrape Multi-Branch Library Systems

**Use case:** 

Find US multi-branch library systems with 5+ outlets: Library, City, State, Phone, Population served, Outlets and Lead score. No login required.

## Input

```json
{
  "recordType": "libraries",
  "states": [
    "TX"
  ],
  "minBranches": 5,
  "multiOutletOnly": true,
  "withPhoneOnly": false,
  "excludeTemporarilyClosed": true,
  "sortBy": "populationHigh",
  "maxResults": 1000,
  "deduplicate": true,
  "includeRawFields": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "libraryName": {
    "label": "Library"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "phone": {
    "label": "Phone"
  },
  "fullAddress": {
    "label": "Address"
  },
  "populationServed": {
    "label": "Population served"
  },
  "totalRevenue": {
    "label": "Total revenue ($)"
  },
  "totalOutlets": {
    "label": "Outlets"
  },
  "leadScore": {
    "label": "Lead score"
  }
}
```

## About this Actor

This example demonstrates how to use [US Public Library Leads Scraper (IMLS Directory)](https://apify.com/scrapesage/us-library-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/us-library-leads-scraper) to learn more, explore other use cases, and run it yourself.