Alberta CPSA Physician Register Scraper (Doctors) avatar

Alberta CPSA Physician Register Scraper (Doctors)

Pricing

from $17.00 / 1,000 results

Go to Apify Store
Alberta CPSA Physician Register Scraper (Doctors)

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

Scrapers Lat

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Alberta CPSA Physician Register Scraper (Doctors)

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

Apify Coverage Output Billing

Table of contents

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

FieldTypeRequiredDefaultDescription
lastNamesstring[]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.
firstNamestringno(empty)Narrow every last-name search to this first name (or partial).
citiesstring[]no(none)Keep only physicians whose practice city matches one of these, for example Calgary, Edmonton, Lethbridge.
disciplinestringno(empty)Restrict to a practice discipline, matched on contains, for example Family, Cardiology, Psychiatry, Anesthesiology.
practiceTypestringno(all)Limit to FAMILY (family physicians) or SPECIALIST. Empty keeps all.
activeOnlybooleannofalseKeep only physicians whose membership status is Active.
maxPhysiciansintegerno30Maximum number of physician records to return across the run.
withLeadScorebooleannofalsePaid AI add-on. Qualify each physician as a B2B lead (0 to 100 score, tier, rationale). Charged per physician scored.
withProfileSummarybooleannofalsePaid AI add-on. Write a concise professional summary. Charged per physician summarised.
withIndustrybooleannofalsePaid 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.

FieldTypeDescription
fullNamestringPhysician full name.
lastNamestringLast name.
firstNamestringFirst name.
registrationNumberstringCPSA registration number.
membershipStatusstringMembership status, for example Active.
practiceDisciplinesstring[]Practice disciplines.
specialtiesstringSpecialties as a single string.
conditionsOnPermitstringConditions on the practice permit, for example None.
hasConditionsbooleantrue when the permit carries conditions.
qualificationsstring[]Degrees, licences and fellowships.
languagesstring[]Languages spoken.
genderstringGender as listed, or null.
addressstringFull practice address.
citystringPractice city.
provincestringProvince (Alberta).
postalCodestringPostal code.
phonestringPractice phone, or null.
faxstringPractice fax, or null.
contactPublicbooleantrue when contact details are public.
profileUrlstringDirect link to the CPSA profile.
searchedLastNamestringThe last name that returned this record.
aiLeadScoreintegerAI B2B lead score 0 to 100 when the add-on is enabled, else null.
aiLeadTierstringAI lead tier (hot/warm/cold) when enabled, else null.
aiLeadRationalestringAI rationale for the score when enabled, else null.
aiSummarystringAI professional summary when the add-on is enabled, else null.
aiIndustrystringAI primary specialty when the add-on is enabled, else null.
aiCategoriesstring[]AI sub-specialty tags when enabled, else null.
sourcestringAlways College of Physicians and Surgeons of Alberta (CPSA).
observedAtstringISO 8601 timestamp of when the record was collected.
errorstringPresent 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:

# JSON
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=json"
# CSV
curl "https://api.apify.com/v2/datasets/<DATASET_ID>/items?token=<TOKEN>&clean=true&format=csv"
# Paginate large datasets
curl "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 (result event). See the pricing tab for the current per-result price.
  • Add-ons billed separately. ai_lead_score, ai_profile_summary and ai_industry are 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 error field and does not charge for it. Empty runs cost nothing.
  • Spend cap respected. Set maxTotalChargeUsd on 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.

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.