API Documentation
Everything you need to integrate LinkedIn data into your applications.
Quick Start
Create an API key from your dashboard.
Purchase credits from the billing page.
Use the API with your key in the X-API-Key header.
curl -X GET "https://api.heyscraper.io/api/profile/williamhgates" \ -H "X-API-Key: hs_live_your_api_key"
Authentication
All API requests require authentication using an API key. Include your key in the X-API-Key header.
X-API-Key: hs_live_your_api_key
Base URL
https://api.heyscraper.io
Rate Limits & Credits
Each API request costs 1 credit by default. Some endpoints may cost more (indicated in their documentation).
- Filter/typeahead endpoints are free (0 credits)
- Failed requests are not charged
- Rate limit: 100 requests per minute
API Reference
Access LinkedIn profile data, search for people, and retrieve their activity
Access company data, search for companies, and retrieve company posts
Search job listings and retrieve detailed job information
Helper endpoints to get IDs for search filters. Essential for building search queries.
Public typeahead endpoints that don't require authentication. Limited functionality but no credits required.