ebay-search-listing
便于规模化获取商品数据用于监测与分析。
抓取可能违反 eBay 使用条款或触发反爬。
从 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.
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/ebay-search-listing/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/ebay-search-listing/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