CEO: Get Discussion Thread
CEO via Parse · Finance
Fetch the discussion thread for a specific stock channel (ticker) or topic. Returns posts in reverse chronological order. Supports time-based pagination via the until parameter — pass the timestamp of the last post to load older posts. API to scrape discussion threads, popular posts, and trending stocks from CEO.ca. Fulfilled by Parse from ceo.ca.
- ceo
- ceo-ca
- finance
- news-media
- parse
- platform-key
- social-media
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- Finance
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/21ba56c5-84da-4f86-a937-a098c1c6868e/get_discussion_thread
- Interface artifact
- sha256:cd2639b71c236864fc848b9733327a3f34e5959db6f4d8bd29be5008fddb7b74
- Manifest digest
- sha256:0c1c26228935e78d059577f8f09f08df4da5ba8dee8c5dfd219a90ce0935e338
Request fields
- limit (integer): Maximum number of posts to fetch.
- until (integer): Timestamp (milliseconds since epoch) to paginate from. Posts older than this timestamp will be returned.
- channel (string, required): The stock ticker or channel name (e.g. 'gold', 'silver', 'index', 'boardroom', or a company ticker like 'eqx').
Example queries
- {"limit":"10","channel":"gold"}