linkfox-xiyou-dongcha

Query Amazon ASIN and keyword analytics from Xiyou Insights via the LinkFox gateway.

17|3|Updated Jun 18, 2026
One-click install
npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-xiyou-dongcha-w9uk5ie8v
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linkfox-xiyou-dongcha
Source: https://github.com/w9uk5ie8v/LinkFoxSkills/tree/main/linkfox-xiyou-dongcha
Command: npx skills add https://github.com/w9uk5ie8v/LinkFoxSkills --skill linkfox-xiyou-dongcha-w9uk5ie8v

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jmespath, and includes scripts (resource) and references (resource) components.

What problem does it solve? Amazon sellers and analysts need traffic, ranking, BSR, and ABA data for ASINs and keywords, but accessing Xiyou Insights (西柚找词) OpenAPI requires handling credentials, gateway routing, and large paginated responses. This Skill wraps 17 Xiyou endpoints behind a single CLI so an agent can run reverse ASIN lookups and keyword research directly. ## Core Features & Use Cases - Reverse ASIN Keyword Lookup: Retrieve the search terms driving traffic to any ASIN over the last 7 days or a custom month range, with traffic, rank, and acquisition-rate fields. - Keyword & Trend Analysis: Query keyword ABA weekly search volume, competition difficulty, suggested CPC, plus ASIN traffic score, BSR, orders, and rank trends (daily or hourly). - Multi-Marketplace Support: Works across 13 Amazon marketplaces (US, UK, DE, JP, etc.) with batch queries of up to 100 ASINs or keywords per call. - Use Case: Given a competitor ASIN like B06XZTZ7GB, pull its top traffic keywords sorted by traffic, then check each keyword's ABA weekly search volume and suggested bid to plan an ad campaign. ## Quick Start Ask the agent to use the Xiyou skill to reverse-lookup the traffic keywords for ASIN B06XZTZ7GB on the US marketplace, after setting LINKFOXAGENT_API_KEY, XIYOU_CLIENT_ID, and XIYOU_CLIENT_SECRET environment variables.

Frequently Asked Questions about linkfox-xiyou-dongcha

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reverse lookup keywords for an Amazon ASIN?▼

Use the asinResearchPeriod endpoint with the ASIN, country code, and pagination parameters to get the search terms driving traffic in the last 7 days. For a custom month range, use asinResearchMonthly with startMonth and endMonth. Results include traffic, ranks, and acquisition rates per keyword.

What credentials does the Xiyou keyword research API need?▼

Three environment variables are required: LINKFOXAGENT_API_KEY for the LinkFox gateway, plus XIYOU_CLIENT_ID and XIYOU_CLIENT_SECRET from the Xiyou OpenAPI console. The scripts inject the Xiyou credentials into the request body automatically, so never pass them in query parameters.

Which Amazon marketplaces does Xiyou keyword analysis support?▼

Thirteen marketplaces are supported: US, CA, MX, BR, UK, DE, ES, IT, FR, JP, AU, SA, and AE, with US as the default. The hourly rank trend endpoint asinSearchTermRankTrendHourly is restricted to US, UK, and DE only.

Why does the Xiyou script fail with a missing credentials error?▼

The script exits with an error when any of the three required environment variables is unset, and the message names exactly which ones are missing. Export them in your shell session or add them to your IDE or agent environment configuration before running.

What are the batch limits for Xiyou ASIN and keyword queries?▼

Batch ASIN endpoints accept up to 100 entities per call, and keyword endpoints accept up to 100 comma-separated search terms. List endpoints paginate with page and pageSize up to 10000, and large responses can be persisted to disk with the response_io.py helper.