linkedin_metrics_by_ticker
Retrieve normalized LinkedIn employee count and followers for a company ticker over a specified date range.
Instructions
Normalized LinkedIn metrics:
JSON:
{
format: "json",
ticker, name,
series: [{date, employee_count, followers_count}, ...], # paged
series_count, series_total
}
CSV:
CSV text of the sliced series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |