linkedin_metrics_by_ticker
Get time-series LinkedIn metrics (employee count, followers) for a stock ticker. Available in JSON or CSV format.
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 |