Practicelink Job Scraper
Try for free
2 hours trial then $17.99/month - No credit card required now
Go to Store
Practicelink Job Scraper
songd/practicelink-job-scraper
Try for free
2 hours trial then $17.99/month - No credit card required now
Apify actor extracting medical job listings via profession/specialty filters. Outputs structured data (facility/physician details, descriptions) with proxy support. For healthcare recruiters/analysts. Requires proxy compliance.
PracticeLink Job Scraper Actor
A professional Apify actor for scraping medical job listings from PracticeLink.com. Built with TypeScript, Apify SDK, and Crawlee.
Features
- Targeted Search: Filter jobs by profession, specialty, and location
- Recruitment Type Filtering: Search employer-direct, search firm, or both
- Scalable: Configure max results up to 100,000 listings
- Structured Data: Outputs detailed job information including:
- Facility details and hierarchy
- Physician contact information
- Search firm relationships
- Comprehensive job descriptions
- Proxy Support: Flexible proxy configuration options
- Dataset Views: Preconfigured table view with HTML formatting for descriptions
Input Configuration
Configure via JSON input or Apify UI:
1{ 2 "initialUrl": "https://jobs.practicelink.com/jobboard/...", 3 "profession": "physician", 4 "specialtie": "cardiology", 5 "recruitmentType": "57298", 6 "location": "washington", 7 "maxResults": 5000, 8 "useApifyProxy": false, 9 "customProxyUrl": "http://your.proxy:8080" 10}
Input Fields
Field | Type | Description | Required |
---|---|---|---|
initialUrl | String | Direct search URL alternative | Optional |
profession | String | Medical profession from predefined list | Optional |
specialtie | String | Medical specialty from predefined list | Optional |
recruitmentType | String | "57298" (Employer), "57299" (Search Firm), "-2" (Both) | Optional |
location | String | Geographic target (e.g., "new-york") | Optional |
maxResults | Integer | Results count (100-100000) | Optional |
useApifyProxy | Boolean | Use Apify's datacenter proxy (recommended) | No (default: true) |
customProxyUrl | String | Custom proxy endpoint for scraping | Optional |
Proxy Requirements
Recommended proxy configuration:
1{ 2 "useApifyProxy": true 3}
Custom proxy alternative:
1{ 2 "useApifyProxy": false, 3 "customProxyUrl": "http://username:password@proxy.example.com:8000" 4}
Use Apify Proxy or residential proxies for best results. US-based proxies recommended.