ebay-search-listing

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

便于规模化获取商品数据用于监测与分析。

▸ 风险提示

抓取可能违反 eBay 使用条款或触发反爬。

这个 Skill 做什么

从 eBay 搜索或类目页提取商品列表与分页信息。

把任意 eBay 搜索页或类目页里的商品一条条抓出来,生成标准化的 item card(编号、标题、价格、卖家、图片等)并把分页状态也一并给你。常用在需要批量采集商品、做价格监控或关键词/类目批量分析的时候。特别之处是能处理各个地区的 eBay 域名,直接返回结构化数据和下一页信息,省去自己解析页面的麻烦。

▸ 展开 SKILL.md 英文原文

Extracts product listings from any eBay search or category page URL, returning per-item cards (itemNumber, url, title, subtitle, caption, price, priceWithCurrency, currency, wasPrice, bids, shipping, seller, sellerFeedbackCount, sellerPositiveRating, reviewsCount, starRating, image) plus pagination state (currentPage, nextPageUrl, hasNextPage, totalResultsApprox). Works across all eBay regional TLDs. Use when user mentions eBay, ebay.com, eBay scraper, eBay search results, eBay category page, eBay SRP, eBay product list, eBay item cards, scrape eBay listings, extract eBay items, eBay bulk products, eBay keyword search, eBay category scraper, eBay pagination, eBay startUrls, eBay items scraper, eBay marketplace scraping. Also applies to price comparison across marketplaces, competitive listing monitoring, category catalog audits, brand keyword tracking on eBay, and paginated bulk extraction of eBay item cards from a search or category URL.

数据与抓取eBay搜索列表分页抓取通用
4.8k
Stars
231
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/ebay-search-listing/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/ebay-search-listing/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# eBay — Search & Category Listing Extraction

> Input: any eBay search or category page URL → Output: paginated array of item cards (itemNumber, url, title, price, seller, image, etc.) plus pagination state (currentPage, nextPageUrl, hasNextPage, totalResultsApprox).

## Language

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

## Objective

Given any eBay search results URL (SRP) or category URL, extract the visible product cards on the current page with their key surface fields, and expose pagination state so a caller can loop pages until an item cap or the last page is reached.

## Prerequisites

- Target page is already open in the brow
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有