Latent: List Posts
Latent via Parse · news_media
Fetch a paginated list of posts from the Latent Space archive. Returns post summaries sorted by date or popularity. Supports filtering by content type (e.g. 'podcast'). Paginate via offset; each page returns up to `limit` items. Access podcast episodes, newsletters, search, and full transcripts from the Latent Space publication on AI engineering. Fulfilled by Parse from latent.space.
- developer-tools
- entertainment
- latent
- latent-space
- news-media
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- news_media
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/521547f0-2179-4187-b87e-57eae46029c7/list_posts
- Interface artifact
- sha256:2a20351da968eaee9dcbb03778b827a46fa5e86899e1f256b68c1554d93a0989
- Manifest digest
- sha256:8b7378280db91ffdaa8b572769da4decf8c86389e626fc10cf99d693e2b66cc6
Request fields
- sort (string): Sort order for results.: Allowed values: top, new
- type (string): Content type filter. Known working value: 'podcast'. The upstream API may reject some type/sort combinations.: Allowed values: podcast
- limit (integer): Maximum number of results per page.
- offset (integer): Number of items to skip for pagination.
Example queries
- {"sort":"new","type":"podcast","limit":"5","offset":"0"}