29-2 速卖通商品搜索结果信息-更多细节 - 图2

抓取的结果信息包含:

  • 商品名字
  • 商品链接
  • 评分
  • 价格
  • 评价数
  • 订单数
  • 正面回应率
  • 商品型号
  • 颜色
  • 店铺名字
  • 店铺链接
  • 店铺粉丝数
  • 库存数
  • 商品主图

    结果示例图:

    29-2 速卖通商品搜索结果信息-更多细节 - 图3

    模板:

    1. {"_id":"aliexpress-search-detail","startUrl":
    2. ["https://www.aliexpress.com/wholesale?trafficChannel=main&d=y&CatId=0&SearchText=iphone&ltype=wholesale&SortType=default&page=[1-5]"],"selectors":
    3. [{"id":"info","type":"SelectorLink","parentSelectors":
    4. ["info1"],"selector":"a.item-title","multiple":true,"delay":0},{"id":"name","type":"SelectorText","parentSelectors":["info"],"selector":"div[itemprop='name']","multiple":false,"regex":"","delay":0},{"id":"score","type":"SelectorText","parentSelectors":["info"],"selector":"span[itemprop='ratingValue']","multiple":false,"regex":"","delay":0},{"id":"price","type":"SelectorText","parentSelectors":["info"],"selector":"span[itemprop='price']","multiple":false,"regex":"","delay":0},{"id":"reviews","type":"SelectorText","parentSelectors":["info"],"selector":"span[itemprop='reviewCount']","multiple":false,"regex":"\\d+","delay":0},
    5. {"id":"orders","type":"SelectorText","parentSelectors":
    6. ["info"],"selector":"span.product-reviewer-sold","multiple":false,"regex":"\\d+","delay":0},{"id":"feedback","type":"SelectorText","parentSelectors":
    7. ["info"],"selector":".store-container i","multiple":false,"regex":"","delay":0},{"id":"style","type":"SelectorText","parentSelectors":
    8. ["info"],"selector":"div.sku-property:nth-of-type(2) ul","multiple":false,"regex":"","delay":0},{"id":"color","type":"SelectorGroup","parentSelectors":
    9. ["info"],"selector":".sku-property-image img","delay":0,"extractAttribute":"title"},{"id":"address","type":"SelectorLink","parentSelectors":
    10. ["info"],"selector":".store-name a","multiple":false,"delay":0},{"id":"info1","type":"SelectorElementScroll","parentSelectors":["_root"],"selector":"li.list-item","multiple":true,"delay":"2000"},{"id":"color2","type":"SelectorText","parentSelectors":
    11. ["info"],"selector":"div:nth-of-type(3) ul.sku-property-list","multiple":false,"regex":"","delay":0},{"id":"available","type":"SelectorText","parentSelectors":
    12. ["info"],"selector":".product-quantity-tip span","multiple":false,"regex":"\\d+","delay":0},{"id":"followers","type":"SelectorText","parentSelectors":
    13. ["info"],"selector":".num-followers i","multiple":false,"regex":"","delay":0},{"id":"img","type":"SelectorImage","parentSelectors":
    14. ["info"],"selector":"img.magnifier-image","multiple":false,"delay":0}]}

    模板套用步骤:

    (1)进入需要抓取的搜索结果页面,例如:https://www.aliexpress.com/wholesale?trafficChannel=main&d=y&CatId=0&SearchText=iphone&ltype=wholesale&SortType=default&page=1
    (2)导入模板
    (3)替换 Start URL为要抓取的网页链接,(抓取多页需修改 Start URL 里的页码数)
    (4)开始抓取

小提示:
(1)color-title是辅助抓取的字段,没有数据,可以在 excel 里删掉这一列
(2)color 和 color2 其中一个有数据即可
(3)其他显示为 null,表示网页上没有数据,不是抓取失败
(4)info 是列表中显示的名字,name是详情页显示的名字