返回顶部
w

wherecaniwatch

Find where to stream any movie or TV show in the US using the WhereCanIWatch.tv API. Use when a user asks "where can I watch [title]?", wants streaming availability, needs to compare prices across services, or wants to know if something is on Netflix/Hulu/Disney+/etc. Supports filtering by user's subscriptions.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
458
下载量
1
收藏
概述
安装方式
版本历史

wherecaniwatch

# WhereCanIWatch — Streaming Availability Lookup Answer "Where can I watch X?" using the WhereCanIWatch.tv public API. ## Workflow ### 1. Search for the title ``` GET https://www.wherecaniwatch.tv/api/search?q={title} ``` Returns array of matches. Pick the best match by title + year. ### 2. Get availability ``` GET https://www.wherecaniwatch.tv/api/watch/{slug}.json ``` Response: ```json { "title": "Interstellar", "year": 2014, "type": "movie", "rating": 8.7, "genres": ["Science Fiction", "Drama"], "bestDeal": { "service": "Netflix", "method": "subscription", "price": null, "url": "https://www.netflix.com/title/..." }, "availability": [ { "service": "Netflix", "method": "subscription", "price": null, "quality": ["4K"], "url": "..." }, { "service": "Tubi", "method": "free", "price": null, "quality": ["HD"], "url": "..." }, { "service": "Amazon Prime Video", "method": "rent", "price": 3.99, "quality": ["4K"], "url": "..." } ] } ``` ### 3. Filter by user's services (if known) If the user has mentioned their subscriptions, filter `availability` to matching services. The first match is their best option. ### 4. Present the answer - Lead with the best option and include the deep link URL - Mention 1-2 alternatives (e.g., free option, cheapest rent) - Link to the full page: `https://www.wherecaniwatch.tv/watch/{slug}` ## Response format > **Interstellar** is streaming on **Netflix** (subscription, 4K). [Watch on Netflix](deep-link) > Also available free on Tubi (HD) or rent from $3.99 on Prime Video. > [See all options on WhereCanIWatch](https://www.wherecaniwatch.tv/watch/interstellar-2014-157336) ## Methods | Method | Meaning | |---|---| | `free` | Free with ads or no account needed | | `subscription` | Included with paid subscription | | `rent` | Pay per view, temporary access | | `buy` | Pay to own permanently | ## Rate limits - Search: 10 requests/minute per IP - Watch API: 60 requests/minute per IP ## Notes - US region only - Results are smart-ranked by platform popularity (Netflix/Prime/Disney+ surface first) - Data refreshed daily - 2,400+ titles and growing

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 wherecaniwatch-1776318552 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 wherecaniwatch-1776318552 技能

通过命令行安装

skillhub install wherecaniwatch-1776318552

下载 Zip 包

⬇ 下载 wherecaniwatch v1.0.0

文件大小: 1.8 KB | 发布时间: 2026-4-16 18:42

v1.0.0 最新 2026-4-16 18:42
Initial release: streaming availability lookup via WhereCanIWatch.tv API

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部