# New apprenticeship sponsors, last 180 days

**Use case:** 

Reach US apprenticeship sponsors registered in the last 180 days: employer name, trade, city, state, email, registration date & lead score. No login.

## Input

```json
{
  "states": [
    "TX"
  ],
  "newlyRegisteredOnly": false,
  "registeredInLastDays": 180,
  "withEmailOnly": true,
  "withPhoneOnly": false,
  "withContactPersonOnly": false,
  "withWebsiteOnly": false,
  "withAnyContactOnly": false,
  "sortBy": "newestRegistered",
  "maxResults": 1000,
  "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"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "email": {
    "label": "Email",
    "format": "text"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "registeredDate": {
    "label": "Registered",
    "format": "text"
  },
  "registeredWithinDays": {
    "label": "Days ago",
    "format": "number"
  },
  "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.