Trendforce: List Posts
Trendforce via Parse · news_media
List and search posts from TrendForce Insights. Supports sorting by newest or most popular, keyword search, and pagination via offset/limit. Returns post summaries including engagement metrics (reactions, comments) and metadata. Each post summary carries a slug usable with get_post to retrieve full article content. Scrape articles from TrendForce Insights (insights.trendforce.com), a semiconductor and AI industry analysis publication. Returns post listings and full article content divided into text sections and figures for LLM parsing. Fulfilled by Parse from insights.trendforce.com.
- b2b-directory
- finance
- insights-trendforce-com
- news-media
- parse
- platform-key
- trendforce
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/fbe93ce5-a6bd-4c39-8e93-3a714d6de4c4/list_posts
- Interface artifact
- sha256:d97d3091ffce9c416f0caa8dc9b8136d5a4acff6f2291d241718cea95a0da4b7
- Manifest digest
- sha256:8cc6cfae7ce3c9d82b7143c76e494a4529e4474a6166bca4b89ec2d2e29d076f
Request fields
- sort (string): Sort order for posts.: Allowed values: new, top
- limit (integer): Maximum number of posts to return per request.
- offset (integer): Pagination offset (number of posts to skip).
- search (string): Search query to filter posts by keyword. Empty string returns all posts.
Example queries
- {"sort":"new","limit":"5","offset":"0"}