# Buyer Reviews and Rating Summary for Offers

**Use case:** 

Get detailed insights into buyer ratings and reviews for specific offers on 1688.com. This task consolidates feedback for offers identified by their unique IDs, providing a summary of ratings and reviews up to a maximum of 60 entries. Understand buyer sentiment and make informed decisions based on actual user experiences.

## Input

```json
{
  "mode": "reviews",
  "keywords": [
    "蓝牙耳机"
  ],
  "offer_ids": [
    "1038949704513",
    "1001538323188"
  ],
  "country": "cn",
  "max_results": 60,
  "max_pages": 3,
  "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`).
