2672243194/dsh-fetch-data
2672243194★ 0JavaScript最后同步: 2026-08-16
—
README 摘要
dsh-fetch-data 🌐 English 中文 Structured data extractor for DeepSeek Harness — intercepts a page's real data APIs (XHR/fetch JSON) and returns precise fields (comment like-counts, rankings, prices, tables) that text extractors lose when flattening HTML. read url answers "what does this page say?" — fetch data answers "what are the exact numbers/data behind it?" Why it exists read url (text extractor) fetch data (this plugin) Reads cleaned page text / Markdown the page's underlying JSON APIs Output prose the model reads structured fields ( {title, view} pairs) Strength reading articles/docs exact field attribution — which number belongs to which row Weakness flattened text loses number↔item association requires playwright (browser engine) Real example: on a Xiaoheihe post, read url returned "60125" with no way to know if it meant 60 likes + 125 favorites or anything else. fetch data intercepts /bbs/app/link/tree and returns {user, up, content} — unambiguous. Tool fetch data(url, api?, fields?, maxItems?) — capture the page's data APIs and extract fields Param Type Default Description url string required http(s) page whose data APIs to capture api string auto Pin a specific endpoint f…
在 GitHub 查看完整 README →