# 又拍相册上新监控: Yupoo 店铺新品相册提醒

**Use case:** 

又拍相册上新监控：输入任意 Yupoo 店铺链接，导出相册标题、分类和直达链接。Yupoo new album monitor for suppliers on x.yupoo.com: paste a store link, get every album with its title, category, photo count, and link, then schedule it so later runs return only albums added since the last check. Built for buyers and resellers who want to catch new listings early.

## Input

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

## Output

```json
{
  "thumbnailUrl": {
    "label": "Photo",
    "format": "string"
  },
  "title": {
    "label": "Listing",
    "format": "string"
  },
  "changeType": {
    "label": "Type",
    "format": "string"
  },
  "categoryTitle": {
    "label": "Category",
    "format": "string"
  },
  "photoCount": {
    "label": "Photos",
    "format": "number"
  },
  "storeSlug": {
    "label": "Store",
    "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`).
