Semianalysis APIsemianalysis.com ↗
Access the latest SemiAnalysis newsletter posts on semiconductors, AI infrastructure, and datacenter technology, retrieving full articles along with author information and metadata. Build applications that automatically incorporate semiconductor industry insights and analysis into your workflows or services.
curl -X GET 'https://api.parse.bot/scraper/9435a1cf-0868-4388-aeba-6123bdf2dca4/list_posts?limit=5&offset=0' \ -H 'X-API-Key: $PARSE_API_KEY'
List SemiAnalysis newsletter posts in reverse chronological order with pagination. Returns metadata for each post including title, authors, date, description, engagement metrics, and cover image. Use offset and limit to paginate through the full archive.
| Param | Type | Description |
|---|---|---|
| limit | integer | Number of posts to return per page (1-100). |
| offset | integer | Number of posts to skip for pagination. |
{
"type": "object",
"fields": {
"limit": "integer, the limit used",
"posts": "array of post summary objects with id, title, slug, subtitle, post_date, audience, authors, description, cover_image, wordcount, reaction_count, comment_count",
"offset": "integer, the offset used"
},
"sample": {
"limit": 5,
"posts": [
{
"id": 209189055,
"slug": "kimi-k3-the-manos-the-mythos-the",
"type": "newsletter",
"title": "Kimi K3, The Manos, The Mythos, The Legendos",
"authors": [
{
"name": "Kimbo Chen",
"handle": "kimbobachen"
},
{
"name": "Dylan Patel",
"handle": "semianalysis"
}
],
"audience": "only_paid",
"subtitle": "Kimi K3’s architecture: compressed memory, attention across depth, latent expert routing, and serving performance",
"post_date": "2026-08-03T19:42:30.801Z",
"wordcount": 4744,
"section_id": null,
"cover_image": "https://substack-post-media.s3.amazonaws.com/public/images/872a94ce-6123-4a09-bb86-4f5aa363fece_1672x941.png",
"description": "Kimi K3’s architecture: compressed memory, attention across depth, latent expert routing, and the inference performance",
"canonical_url": "https://newsletter.semianalysis.com/p/kimi-k3-the-manos-the-mythos-the",
"comment_count": 0,
"reaction_count": 149
}
],
"offset": 0
}
}About the Semianalysis API
The Semianalysis API on Parse exposes 2 endpoints for the publicly available data on semianalysis.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.