# Alibaba Suppiler Scraper (`getdataforme/alibaba-suppiler-scraper`) Actor

Extract detailed supplier and product data from Alibaba.com with ease! This Apify actor scrapes titles, prices, images, ratings, and supplier profiles based on keywords, enabling efficient market research, competitive analysis, and price monitoring....

- **URL**: https://apify.com/getdataforme/alibaba-suppiler-scraper.md
- **Developed by:** [GetDataForMe](https://apify.com/getdataforme) (community)
- **Categories:** E-commerce
- **Stats:** 11 total users, 0 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

from $7.00 / 1,000 results

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/actors/running/actors-in-store.md#pay-per-event

## What's an Apify Actor?

Actors are web data automations that power AI and operations. They run on the Apify platform to scrape websites, process data, connect APIs, and automate workflows.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).

# README

## Alibaba Suppiler Scraper

### Introduction

The Alibaba Suppiler Scraper is a powerful Apify Actor designed to extract detailed supplier and product information from Alibaba.com based on search keywords. It enables users to gather comprehensive data on products, including pricing, supplier details, ratings, and more, making it an essential tool for e-commerce research and analysis. By automating the scraping process, this Actor saves time and ensures access to up-to-date, structured data from one of the world's largest B2B marketplaces.

### Features

- **Comprehensive Data Extraction**: Scrapes detailed product information, including titles, prices, images, and supplier profiles.
- **Supplier Insights**: Provides ratings, certifications, and capabilities for each supplier, helping assess reliability.
- **Customizable Search**: Supports keyword-based searches to target specific product categories.
- **High Performance**: Handles large volumes of data efficiently, with options to limit results for faster processing.
- **Reliable and Accurate**: Built with robust error handling to ensure data integrity and minimize failures.
- **Flexible Output**: Delivers data in JSON format, ready for integration into databases or analytics tools.
- **Apify Integration**: Seamlessly runs on the Apify platform with easy configuration and monitoring.

### Input Parameters

| Parameter     | Type    | Required | Description                                                                 | Example          |
|---------------|---------|----------|-----------------------------------------------------------------------------|------------------|
| searchKeywords| string  | Yes      | The search keywords to scrape suppliers for on Alibaba.                     | "Laptop"         |
| maxItems      | integer | No       | Maximum number of products to scrape. Must be between 1 and 10000.         | 50               |

### Example Usage

#### Input

```json
{
  "searchKeywords": "Laptop",
  "maxItems": 50
}
```

#### Output

```json
[
  {
    "productId": "1601651105778",
    "productUrl": "https://www.alibaba.com/product-detail/14-1-FHD-Ultra-Slim-Laptop_1601651105778.html?priceId=98856729d7c44e8d9931d9d2369481c0",
    "title": "14.1\" FHD Ultra-Slim Laptop Intel Celeron N5105 16GB RAM 512 GB/1TB SSD Storage Windows 11 Operating System for Personal Home",
    "price": "$454",
    "currency": "$",
    "minOrderQuantity": 1,
    "minOrderUnit": "unit",
    "soldCount": 0,
    "mainImage": "https://s.alicdn.com/@sc04/kf/Hd94e3367c5914c8590da917f0fe6c1317.jpg.jpg",
    "additionalImages": [
      "https://s.alicdn.com/@sc04/kf/H968627753e784d98aca3978b0d52a037y.jpg.jpg",
      "https://s.alicdn.com/@sc04/kf/H2f6597e943be4669a526626d72f67879T.jpg.jpg",
      "https://s.alicdn.com/@sc04/kf/H5f4b6248a21f461eb40b3ab752435eebQ.jpg.jpg",
      "https://s.alicdn.com/@sc04/kf/H5d1631cf09514b8183162ce1859be01eL.jpg.jpg",
      "https://s.alicdn.com/@sc04/kf/H8226170c8d2a4da394c084101c340b686.jpg.jpg"
    ],
    "supplierId": "291504026",
    "supplierName": "Shanxi Kangguan Technology Co., Ltd.",
    "supplierUrl": "https://sxkgkj.en.alibaba.com/",
    "supplierProfileUrl": "https://sxkgkj.en.alibaba.com/company_profile.html",
    "supplierCountry": "CN",
    "goldSupplierYears": 1,
    "overallRating": 4.8,
    "reviewCount": 2,
    "productScore": 5,
    "serviceScore": 5,
    "shippingScore": 4.5,
    "badges": [],
    "certifications": [],
    "isGoldSupplier": true,
    "isTradeAssurance": false,
    "isTrustedSupplier": true,
    "isPromotedProduct": true,
    "capabilities": [
      "16% reorder rate",
      "1200+ views from North America",
      "≤5h response time"
    ],
    "sourceUrl": "https://www.alibaba.com/",
    "scrapedAt": "2026-02-27T11:13:05.217Z"
  }
]
```

### Use Cases

- **Market Research**: Analyze trends in product availability and pricing across categories.
- **Competitive Intelligence**: Monitor competitors' offerings and supplier reputations.
- **Price Monitoring**: Track price changes for specific products to inform purchasing decisions.
- **Content Aggregation**: Collect product data for blogs, reports, or e-commerce platforms.
- **Academic Research**: Gather data for studies on global trade and supplier networks.
- **Business Automation**: Automate data collection for inventory management or lead generation.

### Installation and Usage

1. Search for "Alibaba Suppiler Scraper" in the Apify Store
2. Click "Try for free" or "Run"
3. Configure input parameters
4. Click "Start" to begin extraction
5. Monitor progress in the log
6. Export results in your preferred format (JSON, CSV, Excel)

### Output Format

The Actor outputs data as a JSON array of objects, each representing a scraped product. Key fields include productId, productUrl, title, price, currency, minOrderQuantity, supplier details (e.g., supplierName, supplierCountry, overallRating), images, ratings, and timestamps. This structured format allows easy parsing and integration into databases or analytics tools. Note that fields like badges and certifications may be empty arrays if not applicable.

### Support

For custom/simplified outputs or bug reports, please contact:

- Email: support@getdataforme.com
- Subject line: "custom support"
- Contact form: https://getdataforme.com/contact/

We're here to help you get the most out of this Actor!

***

**Concise Description (248 characters):**\
Unlock Alibaba's vast supplier data effortlessly! Extract product details, prices, ratings, and supplier profiles with our reliable scraper. Ideal for market research, competitive analysis, and price monitoring. Run on Apify for seamless integration. Try it free today!

# Actor input Schema

## `searchKeywords` (type: `string`):

The search keywords to scrape suppiler for on Alibaba.

## `maxItems` (type: `integer`):

Maximum number of products to scrape.

## Actor input object example

```json
{
  "searchKeywords": "Laptop",
  "maxItems": 50
}
```

# Actor output Schema

## `overview` (type: `string`):

No description

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {};

// Run the Actor and wait for it to finish
const run = await client.actor("getdataforme/alibaba-suppiler-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {}

# Run the Actor and wait for it to finish
run = client.actor("getdataforme/alibaba-suppiler-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print(f"💾 Check your data here: https://console.apify.com/storage/datasets/{run.default_dataset_id}")
for item in client.dataset(run.default_dataset_id).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{}' |
apify call getdataforme/alibaba-suppiler-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "type": "http",
            "url": "https://mcp.apify.com/?tools=fetch-actor-details,getdataforme/alibaba-suppiler-scraper"
        }
    }
}

```

The hosted server signs you in with OAuth on first connect, so no API token belongs in this config. Clients without OAuth support can send an `Authorization: Bearer <APIFY_API_TOKEN>` header instead, using a token from API & Integrations in Apify Console (https://console.apify.com/settings/integrations).

## OpenAPI specification

Download the OpenAPI definition: https://api.apify.com/v2/actors/qozNdDgiuK2WYcgJU/builds/Lcl33gACZt6HgLT09/openapi.json
