browser-act/skills✦ 精选0°

ecommerce-listing

仓库创建 2026年2月6日最近提交 5 天前SkillHot 收录 20 天前
▸ 精选理由

通用性强,适合做批量商品汇总、比价与目录构建工作流。

▸ 风险提示

跨站点抓取需处理反爬、页面结构差异与法律合规问题。

这个 Skill 做什么

从任意电商分类或搜索页提取分页商品列表及基本信息。

从任何电商分类页、搜索页或关键词结果抓取分页商品清单,返回每个商品的 URL、名称、价格、币种、图片、评分和评论数等基础信息。适合做价格比对、商品目录导出、站点检索或按品牌、价格区间、评分等条件批量筛选商品时使用。特点是支持站点范围搜索与多种筛选条件,能处理主流平台的列表页并稳定翻页抓取。

▸ 展开 SKILL.md 英文原文

Extract product list from any e-commerce category page, search results page, or keyword search with filters. Returns paginated product arrays with URL, name, price, currency, image, rating, review count per item. Supports URL input, keyword search, and site-scoped search with filters: price range, brand, category, minimum rating, in-stock only, and sort order. Works on Amazon, eBay, Walmart, Shopify collections, WooCommerce shops, Google Shopping, and any public product listing page. Use when: category listing, product search results, ecommerce search, search for products, filter products by price, list products from a site, price range filter, brand filter, keyword search with filters, scrape product list, product catalog extraction, get all products from category, bulk product URLs, product list scraping, category page scraper, search results scraper, multi-page product extraction.

垂直行业电商列表多站点商品爬虫通用
4.8k
Stars
231
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/ecommerce-listing/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/ecommerce-listing/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# E-commerce — Product Listing

> Category/search URL or keyword + filters → paginated product list (URL, name, price, image, rating per item)

## Language

All process output to user (progress updates, process notifications) follows the user's language.

## Objective

Extract a structured list of products from any e-commerce category, search results, or keyword search page, with support for price/brand/rating filters and multi-page pagination.

## Prerequisites

- Target browser is open and connected
- No login required for public listing pages

## Pre-execution Checks

### 1. Tool Readiness

If browser-act has been confirmed available in the current session → skip this step.

Invoke `brows
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有