Nhia details parser spider avatar
Nhia details parser spider

Pricing

$30.00/month + usage

Go to Apify Store
Nhia details parser spider

Nhia details parser spider

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

Scrape NHIA directory for home infusion providers via keywords (e.g., states like "Michigan"). Extracts name, address (street, city, state, ZIP), phone, learn more link, and crawled date. Ideal for healthcare directories, market research, or contact management.

0.0 (0)

Pricing

$30.00/month + usage

0

1

1

Last modified

a day ago

Introduction

The Nhia Details Parser Spider is an Apify Actor designed to scrape and parse detailed information about home infusion providers from the National Home Infusion Association (NHIA) website. It searches based on keywords such as state names and extracts provider details like names, addresses, phone numbers, and links, making it perfect for building healthcare directories or contact lists.

Input Parameters

ParameterTypeDescriptionRequired
keywordsArrayAn array of keywords for searching providers (e.g., state names like "Michigan").Yes
proxyConfigurationObjectProxy settings for the scrape. Use Apify's proxy with residential groups for reliable access. Example: { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }.No (but recommended for stability)

Example input:

{
"keywords": [
"Michigan"
],
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Features

  • Searches NHIA provider directory using keywords to find relevant home infusion providers.
  • Extracts key details including name, street address, city, state, postal code, phone, learn more link, and crawled date.
  • Supports proxy configuration to handle access restrictions and ensure consistent scraping.
  • Outputs clean, structured JSON for seamless integration into databases, apps, or reports.
  • Efficient for bulk queries by state or other keywords.

Possible Use Cases

  • Healthcare Directories: Compile lists of home infusion providers by state for medical databases or referral systems.
  • Market Research: Analyze provider locations and contact info for trends in home healthcare services.
  • Contact Management: Automate gathering of provider details for CRM systems or outreach campaigns.
  • Data Enrichment: Enhance existing datasets with up-to-date NHIA provider information.

Output Example

The Actor returns an array of provider objects in JSON format. Here's a sample output:

[
{
"Name": "MyMichigan Health (MidMichigan) Home Care Infusion",
"Street": "3007 N Saginaw Rd",
"City": "Midland",
"State": "MI",
"Postal_Code": "48640 ",
"Phone": "989-633-1400",
"Learn_More_Link": "https://web.nhia.org/Provider/MyMichigan-Health-(MidMichigan)-Home-Care-Infusion-1283",
"Crawled_Date": "08-25-2025"
},
{
"Name": "University of Michigan HomeMed",
"Street": "2850 S Industrial Hwy ",
"City": "Ann Arbor",
"State": "MI",
"Postal_Code": "48104 ",
"Phone": "734-975-7492",
"Learn_More_Link": "https://web.nhia.org/Provider/University-of-Michigan-HomeMed-32",
"Crawled_Date": "08-25-2025"
}
]

Support

For bug reports or custom needs, contact support@getdataforme.com
Or use our contact form: https://getdataforme.com/contact/
(Make sure to include a clear subject line in your message)