API Documentation

Everything you need to integrate LinkedIn data into your applications.

Quick Start

1. Get API Key

Create an API key from your dashboard.

2. Add Credits

Purchase credits from the billing page.

3. Make Requests

Use the API with your key in the X-API-Key header.

Example Request
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