Alberta CPSA Physician Register Scraper (Doctors)
Pricing
from $17.00 / 1,000 results
Alberta CPSA Physician Register Scraper (Doctors)
Scrape the College of Physicians and Surgeons of Alberta (CPSA) register. Get physician name, registration number, status, disciplines, specialties, conditions, qualifications, languages, practice address, city and phone. Filter by name, city or discipline. Export to JSON, CSV or Excel.
Pricing
from $17.00 / 1,000 results
Rating
0.0
(0)
Developer
Scrapers Lat
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Alberta CPSA Physician Register Scraper (Doctors)
Here is one real result, with every field the actor returns:
{"fullName": "Alan Chan","lastName": "Chan","firstName": "Alan","registrationNumber": "033442","membershipStatus": "Active","practiceDisciplines": ["Anesthesiology"],"specialties": "Anesthesiology","conditionsOnPermit": "None","hasConditions": false,"qualifications": ["MD Doctor of Medicine (University of Saskatchewan, 2021)","LMCC - Licentiate of the Medical Council of Canada","QEP1 - Qualifying Exam Part 1","FRCPC - Fellow, Royal College of Physicians Canada - Anesthesiology"],"languages": ["English"],"gender": "Male","address": "University Hospital 8440 112 St NW Edmonton, Alberta, Canada T6G 2B7","city": "Edmonton","province": "Alberta","postalCode": "T6G 2B7","phone": "780-423-4764","fax": "800-561-3899","contactPublic": true,"profileUrl": "https://search.cpsa.ca/PhysicianProfile?e=eb8331ec-36b6-40cd-8942-2bd5ed3e6b6c&i=0","searchedLastName": "Chan","aiLeadScore": null,"aiLeadTier": null,"aiLeadRationale": null,"aiSummary": "Dr. Alan Chan is an active anesthesiologist based in Edmonton, Alberta. He holds a Doctor of Medicine degree from the University of Saskatchewan and is a Fellow of the Royal College of Physicians Canada in Anesthesiology.","aiIndustry": null,"aiCategories": null,"source": "College of Physicians and Surgeons of Alberta (CPSA)","observedAt": "2026-08-14T06:16:37.712Z"}
The most complete Alberta CPSA physician register scraper available. It returns every field the College of Physicians and Surgeons of Alberta profile exposes (registration number, membership status, disciplines, qualifications, languages, practice address and contacts), and offers optional AI add-ons for a B2B lead score, a professional summary and specialty classification.
📥 Input · 📤 Output · 💰 Pricing · ▶️ Examples
Table of contents
- What it does
- Quickstart
- Input reference
- Output reference
- Example output record
- Run via API and CLI
- Fetch results
- Billing and limits
- FAQ and troubleshooting
What it does
The actor searches the College of Physicians and Surgeons of Alberta (CPSA) public physician register by last name (optionally narrowed by first name, city, discipline, practice type and active status), and writes one record per physician to the run's dataset. Each record carries the full name, registration number, membership status, practice disciplines and specialties, any conditions on the permit, qualifications, languages, gender, full practice address split into city, province and postal code, phone and fax, and the profile URL.
Three optional AI add-ons (paid Apify plans only) can enrich each physician: aiLeadScore with tier and rationale qualifies the physician as a B2B outreach lead, aiSummary writes a concise professional summary, and aiIndustry plus aiCategories classify the primary specialty and sub-specialty tags. Missing values are returned as null, never invented.
Quickstart
Open the actor, paste this into the input, and press Run. It returns up to 30 physicians with the last name Smith.
{"lastNames": ["Smith"],"maxPhysicians": 30}
Narrow with firstName, cities, discipline, practiceType or activeOnly. Every input field is optional; with an empty input the actor searches the prefilled last name.
Input reference
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
lastNames | string[] | no | ["Smith"] | Physician last names (or partial) to search. Each name runs a search and every match is scraped. The main way to pull records. |
firstName | string | no | (empty) | Narrow every last-name search to this first name (or partial). |
cities | string[] | no | (none) | Keep only physicians whose practice city matches one of these, for example Calgary, Edmonton, Lethbridge. |
discipline | string | no | (empty) | Restrict to a practice discipline, matched on contains, for example Family, Cardiology, Psychiatry, Anesthesiology. |
practiceType | string | no | (all) | Limit to FAMILY (family physicians) or SPECIALIST. Empty keeps all. |
activeOnly | boolean | no | false | Keep only physicians whose membership status is Active. |
maxPhysicians | integer | no | 30 | Maximum number of physician records to return across the run. |
withLeadScore | boolean | no | false | Paid AI add-on. Qualify each physician as a B2B lead (0 to 100 score, tier, rationale). Charged per physician scored. |
withProfileSummary | boolean | no | false | Paid AI add-on. Write a concise professional summary. Charged per physician summarised. |
withIndustry | boolean | no | false | Paid AI add-on. Classify primary specialty and sub-specialty tags. Charged per physician classified. |
Output reference
One dataset item per physician. Types: string, boolean, string[], integer, or null when the source value is absent.
| Field | Type | Description |
|---|---|---|
fullName | string | Physician full name. |
lastName | string | Last name. |
firstName | string | First name. |
registrationNumber | string | CPSA registration number. |
membershipStatus | string | Membership status, for example Active. |
practiceDisciplines | string[] | Practice disciplines. |
specialties | string | Specialties as a single string. |
conditionsOnPermit | string | Conditions on the practice permit, for example None. |
hasConditions | boolean | true when the permit carries conditions. |
qualifications | string[] | Degrees, licences and fellowships. |
languages | string[] | Languages spoken. |
gender | string | Gender as listed, or null. |
address | string | Full practice address. |
city | string | Practice city. |
province | string | Province (Alberta). |
postalCode | string | Postal code. |
phone | string | Practice phone, or null. |
fax | string | Practice fax, or null. |
contactPublic | boolean | true when contact details are public. |
profileUrl | string | Direct link to the CPSA profile. |
searchedLastName | string | The last name that returned this record. |
aiLeadScore | integer | AI B2B lead score 0 to 100 when the add-on is enabled, else null. |
aiLeadTier | string | AI lead tier (hot/warm/cold) when enabled, else null. |
aiLeadRationale | string | AI rationale for the score when enabled, else null. |
aiSummary | string | AI professional summary when the add-on is enabled, else null. |
aiIndustry | string | AI primary specialty when the add-on is enabled, else null. |
aiCategories | string[] | AI sub-specialty tags when enabled, else null. |
source | string | Always College of Physicians and Surgeons of Alberta (CPSA). |
observedAt | string | ISO 8601 timestamp of when the record was collected. |
error | string | Present only on a failed run; a single item with a populated error field is written instead. |
Example output record
Real record from a live run (input {"lastNames": ["Chan"], "discipline": "Anesthesiology", "withProfileSummary": true}):
{"fullName": "Alan Chan","lastName": "Chan","firstName": "Alan","registrationNumber": "033442","membershipStatus": "Active","practiceDisciplines": ["Anesthesiology"],"specialties": "Anesthesiology","conditionsOnPermit": "None","hasConditions": false,"qualifications": ["MD Doctor of Medicine (University of Saskatchewan, 2021)","LMCC - Licentiate of the Medical Council of Canada","FRCPC - Fellow, Royal College of Physicians Canada - Anesthesiology"],"languages": ["English"],"gender": "Male","address": "University Hospital 8440 112 St NW Edmonton, Alberta, Canada T6G 2B7","city": "Edmonton","province": "Alberta","postalCode": "T6G 2B7","phone": "780-423-4764","fax": "800-561-3899","contactPublic": true,"profileUrl": "https://search.cpsa.ca/PhysicianProfile?e=eb8331ec-36b6-40cd-8942-2bd5ed3e6b6c&i=0","searchedLastName": "Chan","aiLeadScore": null,"aiLeadTier": null,"aiLeadRationale": null,"aiSummary": "Dr. Alan Chan is an active anesthesiologist based in Edmonton, Alberta. He holds a Doctor of Medicine degree from the University of Saskatchewan and is a Fellow of the Royal College of Physicians Canada in Anesthesiology.","aiIndustry": null,"aiCategories": null,"source": "College of Physicians and Surgeons of Alberta (CPSA)","observedAt": "2026-08-14T06:16:37.712Z"}
Run via API and CLI
Start a run and wait for it to finish, then read the dataset. Replace <TOKEN> with your Apify API token.
Run synchronously and get dataset items in one call:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~alberta-cpsa-physicians-scraper/run-sync-get-dataset-items?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"lastNames":["Smith"],"cities":["Calgary"],"maxPhysicians":25}'
Start a run asynchronously:
curl -X POST "https://api.apify.com/v2/acts/scrapers_lat~alberta-cpsa-physicians-scraper/runs?token=<TOKEN>" \-H "Content-Type: application/json" \-d '{"lastNames":["Patel"],"discipline":"Family","activeOnly":true,"maxPhysicians":100}'
Apify CLI:
apify call scrapers_lat/alberta-cpsa-physicians-scraper \--input '{"lastNames":["Chan"],"discipline":"Anesthesiology"}'
Fetch results
Every run writes to a dataset. Fetch items as JSON, CSV, or Excel by changing format:
# JSONcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"# CSVcurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"# Paginate large datasetscurl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&offset=1000&limit=1000"
<DATASET_ID> is returned as defaultDatasetId in the run object. Use offset and limit to page through large result sets. clean=true drops empty and internal fields.
Billing and limits
- Pay per result. You are charged per physician record returned (
resultevent). See the pricing tab for the current per-result price. - Add-ons billed separately.
ai_lead_score,ai_profile_summaryandai_industryare each charged per physician only when the model returns usable output (paid Apify plans only). - No charge on failure. If a run errors, the actor writes a single item with a populated
errorfield and does not charge for it. Empty runs cost nothing. - Spend cap respected. Set
maxTotalChargeUsdon the run; once reached, the actor stops emitting and charging further billable results. - Free Apify plans are capped at 10 records per run. Upgrade for higher
maxPhysicians.
FAQ and troubleshooting
A run returned 0 records. Why? The last name matched no physicians under your filters. Try a more common name or remove the city/discipline filter. Zero-result runs are not charged.
How do I search a whole specialty?
Pass a common last name and set discipline, or run several last names. The register is searched by name, so broad pulls use many lastNames.
Can I keep only active physicians?
Yes. Set activeOnly to true.
Why are the AI fields null?
The AI add-ons are off by default and require a paid Apify plan. Enable withLeadScore, withProfileSummary or withIndustry on a paid plan to populate them.
Is this an official CPSA tool? No. This actor is independent and has no affiliation with the College of Physicians and Surgeons of Alberta. It reads only data that is publicly available in the CPSA physician register.
Related scrapers
- Canada Corporations Scraper: Canadian federal corporation records.
- Medicare Doctors & Clinicians Scraper: US Medicare clinician directory.
- Healthgrades Doctors Scraper: US physician profiles and ratings.
- NPPES NPI Scraper: US healthcare provider NPI records.
- Doctoralia Scraper: Doctor profiles and availability.
- Florida MQA Health Scraper: Florida health professional licences.
More scrapers at scrapers.lat
Built and maintained by scrapers.lat, where we publish scrapers for US and Latin American public platforms: company registries, government data, finance, e-commerce and more. Browse the catalog or request a custom scraper at scrapers.lat.
Independent tool, not affiliated with the College of Physicians and Surgeons of Alberta. Accesses only publicly available CPSA physician register data.
