# Search Wholesale Offers by Keyword

**Use case:** 

Quickly find the best wholesale offers on 1688.com by using targeted keywords like 蓝牙耳机 or 手机壳. This task returns up to 40 offers, complete with titles, prices, and quantity details. Get insights into various products in just one search page, making it easier to discover suppliers and their available stock.

## Input

```json
{
  "mode": "search",
  "keywords": [
    "蓝牙耳机",
    "手机壳"
  ],
  "country": "cn",
  "max_results": 40,
  "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`).
