# Top Florida employer apprenticeship sponsors

**Use case:** 

Find Florida employer apprenticeship sponsors scored 80+: company name, trade, contact, email, phone, city & lead score. Public DOL data, no login.

## Input

```json
{
  "states": [
    "FL"
  ],
  "sponsorCategories": [
    "employer"
  ],
  "newlyRegisteredOnly": false,
  "withEmailOnly": false,
  "withPhoneOnly": false,
  "withContactPersonOnly": false,
  "withWebsiteOnly": false,
  "withAnyContactOnly": true,
  "minLeadScore": 80,
  "sortBy": "leadScore",
  "maxResults": 500,
  "deduplicateResults": true,
  "includeRawFields": true,
  "monitorMode": false,
  "monitorKey": "default",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "organizationName": {
    "label": "Sponsor",
    "format": "text"
  },
  "sponsorCategoryLabel": {
    "label": "Category",
    "format": "text"
  },
  "trades": {
    "label": "Trades",
    "format": "array"
  },
  "contactPerson": {
    "label": "Contact",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "registeredDate": {
    "label": "Registered",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [US Apprenticeship Sponsor & Employer Leads Scraper](https://apify.com/scrapesage/apprenticeship-sponsor-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/apprenticeship-sponsor-leads-scraper) to learn more, explore other use cases, and run it yourself.