# Monitor New US Transit Agencies

**Use case:** 

Track newly added US transit agencies with Agency, Organization type, Modes, Vehicles, Annual ridership, Website and Lead score. Updated on every run.

## Input

```json
{
  "states": [
    "CA"
  ],
  "serviceModule": "any",
  "railOperatorsOnly": false,
  "hasWebsite": false,
  "includeServiceMetrics": true,
  "sortBy": "leadScore",
  "maxResults": 1000,
  "includeRawFields": true,
  "monitorMode": true,
  "monitorKey": "default",
  "deduplicateResults": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "agencyName": {
    "label": "Agency",
    "format": "text"
  },
  "orgCategoryLabel": {
    "label": "Organization type",
    "format": "text"
  },
  "reporterType": {
    "label": "Reporter",
    "format": "text"
  },
  "modes": {
    "label": "Modes",
    "format": "array"
  },
  "totalVehicles": {
    "label": "Vehicles",
    "format": "number"
  },
  "annualRidership": {
    "label": "Annual ridership",
    "format": "number"
  },
  "operatingExpenses": {
    "label": "Operating budget",
    "format": "number"
  },
  "serviceAreaPopulation": {
    "label": "Service-area pop.",
    "format": "number"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "ftaRegion": {
    "label": "FTA region",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

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