VOOZH about

URL: https://apify.com/immense_insulator/pansou-search

โ‡ฑ PanSou โ€” Chinese Cloud Storage Search API ยท Apify


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.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ xinyao a

xinyao a

Maintained by Community

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.

FeatureDetails
๐Ÿ”Œ 13 storage typesBaidu, Aliyun, Quark, Tianyi, 115, Xunlei, UC, 123, PikPak, Magnet, Mobile, eD2k
๐Ÿ“ก 100+ TG channelsContinuously updated resource sharing channels
๐Ÿ”ง 80+ pluginsWordPress, forum, and site-specific search plugins
๐Ÿ”‘ Passwords includedExtraction codes displayed alongside links
โšก Real-timeNo caching โ€” always returns fresh results
๐Ÿ“ฆ Structured JSONClean 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 run
curl-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 ApifyClient
client = ApifyClient("YOUR_TOKEN")
# Run the actor
run = client.actor("immense_insulator/pansou-search").call(
run_input={"keyword":"ๅบ†ไฝ™ๅนด","limit":50}
)
# Process results
for 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

ParameterTypeRequiredDefaultDescription
keywordstringโœ…โ€”Search term (Chinese or English)
limitintegerโŒ100Max 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

MetricValue
Avg response time3โ€“5 seconds
Max results500 / query
Timeout60 seconds
Backend rate limitNone

๐Ÿ’ฐ Pricing

ItemCost
Per result$0.001
Per run start$0.00005
Apify platform fee20%

Example costs:

  • Quick search (20 results): ~$0.02
  • Full search (100 results): ~$0.10
  • Deep search (500 results): ~$0.50

๐Ÿ“ฆ Supported Platforms

Platformtype fieldNotes
็™พๅบฆ็ฝ‘็›˜baiduMost popular in China
้˜ฟ้‡Œไบ‘็›˜aliyunNo speed limits
ๅคธๅ…‹็ฝ‘็›˜quarkFast, generous free tier
ๅคฉ็ฟผไบ‘็›˜tianyiChina Telecom
115็ฝ‘็›˜115Large storage
่ฟ…้›ทไบ‘็›˜xunleiP2P accelerated
UC็ฝ‘็›˜ucMobile-friendly
123ไบ‘็›˜123Simple & fast
PikPakpikpakInternational access
็ฃๅŠ›้“พๆŽฅmagnetBitTorrent
ไธญๅ›ฝ็งปๅŠจไบ‘็›˜mobileFree for CM users
็”ต้ฉดed2kLegacy P2P
่“ๅฅไบ‘lanzouSmall files

๐Ÿ”— Links


Made with โค๏ธ by ๆ–ฐๅฐง

You might also like

Youtube Video Downloader โœ… | No proxy needed

x_guru/youtube-video-downloader

Download YouTube videos and Shorts with original audio. No proxy needed. Save to Apify storage or your own cloud (AWS S3, Azure, Google Cloud).

๐Ÿ‘ User avatar

Hundevmode Labs

18

GCP Uploader

circ_le/gcp-uploader

Upload datasets and KV store records to Google cloud storage

51

5.0

Video Downloader โœ… | No proxy needed

x_guru/video-downloader

Download videos from YouTube, Twitch and Kick in one tool. No proxy needed. Save to Apify storage or your own cloud (AWS S3, Azure, Google Cloud).

๐Ÿ‘ User avatar

Hundevmode Labs

2

Cloud Details Spider

getdataforme/cloud-details-spider

Cloud Details Spider extracts comprehensive details from cloud service pages, including titles, features, pricing, and links, delivering structured JSON for easy analysis. Supports batch URL processing, reliable parsing, and seamless Apify integration, ideal for research, monitoring, and automation.

Storage Unit Pricing Scraper

lumen_limitless/storage-unit-pricing-scraper

Automatically extract storage unit pricing data from storage facility websites. Simply provide facility URLs and get structured pricing data ready for analysis.

๐Ÿ‘ User avatar

Lumen Limitless

10

5.0

Twitch Video Downloader โœ… | No proxy needed

x_guru/twitch-video-downloader

Download Twitch VODs, clips and highlights. No proxy needed. Save to Apify storage or your own cloud (AWS S3, Azure, Google Cloud).

๐Ÿ‘ User avatar

Hundevmode Labs

10