# Research Alibaba yoga mat products

**Use case:** 

Collect a small product-comparison dataset for yoga mats from Alibaba search results.

## Input

```json
{
  "queries": [
    "yoga mat"
  ],
  "maxItemsPerQuery": 10,
  "navigationTimeoutMs": 25000,
  "maxRetriesPerQuery": 1,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "Product URL",
    "format": "string"
  },
  "priceText": {
    "label": "Price",
    "format": "string"
  },
  "moqText": {
    "label": "MOQ",
    "format": "string"
  },
  "supplierName": {
    "label": "Supplier",
    "format": "string"
  },
  "supplierLocation": {
    "label": "Location",
    "format": "string"
  },
  "verifiedSupplier": {
    "label": "Verified",
    "format": "boolean"
  },
  "tradeAssurance": {
    "label": "Trade Assurance",
    "format": "boolean"
  },
  "imageUrl": {
    "label": "Image",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Alibaba Product Search Scraper](https://apify.com/fetch_cat/alibaba-runtime-spike) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/alibaba-runtime-spike) to learn more, explore other use cases, and run it yourself.