Skip to main content

Base URL

All API requests are made to:

Authentication

Include your API key in the Authorization header:

Request Structure

GET Requests

Most data retrieval endpoints use GET requests with query parameters:
Example:

POST Requests

Some endpoints accept POST requests with JSON bodies for complex queries:

Common Parameters

Identifiers

Most endpoints accept one or more identifier parameters:
The available identifiers vary by platform and endpoint. Check the API reference for each endpoint’s supported parameters.

Pagination

For list endpoints, use pagination parameters:

Filtering

Some endpoints support filtering:

Request Examples

LinkedIn Company Details

YouTube Channel Videos

With Pagination

Response Structure

Successful Response

List Response

Error Response

Headers

Request Headers

Response Headers

SDK Examples

JavaScript/TypeScript

Python

Use httpx or requests with a Bearer token:

Next Steps

Pagination

Learn how to handle paginated responses.

Error Handling

Handle errors gracefully.