Extract authentic transaction reviews and customer reputation signals on Alibaba GooFish (闲鱼). Detect fraud patterns, evaluate merchant reliability, and analyze buyer sentiment.
{
"reviewId": "rev_91823091",
"sellerNick": "DigitalGeek_SH",
"buyerNick": "u***89",
"ratingType": "POSITIVE",
"feedbackText": "Device arrived in immaculate condition. Battery health 100%, fast shipping, authentic seller!",
"feedbackDate": "2026-09-24",
"itemTitle": "iPhone 15 Pro Max 256GB Natural Titanium",
"price": 5400,
"sellerReply": "Thank you for your business! Enjoy the phone."
}
Built specifically for high-throughput enterprise pipelines with zero credential leakage.
Extract raw buyer commentary, item condition confirmations, shipping speed evaluations, and authenticity notes.
Captures positive, neutral, and negative rating classifications alongside seller reply statements.
Links each review to the specific product title, transacted price, and category for deep context.
Extracts timestamps to identify whether a merchant reputation has improved or degraded over recent months.
Trigger extractions via the official Apify Client or standard REST endpoints.
from apify_client import ApifyClient
client = ApifyClient("YOUR_APIFY_TOKEN")
run_input = {
"sellerId": "user_891284192",
"maxReviews": 100
}
run = client.actor("unitbytes/goofish-xianyu-comments-scraper").call(run_input=run_input)
for review in client.dataset(run["defaultDatasetId"]).iterate_items():
print(review["buyerNick"], review["ratingType"], review["feedbackText"])
Yes. You can configure the input parameters to collect all reviews or filter specifically for negative/neutral feedback.
Yes. Any public seller profile with transaction feedback can be audited.
Buyer nicknames are automatically anonymized by Xianyu platform (e.g. u***89), preserving compliance while providing authentic sentiment.
Yes, schedule recurring runs via Apify or trigger dynamically via API to maintain an up-to-date trust score for your vendor network.
Complementary extractors built for the same intelligence stack.
Extract real-time second-hand listings, electronics deals, collector fashion, authentic seller Zhima credit, and pricing from Alibaba Xianyu / GooFish.
Scrape comprehensive seller profiles, active listings count, historical sales volume, buyer review breakdown, and response rates on GooFish (闲鱼).
Audit Google Maps Local Guide profiles, track deleted and edited reviews, evaluate reviewer authority levels, and detect competitor review fraud.
Our data engineering team provides private cluster deployments, custom webhook integrations, continuous schema monitoring, and high-frequency delivery directly to BigQuery, Snowflake, or AWS S3.
Start running immediately on UnitBytes Cloud with zero infrastructure setup, or contact our engineering team for dedicated S3/BigQuery delivery pipelines.