# 1688 Seller Data Extractor by Vendor ID

**Use case:** 

Access in-depth seller information from 1688.com using Vendor ID. Get store names, ratings, feedback, shop links, and more in a structured format.

## Input

```json
{
  "vendorIds": [
    "abb-b2b-2215553782699865f0"
  ],
  "language": "en"
}
```

## Output

```json
{
  "picture_url": {
    "label": "Logo",
    "format": "image"
  },
  "name": {
    "label": "Seller Name"
  },
  "shop_name": {
    "label": "Shop Name"
  },
  "credit_level": {
    "label": "Credit Level",
    "format": "number"
  },
  "item_score": {
    "label": "Item Score",
    "format": "number"
  },
  "delivery_score": {
    "label": "Delivery Score",
    "format": "number"
  },
  "service_score": {
    "label": "Service Score",
    "format": "number"
  },
  "stars": {
    "label": "Stars",
    "format": "number"
  },
  "years_on_platform": {
    "label": "Years",
    "format": "number"
  },
  "sales_volume_30d": {
    "label": "30d Sales",
    "format": "number"
  },
  "is_factory": {
    "label": "Factory"
  },
  "is_gold_supplier": {
    "label": "Gold Supplier"
  },
  "shop_url": {
    "label": "Shop URL"
  }
}
```

## About this Actor

This example demonstrates how to use [1688 Seller Detail Scraper](https://apify.com/burbn/1688-seller-detail-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/burbn/1688-seller-detail-scraper) to learn more, explore other use cases, and run it yourself.