datasets_journalists_item
Retrieve a specific journalist by outlet and slug from the journalists dataset. Get key details for news media research.
Instructions
Get a journalist from the journalists dataset. Returns one journalist by outlet id and slug from dataset id enum value journalists. Returns 404 when the outlet is not supported or the journalist is not in the index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Journalist slug within the outlet, e.g. zack-whittaker | |
| outlet | Yes | Outlet id, e.g. techcrunch. Use the ids returned by facets?facet=outlet |