Build with the INSAIDR API
Integrate LinkedIn automation into your own applications with our RESTful API. Manage contacts, campaigns, and analytics programmatically.
API Capabilities
Contacts Management
Create, update, search, and manage contacts. Sync with your CRM or import from CSV.
Campaign Automation
Create and manage outreach campaigns. Set sequences, messages, and targeting criteria.
Analytics & Reporting
Pull campaign performance data, conversion metrics, and engagement analytics.
Webhooks
Receive real-time notifications for replies, connections, and campaign events.
Simple Authentication
Authenticate with API keys using Bearer token authorization. Generate and manage keys from your dashboard.
All API requests must include your API key in the Authorization header.
curl -X POST https://api.insaidr.com/v1/contacts \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"linkedin_url": "https://linkedin.com/in/prospect",
"first_name": "Jane",
"last_name": "Smith",
"company": "Acme Inc",
"tags": ["enterprise", "saas"]
}'Webhook Events
Subscribe to real-time events and build reactive workflows.
Rate Limits
API rate limits depend on your plan. All limits are per minute and reset automatically.
Standard
60
requests/min
Pro
300
requests/min
Enterprise
1,000
requests/min
Ready to Build?
Get your API key and start integrating INSAIDR into your applications today.
Request API Access