Skip to documentation
Browse documentation

Get Newsletter

Fetches a public LinkedIn newsletter with publisher metadata and an ordered, normalized edition index plus explicit coverage limitations.

Capability ID linkedin.newsletter.get
Cost 1 credit per request
Maximum runtime 60 seconds
View raw

POST /execute Shared execution endpoint

Input parameters

url string required

LinkedIn newsletter URL. Returns the newsletter and its list of editions; each edition is a Pulse article readable with linkedin.article.get.

Example https://www.linkedin.com/newsletters/the-monthly-tech-in-7056663228474425344

Response

Successful output is returned in results[0].data. Raw platform output is intentionally open-ended and may evolve with the upstream source.

Illustrative sample The full redacted fixture is shown in the response panel.

Illustrative output fields

Derived from the sample above for orientation only. These observed fields are not a fixed response schema.

PathObserved typeExample
author_name string Example Publisher
coverage object 5 fields
coverage.limitations array 2 items
coverage.missing_fields array 0 items
coverage.source string linkedin_public_newsletter_index
coverage.status string partial_public
coverage.truncated_fields array 1 items
description string Your monthly source of "byte-sized" updates on Microsoft innovations an…
edition_count integer 5
editions array 3 items
editions array 3 items
logo_url string https://media.licdn.com/dms/image/v2/D5612AQGsxOnGqhevEg/series-logo_im…
newsletter_id string 7056663228474425344
slug string the-monthly-tech-in
title string The Monthly Tech-In
url string https://www.linkedin.com/newsletters/the-monthly-tech-in-70566632284744…

Execution behavior

A 200 response completed inline. A 202 response was queued; poll GET /jobs/:id until the job reaches completed or failed.