# APhA Jobs ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/apha/jobs` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/apha-jobs | ## Description Access APhA Jobs API to streamline data extraction, enhance recruitment, and drive informed decision-making. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/apha/jobs' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "jobId": "75761991", "company": "APhA", "jobTitle": "Float Pharmacy Technician", "location": "Roosevelt, NY", "postingDate": "2023-10-01", "contactEmail": "contact@aphajobs.com", "requirements": "Pharmacy Technician certification and relevant experience.", "employmentType": "Full-time", "jobDescription": "Float Pharmacy Technician job role in Roosevelt, NY.", "responsibilities": "Handling pharmacy-related tasks across multiple locations.", "applicationDeadline": "2023-11-01" } ``` ## Documentation ## Overview Access APhA Jobs API to streamline data extraction, enhance recruitment, and drive informed decision-making. ## Quickstart ``` GET https://api.piloterr.com/v2/apha/jobs?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate APhA Jobs data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Apha without maintaining scrapers - Power internal dashboards and workflow automations with live Apha data