Goofish (Xianyu) Product Scraper 闲鱼
Pricing
$5.00 / 1,000 product scrapeds
Goofish (Xianyu) Product Scraper 闲鱼
Scrape Goofish / Xianyu (闲鱼) second-hand listings by URL or item ID. Get title, price, original price, views, wants, seller info, images & more. No login required. $0.005/product.
Pricing
$5.00 / 1,000 product scrapeds
Rating
5.0
(1)
Developer
Gio
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
19 minutes ago
Last modified
Categories
Share
Goofish (Xianyu) Scraper — Second-Hand Listings, Prices, Sellers & Demand
Goofish Scraper extracts second-hand listing data from Goofish / Xianyu (闲鱼) — Alibaba's C2C resale marketplace — by listing URL or item ID: title, asking price, original price, shipping fee, demand signals (wants, views, sold), photos, publish date and full seller profile. It runs with no login, no cookies and no setup.
Export to JSON, CSV or Excel, pull it through the API, schedule it, or feed it straight to an AI agent. Think of it as a Goofish API for the listing data the marketplace doesn't expose officially.
What can you do with it?
- 💰 Second-hand price research — pull the asking price, original price and shipping fee for any listing to benchmark used-market value.
- 🔁 Reselling & arbitrage — compare Goofish resale prices against retail, Temu or 1688 sourcing costs to spot flips and margins.
- 📍 Monitor specific listings — track wants, views, sold count and online status on the exact items you care about over time.
- 📊 Market & demand research — measure interest with
wantCount,browseCount,collectCountand seller credibility signals. - 🤖 AI / LLM datasets — produce clean, structured listing JSON for RAG pipelines, agents and analysis.
What data does it extract?
| Field | Description |
|---|---|
title / description | Listing title and full description text |
price / originalPrice / priceUnit | Asking price and original price |
currency | Currency code (CNY) |
transportFee | Shipping fee |
quantity / status / isOnline | Stock, listing status (在线 = online) and online flag |
wantCount / collectCount / browseCount / soldCount | Demand & engagement signals |
publishedAt / publishedTimestamp | When the item was listed |
images / coverImage | Photo URLs |
categoryId | Category identifier |
seller | Seller nick, city, item count, items sold, Zhima (Sesame Credit) verification, last-active, reply speed, avatar |
itemId / url | Identifiers and canonical link |
Input
Provide one or more Goofish listing URLs (or bare numeric item IDs). This actor works per item — you give it the links to the listings you want, and it returns one structured record for each. It does not search Goofish by keyword.
| Field | Type | Description |
|---|---|---|
itemUrls | Array | Goofish/Xianyu listing URLs, e.g. https://www.goofish.com/item?id=777925312968. |
itemIds | Array | Alternatively, bare numeric Goofish item IDs. |
maxRetries | Integer | Retries if the page returns an anti-bot challenge instead of data. Default 2, max 4. |
Output
One record per listing:
{"itemId": "777925312968","url": "https://www.goofish.com/item?id=777925312968","title": "Teenie weenie 特卖","description": "Teenie weenie 特卖\n 所有款式在指定时间内购都有折扣,低至一折起 ...","price": 165,"originalPrice": 420,"priceUnit": null,"currency": "CNY","transportFee": 0,"quantity": 1,"status": "在线","isOnline": true,"categoryId": "50114004","wantCount": 54,"collectCount": 12,"browseCount": 1118,"soldCount": 0,"publishedAt": "2024-03-28 00:02:19","publishedTimestamp": 1711555339000,"images": ["http://img.alicdn.com/bao/uploaded/i2/O1CN01hUeND523Ee7UmixpH_!!53-fleamarket.heic"],"coverImage": "http://img.alicdn.com/bao/uploaded/i2/O1CN01hUeND523Ee7UmixpH_!!53-fleamarket.heic","seller": {"sellerId": "2209362967224","nick": "菁菁33","city": "牡丹江","itemCount": 1330,"soldCount": 56,"zhimaVerified": true,"lastActive": "10小时前来过","replyInterval": "3小时+","avatar": "http://img.alicdn.com/bao/uploaded/i2/O1CN01xnKKk223Ee6Hz7DhN_!!0-mtopupload.jpg"}}
Field notes
price/originalPrice: asking price and the seller's stated original price, both in CNY.originalPriceisnullwhen the seller didn't provide one.status/isOnline:statusis the raw marketplace label (在线= online);isOnlineis the convenient boolean.soldCount: items sold for this specific listing — often0since most Goofish listings are single, one-off second-hand items.wantCount/collectCount/browseCount: demand signals — how many users tapped "want", saved, or viewed the listing.seller.zhimaVerified: whether the seller passed Alibaba's Zhima (Sesame Credit) verification — a trust signal for buyers.- Text fields (
title,description,status,seller.city,seller.nick) are returned in their original Chinese.
Integrations
- API — start runs and fetch the dataset via the Apify API (REST/JSON) or the JS/Python clients. A Goofish API for the data the marketplace doesn't expose.
- Schedule & monitor — run on a schedule to re-check the same listings for price or status changes; get notified on failures.
- AI agents / MCP — expose this actor to ChatGPT, Claude and other assistants through the Apify MCP server so an AI can pull Goofish listing data on demand.
- No-code — pipe results into Make, Zapier, Google Sheets, Slack or your database with Apify integrations and webhooks.
FAQ
What is Goofish / Xianyu (闲鱼)? Goofish — known in China as Xianyu (闲鱼) — is Alibaba's consumer-to-consumer marketplace for second-hand and used goods, similar to a Chinese eBay or Facebook Marketplace. Goofish is the international-facing name for the same platform.
How does Goofish Scraper work? You give it the links (or IDs) of the listings you want. The actor opens each listing page exactly as a buyer would, lets the page perform its own signed API handshake, then copies the visible data and organizes it into a structured record — only much faster, and at scale.
Do I need a Goofish account or login? No. No account, cookies or credentials — proxy and unblocking are handled automatically.
Can I search Goofish by keyword?
No. This actor is URL/ID-based: it scrapes the detail of listings you already have links to. It does not run keyword searches or return a feed of results. Collect the listing URLs first (manually or from another source), then pass them in itemUrls.
Is it legal to scrape Goofish? The actor collects only publicly available listing information (no login, no personal account data beyond the public seller profile). As with any scraping, you are responsible for how you use the data and for complying with applicable laws and terms. See Is web scraping legal?
What currency are the prices in?
Prices (price, originalPrice, transportFee) are in CNY (Chinese Yuan).
Why did a listing return no_data?
The page hit a transient anti-bot challenge instead of returning data. Simply re-run that URL or ID — the maxRetries input also retries automatically.
Can I get the data through an API or connect it to AI? Yes — run it via the Apify API/clients, or expose it to AI assistants through the Apify MCP server. See Integrations above.
How much does it cost? Pay only for what you scrape on a pay-per-result basis on a paid Apify plan.
Related Actors
Building a sourcing or resale pipeline? Pair Goofish Scraper with:
- Shopee Scraper — products, prices and sold-volume estimates from Shopee by keyword or category.
- 1688 Product Scraper — wholesale product data from 1688 (Alibaba).
- Temu Scraper — products and prices from Temu.
⭐ Like this actor?
If it saved you time, please take 30 seconds to leave a review on the Apify Store — it's the single biggest way to support continued development.