# Yupoo Supplier Restock Alerts: Spot New Listings First

**Use case:** 

Yupoo supplier restock alerts for wholesale buyers who need to know when a store adds new products. Point it at a supplier store and it lists every album with its category and link, then flags only additions on later runs. Pair it with email, Slack, or Google Sheets to get notified when a supplier drops new stock in categories like LEGO, Apple, or electronics.

## Input

```json
{
  "storeUrls": [
    {
      "url": "https://legostore.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`).
