按关键词或搜索 URL 抓取 AliExpress 商品列表。返回价格、原价、折扣百分比、评分、订单数、图片画廊、配送信息、免运费标志和商品 URL。分页自动跟随结果页,支持按最佳匹配、订单数、价格升序或降序及最新排序。适用于 dropshipping 调研、竞品定价和商品 feed 数据增强。
# 通过 Apify API 启动运行 curl -X POST "https://api.apify.com/v2/acts/santamaria-automations~aliexpress-scraper/runs?token=YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{ "searchQuery": "bluetooth speaker", "maxResults": 100, "sortBy": "orders" }' # 或通过 MCP 与 AI 智能体配合使用: # https://mcp.apify.com?tools=santamaria-automations/aliexpress-scraper
| 字段 | 类型 | 示例 |
|---|---|---|
| id | string | 1005006123456789 |
| title | string | Wireless Bluetooth Speaker, Waterproof |
| price | number | 15.99 |
| original_price | number | 29.99 |
| currency | string | USD |
| discount_percent | number | 47 |
| rating | number | 4.7 |
| orders_count | string | 2,000+ 已售 |
| free_shipping | boolean | true |
| image_urls | array | ["https://ae01.alicdn.com/..."] |