# Supplier Profile and Offer List

**Use case:** 

Access detailed supplier profiles and comprehensive offer lists from 1688.com. This task retrieves data from specific suppliers, including offer titles, prices, quantities, minimum order quantities, and stock information. Ideal for gaining insights into supplier offerings without the need for a login.

## Input

```json
{
  "mode": "supplier",
  "keywords": [
    "蓝牙耳机"
  ],
  "member_ids": [
    "b2b-222000627440720df0",
    "b2b-2218904704103462c6"
  ],
  "country": "cn",
  "max_results": 50,
  "max_pages": 1,
  "page_size": 20,
  "include_ads": false,
  "include_rating_summary": true
}
```

## Output

```json
{
  "kind": {
    "label": "Kind"
  },
  "offer_id": {
    "label": "Offer id"
  },
  "title": {
    "label": "Title"
  },
  "price": {
    "label": "Price"
  },
  "price_type": {
    "label": "Price type"
  },
  "currency": {
    "label": "Currency"
  },
  "price_ladder": {
    "label": "Price ladder"
  },
  "min_order_quantity": {
    "label": "Min order quantity"
  },
  "stock": {
    "label": "Stock"
  },
  "min_price": {
    "label": "Min price"
  },
  "max_price": {
    "label": "Max price"
  },
  "sku_count": {
    "label": "Sku count"
  },
  "member_id": {
    "label": "Member id"
  },
  "login_id": {
    "label": "Login id"
  },
  "company_name": {
    "label": "Company name"
  },
  "company_id": {
    "label": "Company id"
  },
  "province": {
    "label": "Province"
  },
  "city": {
    "label": "City"
  },
  "booked_count": {
    "label": "Booked count"
  },
  "sales_text": {
    "label": "Sales text"
  },
  "biz_type": {
    "label": "Biz type"
  },
  "repurchase_rate": {
    "label": "Repurchase rate"
  },
  "is_ad": {
    "label": "Is ad"
  },
  "ad_block": {
    "label": "Ad block"
  },
  "good_rate": {
    "label": "Good rate"
  },
  "star_level": {
    "label": "Star level"
  },
  "content": {
    "label": "Content"
  },
  "created_at": {
    "label": "Created at"
  },
  "rater_nick": {
    "label": "Rater nick"
  },
  "established_year": {
    "label": "Established year"
  },
  "tp_year": {
    "label": "Tp year"
  },
  "source_keyword": {
    "label": "Source keyword"
  },
  "detail_url": {
    "label": "Detail url"
  },
  "thumbnail_url": {
    "label": "Thumbnail url"
  },
  "scraped_at": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [1688 Wholesale Scraper (Alibaba)](https://apify.com/herus13/alibaba-1688-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/herus13/alibaba-1688-scraper.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/herus13/alibaba-1688-scraper.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`).
