# Pharmacy technician training programs in California

**Use case:** 

Every pharmacy technician program (SOC 29-2052) on California's Eligible Training Provider List, with the provider, cost, length and the outcomes it reports to the U.S. Department of Labor, including the employment rate in the second quarter after exit. Change the state or SOC code to compare other programs.

## Input

```json
{
  "states": [
    "CA"
  ],
  "soc_codes": [
    "29-2052"
  ],
  "max_records": 1000,
  "request_interval_ms": 1000,
  "contact_email": "info@steelyardclinical.com"
}
```

## Output

```json
{
  "provider": {
    "label": "Provider",
    "format": "text"
  },
  "program": {
    "label": "Program",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "credential": {
    "label": "Credential",
    "format": "text"
  },
  "soc_codes": {
    "label": "SOC codes",
    "format": "array"
  },
  "length_weeks": {
    "label": "Weeks",
    "format": "number"
  },
  "exited": {
    "label": "Exited",
    "format": "number"
  },
  "completed_pct": {
    "label": "Completed %",
    "format": "number"
  },
  "employed_q2_pct": {
    "label": "Employed Q2 %",
    "format": "number"
  },
  "median_earnings_q2": {
    "label": "Median earnings Q2 ($)",
    "format": "number"
  },
  "avg_ita_cost": {
    "label": "Avg ITA cost ($)",
    "format": "number"
  },
  "non_wioa_tuition": {
    "label": "Tuition, non-WIOA ($)",
    "format": "number"
  },
  "program_url": {
    "label": "Program URL",
    "format": "link"
  },
  "snapshot_timestamp": {
    "label": "Snapshot",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Training Provider Outcomes Data - 70,000+ US WIOA programs](https://apify.com/retrainmap/etp-programs.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/retrainmap/etp-programs.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/retrainmap/etp-programs.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
