linkedin_metrics_by_ticker
Retrieve normalized LinkedIn metrics (employee count, followers) for a company ticker, with optional date range and CSV/JSON output. Use to analyze company presence over time.
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 |