- Service: RapidAPI LinkedIn Profile Scraper
- Cost: Free tier available (100 requests/month)
- Setup:
- Go to RapidAPI LinkedIn API
- Sign up for RapidAPI account
- Subscribe to "LinkedIn Profile Scraper" or "LinkedIn API"
- Copy your API key
- Add to
.env:RAPIDAPI_KEY=your_key_here
- Service: OpenAI GPT for message generation
- Cost: Pay-per-use (very affordable)
- Setup:
- Go to OpenAI Platform
- Create account and add payment method
- Generate API key
- Add to
.env:OPENAI_API_KEY=your_key_here
GOOGLE_SEARCH_API_KEY=your_google_api_key
GOOGLE_SEARCH_ENGINE_ID=your_search_engine_idGITHUB_TOKEN=your_github_token-
Get RapidAPI LinkedIn API (15 minutes)
- Most critical for finding candidates
- Free tier gives you 100 searches/month
- Enough for testing and small projects
-
Optional: Add OpenAI (5 minutes)
- Enables AI-powered personalized messages
- Costs ~$0.01 per message generated
- Can use templates without this
-
Test with Demo Data (immediate)
- We'll add sample data for testing
- See results without any API setup
- Start with RapidAPI LinkedIn - it's the most important
- OpenAI is optional but makes messages much better
- Google/GitHub APIs help with data enrichment
- All APIs have free tiers to start with