Channel Routing
| Channel | Provider | Strengths | Trade-offs |
|---|---|---|---|
apify | Apify | Broadest coverage and strong runtime stability | Usually higher and more variable cost |
rapid | RapidAPI | Lower cost in many cases | Lower stability and narrower coverage |
memories.ai | Managed routing by Memories.ai | Best default for price/performance balance | Provider is selected automatically |
Recommendation
- Start with
memories.aifor production workloads. - Use
apifywhen coverage or stability is the top priority. - Use
rapidfor cost-sensitive, non-critical tasks where occasional instability is acceptable.
Which Endpoints Support channel
channel is supported in the following endpoint families:
- Video metadata endpoints
- Video transcript endpoints
channel field (for example some comment/detail/caption workflows) use managed routing behavior defined by the backend.
Pricing Summary
| Endpoint Type | rapid | memories.ai | apify |
|---|---|---|---|
| Video Metadata | $0.01/video | $0.01/video | Apify actual cost (variable) |
| Video Transcript | $0.01/video | $0.01/video | Apify actual cost (variable) |
| Video Caption | — | Composite pricing* | — |
| Video Detail / Comment / Reply | $0.01/call | $0.01/call | $0.01/call |
*Video Caption pricing is composite. TikTok, Instagram, and Twitter/X use a 0.45/1M input tokens + 0.0001/second of video duration. YouTube uses a variable base fee plus the same token and duration components. See individual endpoint pages for detailed calculation examples.
Quick Decision Guide
| Scenario | Suggested channel |
|---|---|
| Need the most complete result set | apify |
| Need lowest cost and can tolerate retries | rapid |
| Need stable default behavior without manual tuning | memories.ai |
