PanSou Cloud Storage Search
Pricing
from $1.00 / 1,000 results
Go to Apify Store
PanSou Cloud Storage Search
Search 13 cloud storage types: Baidu, Aliyun, Quark, Tianyi, 115, Xunlei, UC, 123, PikPak, Magnet. 100+ TG channels + 80+ plugins. Real-time JSON API with passwords. Movies, software, ebooks.
PanSou — Chinese Cloud Storage Search API
Search across 100+ Telegram channels and 80+ search plugins for cloud storage resources.
🎯 Why PanSou?
Finding resources on Chinese cloud storage is fragmented and frustrating. Resources are scattered across dozens of platforms and hidden in private Telegram channels.
PanSou aggregates everything into a single API call.
| Feature | Details |
|---|---|
| 🔌 13 storage types | Baidu, Aliyun, Quark, Tianyi, 115, Xunlei, UC, 123, PikPak, Magnet, Mobile, eD2k |
| 📡 100+ TG channels | Continuously updated resource sharing channels |
| 🔧 80+ plugins | WordPress, forum, and site-specific search plugins |
| 🔑 Passwords included | Extraction codes displayed alongside links |
| ⚡ Real-time | No caching — always returns fresh results |
| 📦 Structured JSON | Clean output ready for your pipeline |
💡 Use Cases
- 🎬 Find movies & TV shows across cloud drives
- 💻 Discover software and tools
- 📚 Search ebooks & courses — textbooks, tutorials, learning materials
- 🤖 Power your bot — Telegram / Discord / Slack bots
- 🔗 Enrich datasets — add resource links to your data pipeline
- 🏗️ Build apps — use as backend for resource search apps
🚀 Quick Start
Try in Console
Click "Try for free" above, enter a keyword, get results instantly.
API (curl)
# Start a runcurl -X POST "https://api.apify.com/v2/acts/immense_insulator~pansou-search/runs" \-H "Authorization: Bearer YOUR_APIFY_TOKEN" \-H "Content-Type: application/json" \-d '{"keyword": "庆余年", "limit": 20}'# Fetch results (use run ID from above)curl "https://api.apify.com/v2/datasets/DATASET_ID/items?token=YOUR_APIFY_TOKEN"
Python SDK
from apify_client import ApifyClientclient = ApifyClient("YOUR_TOKEN")# Run the actorrun = client.actor("immense_insulator/pansou-search").call(run_input={"keyword": "庆余年", "limit": 50})# Process resultsfor item in client.dataset(run["defaultDatasetId"]).iterate_items():print(f"[{item['type']}] {item['title']}")print(f" {item['url']} (pw: {item['password']})")
JavaScript / Node.js
import { ApifyClient } from 'apify-client';const client = new ApifyClient({ token: 'YOUR_TOKEN' });const run = await client.actor('immense_insulator/pansou-search').call({keyword: '星穹铁道',limit: 30});const { items } = await client.dataset(run.defaultDatasetId).listItems();items.forEach(item => {console.log(`[${item.type}] ${item.title} — ${item.url}`);});
📥 Input
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
keyword | string | ✅ | — | Search term (Chinese or English) |
limit | integer | ❌ | 100 | Max results (1–500) |
📤 Output
{"keyword": "庆余年","results": [{"type": "quark","title": "庆余年 4K臻彩MAX [更新至139集]","url": "https://pan.quark.cn/s/abc123","password": "abcd","date": "2026-05-08"},{"type": "aliyun","title": "庆余年 S1+S2 完整版","url": "https://www.alipan.com/s/xyz789","password": "","date": "2026-05-07"}]}
📊 Performance
| Metric | Value |
|---|---|
| Avg response time | 3–5 seconds |
| Max results | 500 / query |
| Timeout | 60 seconds |
| Backend rate limit | None |
💰 Pricing
| Item | Cost |
|---|---|
| Per result | $0.001 |
| Per run start | $0.00005 |
| Apify platform fee | 20% |
Example costs:
- Quick search (20 results): ~$0.02
- Full search (100 results): ~$0.10
- Deep search (500 results): ~$0.50
📦 Supported Platforms
| Platform | type field | Notes |
|---|---|---|
| 百度网盘 | baidu | Most popular in China |
| 阿里云盘 | aliyun | No speed limits |
| 夸克网盘 | quark | Fast, generous free tier |
| 天翼云盘 | tianyi | China Telecom |
| 115网盘 | 115 | Large storage |
| 迅雷云盘 | xunlei | P2P accelerated |
| UC网盘 | uc | Mobile-friendly |
| 123云盘 | 123 | Simple & fast |
| PikPak | pikpak | International access |
| 磁力链接 | magnet | BitTorrent |
| 中国移动云盘 | mobile | Free for CM users |
| 电驴 | ed2k | Legacy P2P |
| 蓝奏云 | lanzou | Small files |
🔗 Links
- 🌐 Website: so.axinyao.com
- 📖 API Docs: so.axinyao.com/api.html
- 🏪 Apify Store: apify.com/immense_insulator/pansou-search
- 🐛 Support: Open an issue on Apify or contact via website
Made with ❤️ by 新尧