MedicareLINK (Sunfire) to csv avatar
MedicareLINK (Sunfire) to csv
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
MedicareLINK (Sunfire) to csv

MedicareLINK (Sunfire) to csv

medicare_tools/medicarecenter-data-extractor

Extract your enrollments in MedicareLINK (Sunfire) into a csv file.

MedicareLINK Data Extraction Actor

Overview

This actor automates the process of extracting client data from MedicareLINK using Selenium. It is designed to log in using provided credentials, navigate through the MedicareCENTER portal, retrieve necessary information, and output the data in a structured format.

Features

  • Automated login to MedicareCENTER.
  • Launch MedicareLINK
  • Date range of the past 2 months.
  • Extraction of detailed client data including personal and plan information.
  • Headless browsing for efficient operation on the Apify platform.

Prerequisites

  • Apify account for deployment.
  • Necessary credentials (NPN and password) for MedicareCENTER access.

Usage

To run the actor:

  1. Navigate to the actor section in your Apify account.
  2. Input your NPN number and password in the input schema.
  3. Run the actor.

Input Schema

The actor accepts the following inputs:

  • npi_number: The NPN number used for logging into the MedicareCENTER.
  • password: The corresponding password for the account.
  • enrollments_from: The beginning date of when the scraper should collect data.
  • to: The end date of when the scraper should collect data.

Output Data Structure

The actor outputs a dataset with the following fields for each client:

  • firstName: First name of the client.
  • lastName: Last name of the client.
  • PCP: Primary Care Physician or plan name.
  • monthlyPremium: Monthly premium amount.
  • effectiveDate: Effective date of the plan.
  • DOB: Date of birth of the client.
  • gender: Gender of the client.
  • address: Full address of the client.
  • ethnicity: Ethnicity of the client.
  • race: Race of the client.
  • language: Preferred language of the client.
  • MBI: Medicare Beneficiary Identifier.
  • electionPeriod: Election period for the plan.
  • Part_A_effective_date: Part A effective date.
  • Part_B_effective_date: Part B effective date.
  • sepCode: Special Enrollment Period code.
  • enrollmentCode: Enrollment code.
  • agentName: Name of the agent who processed the enrollment.
  • writingId: Writing ID of the agent.

Export Data to a csv file:

alt text

Important Notes

  • This actor is designed to work specifically with the MedicareCENTER's web interface as of 11/01/2023. Changes to their site may require updates to the script.
  • Ensure compliance with MedicareCENTER's terms of use when using this actor.
Developer
Maintained by Community