Pricing
from $1.00 / 1,000 results
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.
Pricing
from $1.00 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
4
Total users
1
Monthly active users
2 months ago
Last modified
Share
PanSou โ Chinese Cloud Storage Search API
Search across 100+ Telegram channels and 80+ search plugins for cloud storage resources.
๐ Try on Apify
๐ Website
๐ฏ 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 =newApifyClient({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 ๆฐๅฐง
