# Scrape US Library Branch Outlets

**Use case:** 

Pull New York library branch outlets with Outlet, Type, City, State, Phone, Address, Sq ft, Hours/yr, Lat and Lng. No login required.

## Input

```json
{
  "recordType": "outlets",
  "states": [
    "NY"
  ],
  "outletTypes": [
    "BR"
  ],
  "multiOutletOnly": false,
  "withPhoneOnly": false,
  "excludeTemporarilyClosed": true,
  "sortBy": "leadScore",
  "maxResults": 1000,
  "deduplicate": true,
  "includeRawFields": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "outletName": {
    "label": "Outlet"
  },
  "outletType": {
    "label": "Type"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "phone": {
    "label": "Phone"
  },
  "fullAddress": {
    "label": "Address"
  },
  "squareFeet": {
    "label": "Sq ft"
  },
  "hoursPerYear": {
    "label": "Hours/yr"
  },
  "latitude": {
    "label": "Lat"
  },
  "longitude": {
    "label": "Lng"
  },
  "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.