# Aliexpress Bulk Scraper Pro (`hello.datawizards/aliexpress-bulk-scraper-pro`) Actor

Aliexpress Bulk Scraper Pro: Scrape AliExpress product listings effortlessly with keyword searches. Get structured JSON data with product IDs, titles, prices, discounts, ratings, and images. Ideal for e-commerce research, price comparison, and market trends. Use Apify Proxy to avoid blocks.

- **URL**: https://apify.com/hello.datawizards/aliexpress-bulk-scraper-pro.md
- **Developed by:** [datawizards](https://apify.com/hello.datawizards) (community)
- **Categories:** E-commerce, Automation, Lead generation
- **Stats:** 125 total users, 5 monthly users, 100.0% runs succeeded, 6 bookmarks
- **User rating**: 5.00 out of 5 stars

## Pricing

$5.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/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
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.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use 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

### 🛒 Aliexpress Bulk Scraper Pro

Effortlessly scrape product listings from AliExpress with **Aliexpress Bulk Scraper Pro**. This Apify Actor fetches detailed product data using keyword searches, delivering structured JSON outputs with product details, pricing, ratings, and images — ideal for e-commerce research, price comparison, and market trend analysis.

> ⚠️ **Note:** Enable **Apify Proxy** with **Residential group** to prevent scraping blocks. Running without a proxy may result in limited data or failures.

---

### 🚀 How Aliexpress Bulk Scraper Pro Works

- Launch the **Aliexpress Bulk Scraper Pro** to access structured AliExpress product listings.
- Provide keywords in the **`queries`** field (e.g., `"iphone 16 pro case"`, `"smartwatch"`, `"headphones"`) to target specific products.
- Set the **`itemLimit`** to control the number of products retrieved.
- Enable **Residential Proxy** under `proxyConfiguration` to bypass potential blocks.
- Receive clean JSON results for automation, analysis, or reporting.

---

### 🧾 Input Configuration

Use this sample input to get started:

```json
{
  "itemLimit": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "queries": [
    "iphone 16 pro case"
  ]
}
````

- **`queries`**: Array of keywords to search for products.
- **`itemLimit`**: Maximum number of products to scrape per query.
- **`proxyConfiguration`**: Enable Apify Proxy with Residential group for reliable scraping.

***

### 📦 Output Sample

The scraper returns an array of product data with details such as:

- Search query
- Product ID and title
- Sale and original prices, discount percentage
- Main and additional image URLs
- Star rating and trade count
- Product type and SKU ID
- Launch time and page number

Here’s a sample output:

```json
[
   {
        "productUrl": "https://www.aliexpress.com/item/1005006989233326.html",
        "query": "iphone 16 pro case",
        "productId": "1005006989233326",
        "title": "Black Leopard Print Pattern Silicone Phone Case For iPhone 17 11 12 13 14 15 16 Pro Max 16E X XS XR 7 8 Plus 16 Shockproof Cover",
        "salePrice": "NPR 244.94",
        "originalPrice": "NPR 409.20",
        "discount": 40,
        "mainImageUrl": "https://ae-pic-a1.aliexpress-media.com/kf/S3c07cef5a75b40478ff7e2f48a269000r.jpg",
        "imageUrls": [
            "https://ae-pic-a1.aliexpress-media.com/kf/S3c07cef5a75b40478ff7e2f48a269000r.jpg",
            "https://ae-pic-a1.aliexpress-media.com/kf/Sb8e53547673c42ad9d8a3706b86466ac3.jpg",
            "https://ae-pic-a1.aliexpress-media.com/kf/Sf5d43f0ce69b4dfe8938030337a613d9L.jpg",
            "https://ae-pic-a1.aliexpress-media.com/kf/Sd0953d917ca74800877e6c957e537944R.jpg",
            "https://ae-pic-a1.aliexpress-media.com/kf/S89de58dd8c57454d9d620ad03eb188dba.jpg",
            "https://ae-pic-a1.aliexpress-media.com/kf/S5b34b6791a764a37b089717cba5a8c61Z.jpg"
        ],
        "starRating": 4.8,
        "tradeCount": null,
        "productType": "natural",
        "skuId": "12000038963805808",
        "launchTime": "2024-05-13 00:00:00"
    }
]
```

***

### 📌 Use Cases

- **E-commerce Research**: Analyze product trends and pricing on AliExpress.
- **Price Comparison**: Compare sale and original prices across products.
- **Market Analysis**: Track popular products and consumer preferences.
- **Image Scraping**: Collect product images for catalogs or marketing.

***

### 📞 Support

For custom solutions, simplified outputs, or bug reporting, contact:

- 📧 **<hello.datawizard@gmail.com>**
- 🔗 [LinkedIn](https://www.linkedin.com/in/data-wizards-aa8080342)

> 💡 **Tip:** Use the subject **“Aliexpress Bulk Scraper Pro Support Request”** for faster assistance.

***

# Actor input Schema

## `queries` (type: `array`):

One or more queries where the crawler will start.

## `itemLimit` (type: `integer`):

Specifies the maximum number of items to process.

## `proxyConfiguration` (type: `object`):

Specifies proxy servers that will be used by the scraper in order to hide its origin.

## Actor input object example

```json
{
  "queries": [
    "Drone"
  ],
  "itemLimit": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# 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 = {
    "queries": [
        "Drone"
    ],
    "itemLimit": 100,
    "proxyConfiguration": {
        "useApifyProxy": true
    }
};

// Run the Actor and wait for it to finish
const run = await client.actor("hello.datawizards/aliexpress-bulk-scraper-pro").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 = {
    "queries": ["Drone"],
    "itemLimit": 100,
    "proxyConfiguration": { "useApifyProxy": True },
}

# Run the Actor and wait for it to finish
run = client.actor("hello.datawizards/aliexpress-bulk-scraper-pro").call(run_input=run_input)

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

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

```

## CLI example

```bash
echo '{
  "queries": [
    "Drone"
  ],
  "itemLimit": 100,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}' |
apify call hello.datawizards/aliexpress-bulk-scraper-pro --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=hello.datawizards/aliexpress-bulk-scraper-pro",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Aliexpress Bulk Scraper Pro",
        "description": "Aliexpress Bulk Scraper Pro: Scrape AliExpress product listings effortlessly with keyword searches. Get structured JSON data with product IDs, titles, prices, discounts, ratings, and images. Ideal for e-commerce research, price comparison, and market trends. Use Apify Proxy to avoid blocks.",
        "version": "0.0",
        "x-build-id": "QCRHWgB7K4dvQfckc"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/hello.datawizards~aliexpress-bulk-scraper-pro/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-hello.datawizards-aliexpress-bulk-scraper-pro",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/hello.datawizards~aliexpress-bulk-scraper-pro/runs": {
            "post": {
                "operationId": "runs-sync-hello.datawizards-aliexpress-bulk-scraper-pro",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/hello.datawizards~aliexpress-bulk-scraper-pro/run-sync": {
            "post": {
                "operationId": "run-sync-hello.datawizards-aliexpress-bulk-scraper-pro",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "queries"
                ],
                "properties": {
                    "queries": {
                        "title": "Enter Search queries",
                        "type": "array",
                        "description": "One or more queries where the crawler will start.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "itemLimit": {
                        "title": "Item Limit",
                        "minimum": 100,
                        "type": "integer",
                        "description": "Specifies the maximum number of items to process.",
                        "default": 100
                    },
                    "proxyConfiguration": {
                        "title": "Proxy configuration",
                        "type": "object",
                        "description": "Specifies proxy servers that will be used by the scraper in order to hide its origin.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
