# Scrape High-Budget US Public Libraries

**Use case:** 

Find US public libraries with $5M+ operating budgets: Library, State, Governance, Population, Revenue ($), Staff (FTE) and Lead score. No login required.

## Input

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

## Output

```json
{
  "libraryName": {
    "label": "Library"
  },
  "state": {
    "label": "State"
  },
  "legalBasis": {
    "label": "Governance"
  },
  "populationServed": {
    "label": "Population"
  },
  "totalRevenue": {
    "label": "Revenue ($)"
  },
  "totalStaff": {
    "label": "Staff (FTE)"
  },
  "visits": {
    "label": "Visits"
  },
  "totalCirculation": {
    "label": "Circulation"
  },
  "totalPrograms": {
    "label": "Programs"
  },
  "publicComputers": {
    "label": "Public PCs"
  },
  "ebooks": {
    "label": "E-books"
  },
  "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.