# Export Yupoo Store Albums to a Spreadsheet: Full Catalog List

**Use case:** 

Export Yupoo store albums to a spreadsheet in one run. Paste a supplier store link and download every album with its title, category, photo count, thumbnail link, and album URL as CSV, Excel, or JSON. Useful for sourcing teams who want to sort, filter, and share a supplier catalog offline instead of scrolling through pages of photos.

## Input

```json
{
  "storeUrls": [
    {
      "url": "https://superhw.x.yupoo.com"
    }
  ],
  "proxyConfiguration": {
    "useApifyProxy": true
  },
  "maxRequestRetries": 3,
  "maxAlbumsPerStore": 50,
  "monitorScope": "default",
  "resetMonitoringState": false
}
```

## Output

```json
{
  "storeSlug": {
    "label": "Store",
    "format": "string"
  },
  "changeType": {
    "label": "Type",
    "format": "string"
  },
  "title": {
    "label": "Listing",
    "format": "string"
  },
  "categoryTitle": {
    "label": "Category",
    "format": "string"
  },
  "url": {
    "label": "Link",
    "format": "string"
  },
  "detectedAt": {
    "label": "Detected At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Yupoo Store Scraper: New Listing & Restock Monitor](https://apify.com/getascraper/yupoo-store-monitor.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/yupoo-store-monitor.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/getascraper/yupoo-store-monitor.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
