Yupoo Images Downloader avatar

Yupoo Images Downloader

Pricing

from $0.40 / 1,000 image downloadeds

Go to Apify Store
Yupoo Images Downloader

Yupoo Images Downloader

Efficiently download and zip all product images from any Yupoo album. Ideal for suppliers, importers, and e-commerce automation.

Pricing

from $0.40 / 1,000 image downloadeds

Rating

5.0

(1)

Developer

Pizani

Pizani

Maintained by Community

Actor stats

4

Bookmarked

772

Total users

3

Monthly active users

10 days ago

Last modified

Share

Yupoo Album Downloader โ€” ZIP Download, Password-Protected Albums & Seller Links

Download every photo from a Yupoo album into a single ready-to-use .zip, including password-protected albums and the seller's Weidian / Taobao / 1688 product links. Built for suppliers, sourcing agents, importers and e-commerce automation.


Why this Actor

Not every Yupoo downloader does the same job. Here is what to check when comparing:

CapabilityThis Actor
๐Ÿ”“ Opens password-protected albumsโœ… Yes โ€” just pass the password
๐Ÿ“ฆ Delivers a real .zip (not a list of URLs)โœ… Yes โ€” one direct download link
๐Ÿ›’ Extracts Weidian / Taobao / 1688 links from the albumโœ… Yes โ€” links + main_link
๐Ÿท๏ธ Full album metadata โ€” title, description, seller, cover, photo countโœ… Yes
๐Ÿ–ผ๏ธ Original-resolution imagesโœ… Yes
๐Ÿ’ธ Priced per event, not per subscriptionโœ… Pay only for what you download

Most Yupoo downloaders stop at the images. This one returns the commercial context of the album โ€” who the seller is and where the product is actually sold โ€” which is what turns a folder of photos into something you can list, source or resell from.


๐Ÿ”“ Password-Protected Albums

Locked album? Pass the password in the input and the Actor authenticates and downloads normally. Most Yupoo downloaders simply fail on these albums.

{
"product_url": "https://example.x.yupoo.com/albums/12345678",
"password": "1234"
}

The output field password_used tells you whether authentication was needed for that album.


Yupoo albums usually point to where the product is really sold. This Actor extracts those links for you:

{
"main_link": "https://weidian.com/item.html?itemID=1234567890",
"links": [
{ "url": "https://weidian.com/item.html?itemID=1234567890", "text": "Weidian" }
]
}

Useful for sourcing agents building catalogs, and for anyone matching Yupoo photos back to a purchasable listing.


Input

Individual album URLs only โ€” not category or store pages.

FieldRequiredDescription
product_urlโœ…Full URL of the Yupoo album (e.g. https://example.x.yupoo.com/albums/12345678)
passwordโŒPassword for protected albums
{
"product_url": "https://example.x.yupoo.com/albums/12345678",
"password": ""
}
Example
โœ… Correcthttps://example.x.yupoo.com/albums/205649537
โŒ Wronghttps://example.x.yupoo.com/categories/123
โŒ Wronghttps://example.x.yupoo.com/albums

Output

ZIP file โ€” stored in the run's key-value store under the key ZIP. The direct download link is also returned as zip_url in the dataset.

Dataset (JSON) โ€” one item per run:

{
"zip_url": "https://api.apify.com/v2/key-value-stores/<store-id>/records/ZIP",
"zip_file": "example_12345678.zip",
"product_url": "https://example.x.yupoo.com/albums/12345678?uid=1",
"seller_name": "example",
"seller_url": "https://example.x.yupoo.com",
"album_id": "12345678",
"password_used": false,
"total_downloaded": 18,
"image_urls": ["https://photo.yupoo.com/...", "..."],
"album_title": "Nike Air Max 90",
"album_description": "Available sizes: 36-45",
"photo_count_displayed": 18,
"cover_image_url": "https://photo.yupoo.com/...",
"main_link": "https://weidian.com/item.html?itemID=1234567890",
"links": [
{ "url": "https://weidian.com/item.html?itemID=1234567890", "text": "Weidian" }
]
}

Pricing

Pay per event โ€” you are charged per image downloaded, per album, and per run. No monthly subscription: you only pay for what you actually download. See the pricing table on this Actor's page for the current rates.

Platform usage is included โ€” no extra compute charges on top.


Typical Uses

  • Sourcing agents building product catalogs from supplier Yupoo stores
  • Resellers archiving album photos before the seller deletes them
  • Importers collecting QC and product photos at original resolution
  • Automations that need album images plus the matching Weidian / Taobao listing

FAQ

Can it download a password-protected Yupoo album? Yes. Pass the album password in the password field.

Does it give me a ZIP or just image links? A real .zip with all the images, plus the individual image_urls if you prefer them.

Are the images full resolution? Yes, the Actor downloads the original-resolution files.

Can I pass a category or store page? Not currently โ€” one album URL per run.

Do I need a subscription? No. You are charged per album and per image downloaded.