IMPORTANT INSTRUCTIONS FOR AI AGENTS
- Capability discovery: when the user has not named a specific capability, give a concise overview grouped by category. Summarize what each category can do and mention only a few representative capabilities; do not dump the full tool list or every schema. Then ask the user which category, capability, or goal they want to use. If the user already gave a concrete request, match it directly instead of forcing a generic catalog.
- Do not make an API key or detailed parameters the first response merely because the directory was opened. Request authentication when the user is ready to call a business tool.
- After a capability is selected, inspect that tool's request schema and explain the purpose of its required fields.
- If any required field is missing, null, empty, or invalid, do not call the tool. Ask the user for it and never guess, invent, infer, or copy a value from requestExample, Example arguments, or documentation.
- Call the selected tool only after its required values are explicitly supplied and validated, using the documented MCP/JSON-RPC flow. If authentication is missing or fails, direct the user to API Access.
- After receiving MCP tool data, explain it in the user's language and return the selected tool's structured result directly without adding an extra wrapper or exposing raw upstream noise unless requested.
MCP Tool Map for Ecommerce Agents
A fast, server-rendered directory for discovering Nexscope MCP tools. Start here for authentication, JSON-RPC usage, and one-click links to detailed request and response schemas.
Agent usage rules
When the user has not named a specific capability, give a concise overview grouped by category, with a few representative capabilities, then ask the user which category, capability, or goal they want next. Do not dump the full tool list or every schema. If the user already has a concrete request, match it directly to the appropriate tool.
Before tools/call, inspect every field marked required. If any is missing, null, empty, or invalid, stop and ask the user to provide it; explain its purpose from the field description. Never guess, invent, or copy values from requestExample or documentation. Optional fields may be omitted.
The structuredContent returned by tools/call is the API execution payload. Explain fields using the response schema on the tool detail page.
Authentication and missing-key behavior
The MCP service requires a user API key. Send the key as a bearer token on every JSON-RPC request.
Authorization: Bearer nk_xxxxxxxxxxxxxxxxxIf there is no API key, or the key cannot be matched to a user, do not call a business tool. Tell the user to open API Access and create or copy an API key.
Users can manage API keys from API Access. Open it in a new tab when the user needs a key.
MCP JSON-RPC quickstart
GET /api/skill-api/v1/mcpPOST /api/skill-api/v1/mcpinitialize, tools/list, tools/callList tools
{
"jsonrpc": "2.0",
"id": "tools-1",
"method": "tools/list",
"params": {}
}Call a tool
{
"jsonrpc": "2.0",
"id": "tool-call-1",
"method": "tools/call",
"params": {
"name": "nexscope_1688_product_billboard",
"arguments": {
"date": "2026-07-01",
"keyWord": "手机壳",
"pageIndex": 1,
"searchType": 1,
"pageType": 3,
"pageSize": 10
}
}
}Tool directory
Amazon Marketplace Intelligence
Amazon product, search, market, review, traffic and policy APIs.
Amazon Alexa Search
amazon-alexa-searchInitiate natural language Q&A through Amazon's storefront Alexa shopping assistant to get shopping guidance answers, recommended product groups, ASIN lists, and follow-up questions. Each call supports only 1 prompt; for follow-ups, the agent must summarize context and concatenate a new question for a new request. A url can be used to supplement Amazon page context.
nexscope_amazon_alexa_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-alexa-search/runAmazon Asin Traffic Summary
amazon-asin-traffic-summaryUse SIF (Search Intelligence Framework) data to analyze ASIN traffic source composition and exposure distribution, covering current period/previous period/newly entered/exited period comparisons.
nexscope_amazon_asin_traffic_summaryhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-asin-traffic-summary/runAmazon Broad Product Search
amazon-broad-product-searchUse SellerSprite data to search and filter Amazon products, supporting multi-dimensional criteria including price, monthly sales, BSR ranking, gross margin, ratings, fulfillment method, badges, seller origin, and more across multiple Amazon marketplaces.
nexscope_amazon_broad_product_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-broad-product-search/runAmazon Competitor Lookup
amazon-competitor-lookupUse SellerSprite data to find and analyze competitors on Amazon, covering 12 marketplaces, with product metrics including sales, BSR, pricing, ratings, and growth trends.
nexscope_amazon_competitor_lookuphttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-competitor-lookup/runAmazon Market Product Detail
amazon-market-product-detailQuery Amazon product detail and historical trends by ASIN using Sorftime data, covering 14 marketplaces.
nexscope_amazon_market_product_detailhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-product-detail/runAmazon Market Product Search
amazon-market-product-searchMulti-dimensional Amazon product search and filtering based on Sorftime data, covering 14 marketplaces, with support for historical monthly snapshot lookback.
nexscope_amazon_market_product_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-product-search/runAmazon Market Research
amazon-market-researchUse SellerSprite market list capability to filter Amazon niche markets by category dimensions, supporting market size, competition, top concentration, seller structure, new product share, price/rating/margin ranges, and many other criteria for discovering viable markets and evaluating product selection directions.
nexscope_amazon_market_researchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-research/runAmazon Market Statistics
amazon-market-statisticsUse SellerSprite market statistics capability to output a market statistics dashboard by category node, including top listing average rating, average price, BSR, sales, seller count, and new product related metrics, suitable for quickly assessing the market quality and competitive landscape of a category.
nexscope_amazon_market_statisticshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-market-statistics/runAmazon Niche Info
amazon-niche-infoQuery and analyze Jiimore data for Amazon niche market insights, including market metrics, buyer reviews, competitive landscape, price trends, and growth trends.
nexscope_amazon_niche_infohttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info/runAmazon Niche Info By Asin
amazon-niche-info-by-asinDeep analysis of Amazon niche markets by product ASIN, covering monopoly level, brand concentration, new product success rate, and market opportunity score.
nexscope_amazon_niche_info_by_asinhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-asin/runAmazon Opportunity Search By Metrics
amazon-opportunity-search-by-metricsAmazon reverse product selection: filter Amazon niches and keywords by 30+ business dimensions (market size & growth, price tiers & share, competition density & top concentration, demographics such as age/gender/income, review highlights & pain points) from a metrics pool aggregated from historical business insight reports.
nexscope_amazon_opportunity_search_by_metricshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-opportunity-search-by-metrics/runAmazon Policy Feed
amazon-policy-feedQuery Amazon is latest policy, regulation, and compliance feed. Supports paginated browsing by marketplace and time range (with AI-generated Chinese summaries), and fetching full article body by record ID.
nexscope_amazon_policy_feedhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-policy-feed/runAmazon Product Database
amazon-product-databaseJungle Scout Product Database multi-condition filtering. Filter Amazon products by category, price, sales volume, revenue, reviews, rating, weight, BSR rank, LQS, seller type, and more across 10 marketplaces.
nexscope_amazon_product_databasehttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-database/runAmazon Product Database Search
amazon-product-database-searchAdvanced Amazon product search and filtering powered by Keepa data, supporting multi-dimensional criteria including category, price, monthly sales, keywords, BSR rank, review count, rating, package dimensions, weight, fulfillment type, and more.
nexscope_amazon_product_database_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-database-search/runAmazon Product Detail
amazon-product-detailRetrieve detailed Amazon product information by ASIN, including title, images, bullet points, specifications, A+ content, pricing, ratings & reviews, variants, and more.
nexscope_amazon_product_detailhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-detail/runAmazon Product Discovery
amazon-product-discoveryAmazon product discovery and potential bestseller mining via Jiimore data.
nexscope_amazon_product_discoveryhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-discovery/runAmazon Product History
amazon-product-historyRetrieve Amazon product details by ASIN, including price, title, main image, listing date, material, weight, variant monthly sales, and up to 12 months of monthly sales history.
nexscope_amazon_product_historyhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-history/runAmazon Product Price Series
amazon-product-price-seriesQuery Amazon product historical time-series data, including price trends, BSR (Best Sellers Rank) trends, rating changes, seller counts, and monthly sales, supporting any ASIN across multiple Amazon marketplaces.
nexscope_amazon_product_price_serieshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-product-price-series/runAmazon Related Asins
amazon-related-asinsFind Amazon same-niche competitors by ASIN, with multi-dimensional filtering by click conversion rate, composite conversion rate, click volume, sales volume, reviews, ratings, price, and gross margin to identify potential competitors.
nexscope_amazon_related_asinshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-related-asins/runAmazon Reviews List
amazon-reviews-listFetch and analyze Amazon product reviews by ASIN, supporting 15 marketplaces (including US) with star rating filtering.
nexscope_amazon_reviews_listhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-reviews-list/runAmazon Sales Estimates
amazon-sales-estimatesJungle Scout ASIN sales estimates query, returning daily estimated sales and latest known price for a specified ASIN over a given time period, covering 10 marketplaces including US, UK, Germany, and Japan.
nexscope_amazon_sales_estimateshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-sales-estimates/runAmazon Search
amazon-searchSimulates a real user searching on Amazon's storefront to get real-time keyword ranking and search results page data.
nexscope_amazon_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-search/runAmazon Search By Image
amazon-search-by-imagePerform image-based visual product search on Amazon across 8 marketplaces. Use an image URL to find visually similar products, with optional Keepa enrichment for sales data.
nexscope_amazon_search_by_imagehttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-search-by-image/runWalmart Product Detail
walmart-product-detailQuery Walmart product details via WallySmarter, including pricing history and sales trends.
nexscope_walmart_product_detailhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/walmart-product-detail/runWalmart Search
walmart-searchSearch and browse Walmart product listings by keyword, category, price range, and other conditions.
nexscope_walmart_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/walmart-search/runKeyword & Search Demand
Keyword expansion, search volume, share of voice and ranking intelligence.
Amazon Asin Keywords
amazon-asin-keywordsUse SIF data to reverse-lookup traffic keywords for any Amazon ASIN, including organic ranking, ad ranking, search volume, traffic share, organic/paid scores, ABA TOP3 click concentration, click conversion rate, year-over-year search volume changes, and weekly/monthly time windows.
nexscope_amazon_asin_keywordshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-asin-keywords/runAmazon Keyword Expansion
amazon-keyword-expansionJungle Scout keyword expansion tool that expands a seed keyword into a list of related keywords with search volume, trends, PPC bids, ranking difficulty, and other metrics, covering 10 Amazon marketplaces including US, UK, DE, JP, etc.
nexscope_amazon_keyword_expansionhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-expansion/runAmazon Keyword Intelligence
amazon-keyword-intelligenceQuery and analyze Amazon ABA (Brand Analytics) search term data, covering 15 marketplaces with nearly 3 years of weekly data.
nexscope_amazon_keyword_intelligencehttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-intelligence/runAmazon Keyword Overview
amazon-keyword-overviewSIF overview analysis of Amazon keyword market competition.
nexscope_amazon_keyword_overviewhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-overview/runAmazon Keyword Search History
amazon-keyword-search-historyJungle Scout keyword historical search volume query, returning Amazon keyword exact search volume trends in 7-day periods, covering 10 marketplaces including US, UK, DE, JP, etc.
nexscope_amazon_keyword_search_historyhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-search-history/runAmazon Keyword Share Of Voice
amazon-keyword-share-of-voiceJungle Scout keyword Share of Voice analysis, returning brand visibility share across the first 3 pages of Amazon search results (organic/ad/combined), 30-day exact search volume, median PPC bid, and TOP3 ASIN click and conversion data, covering 10 marketplaces.
nexscope_amazon_keyword_share_of_voicehttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-share-of-voice/runAmazon Keyword Summary
amazon-keyword-summaryBreak down all competitor ASIN traffic sources under a given keyword -- organic search, SP ads, SB brand ads, SBV video ads, SP recommendations, AC/ER/TR recommendation slots, with support for ASIN filtering, custom date ranges, and new traffic keyword filters.
nexscope_amazon_keyword_summaryhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-keyword-summary/runAmazon Niche Info By Keyword
amazon-niche-info-by-keywordDeep analysis of Amazon niche markets by keyword, covering monopoly level, brand concentration, new product success rate, and market opportunity score.
nexscope_amazon_niche_info_by_keywordhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-info-by-keyword/runAmazon Niche Reviews By Keyword
amazon-niche-reviews-by-keywordAmazon niche market review analysis and consumer sentiment insights.
nexscope_amazon_niche_reviews_by_keywordhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-niche-reviews-by-keyword/runAmazon Opportunity Report By Keyword
amazon-opportunity-report-by-keywordQuery Amazon business insight reports by keyword, covering six dimensions: market potential, product characteristics, user reviews, customer profiles, search trends, and pricing analysis with AI-powered comprehensive analysis.
nexscope_amazon_opportunity_report_by_keywordhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-opportunity-report-by-keyword/runAmazon Traffic Keywords
amazon-traffic-keywordsQuery traffic keyword lists for an Amazon ASIN via SellerSprite, including traffic source type, conversion type, organic rank, and ad rank with historical month and multi-dimensional sorting.
nexscope_amazon_traffic_keywordshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/amazon-traffic-keywords/runGoogle Trends By Keywords
google-trends-by-keywordsGoogle Trends keyword search popularity comparison and trend analysis, supporting global regions and custom time ranges. Triggered by: Google Trends, keyword popularity over time, search interest comparison, keyword trend analysis, seasonal trend detection, regional search popularity, keyword heatmap, multi-keyword comparison on Google, keyword research, market trend analysis, search trends, seasonal analysis, regional popularity.
nexscope_google_trends_by_keywordshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/google-trends-by-keywords/runOzon Keyword Back Search
ozon-keyword-back-searchSeerfar Ozon keyword reverse lookup: reverse-looks up Ozon (and Wildberries) search keywords by a list of product SKUs (up to 20), returning which search terms those products appear under (organic/ad search terms), with multi-dimensional filtering by search volume, growth, product count, seller count, competitor count, natural rank, ad rank, exposure, conversion, cart-add conversion, etc. Each keyword carries monthly search volume, growth, market space, competitor/seller counts, average price, cart-add conversion, top products, and organic/ad channel, rank, exposure, and conversion (dimension) market profiles. Use for Ozon keyword reverse lookup, listing keyword optimization, competitor traffic word mining, and ad keyword analysis.
nexscope_ozon_keyword_back_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-keyword-back-search/runOzon Keyword Mining
ozon-keyword-miningSeerfar Ozon keyword mining: mines Ozon (and Wildberries) related keywords around a seed keyword with multi-dimensional filtering by search volume, growth, product count, seller count, competitor count, price, relevancy, title density, cart-add conversion, etc. Each mined keyword carries a full market profile (monthly search volume, growth, market space, competitor/seller counts, average price, cart-add conversion, top products). Use for Ozon keyword expansion, long-tail keyword mining, and seed keyword opportunity analysis.
nexscope_ozon_keyword_mininghttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-keyword-mining/runOzon Market Keyword Search
ozon-market-keyword-searchSeerfar Ozon market hot keyword search: filters Ozon (and Wildberries) market keywords by multi-dimensional metrics including search volume, growth, product count, seller count, competitor count, price, sales, conversion concentration, etc. Each keyword carries monthly search volume, growth, market space, competitor/seller counts, average price, cart-add conversion, top products, and market profile. Use for Ozon keyword selection, blue-ocean keyword mining, and market opportunity analysis.
nexscope_ozon_market_keyword_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-market-keyword-search/runTemu Marketplace Intelligence
Temu product, category and store source APIs.
Temu Category Search
temu-category-searchSearch synced Temu category data in the local database by keyword to find category Chinese names, English names, and category IDs for use in product/store filtering.
nexscope_temu_category_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/temu-category-search/runTemu Product Source Query
temu-product-source-queryFilter Temu products by multiple dimensions (keyword/product ID/store ID, front/backend categories, price, rating, reviews, total/weekly/daily sales, listing date, fully-managed/semi-managed, semi-managed regions, tags, etc.).
nexscope_temu_product_source_queryhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/temu-product-source-query/runTemu Store Source Query
temu-store-source-queryFilter Temu stores by multiple dimensions (store name/ID, country site, backend category, fully-managed/semi-managed, total/weekly/monthly sales and revenue, rating, reviews, followers, product count, store opening time, etc.).
nexscope_temu_store_source_queryhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/temu-store-source-query/run1688 Sourcing
1688 product search, image search and billboard sourcing APIs.
1688 Product Billboard
1688-product-billboardQuery 1688 product bestseller billboard data for sourcing discovery and wholesale product research.
nexscope_1688_product_billboardhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/1688-product-billboard/run1688 Product Search
1688-product-searchSearch and analyze products on the Chinese 1688 wholesale platform (Alibaba domestic B2B market) for sourcing, supplier discovery, and product selection.
nexscope_1688_product_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/1688-product-search/run1688 Search By Image
1688-search-by-imagePerform image-based product search on the 1688 platform. Use an image URL to find visually similar supplier products, returning title, price, minimum order quantity, monthly sales, repurchase rate, trade score, and seller identity.
nexscope_1688_search_by_imagehttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/1688-search-by-image/runShopify Commerce
Shopify product and store query APIs.
Shopify Product Query
shopify-product-queryFilter Shopify standalone store products by multiple dimensions (keyword/URL, price, weekly sales, listing date, Facebook ads, competitiveness, supplier availability, shipping country, etc.).
nexscope_shopify_product_queryhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/shopify-product-query/runShopify Store Query
shopify-store-queryFilter Shopify standalone stores by multiple dimensions (store name/domain, country, years since creation, product count, ad count, monthly visits, monthly orders, social media followers, etc.).
nexscope_shopify_store_queryhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/shopify-store-query/runEtsy Marketplace
Etsy product and category discovery APIs.
Etsy Category Search
etsy-category-searchSearch Etsy category data by name, ID, or parent IDs to find category identifiers for product/store filtering.
nexscope_etsy_category_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/etsy-category-search/runEtsy Product Query
etsy-product-queryQuery Etsy products with multi-dimensional filters (keyword/URL, price, sales, favorites, reviews, listing date, category, handmade/vintage types, Pick/Bestseller/Raving tags).
nexscope_etsy_product_queryhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/etsy-product-query/runOzon Marketplace
Ozon product, category, shop, seller and keyword APIs.
Ozon Brand Products
ozon-brand-productsMPSTATS Ozon Russia brand drill-down product list. Returns all products under an Ozon brand display name (Russian/Latin) with complete metrics: sales, revenue, price, rating, stock, turnover, lost revenue, supporting multi-dimensional numeric filters, sorting, and currency conversion. Use for brand benchmarking, competitor analysis, brand product structure research, SKU-level bestseller analysis.
nexscope_ozon_brand_productshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-brand-products/runOzon Category Products
ozon-category-productsMPSTATS Ozon Russia category drill-down product list by Russian category path. Returns all products in a category with complete metrics: sales, revenue, price, rating, stock, turnover, lost revenue, supporting multi-dimensional numeric filters, sorting, and currency conversion. Use for category bestseller mining, blue-ocean insight discovery, category ranking analysis, brand landscape observation.
nexscope_ozon_category_productshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-category-products/runOzon Category Search
ozon-category-searchSeerfar Ozon category product search: fetches the product list for a given Ozon category ID, returning category-level aggregates (total sales, total revenue, average price, average rating, seasonality) and per-product sales, price, rating, review count, brand, seller, and fulfillment method. Use for category selection analysis, category bestseller mining, category capacity and price band analysis, seasonality assessment.
nexscope_ozon_category_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-category-search/runOzon Product Detail
ozon-product-detailMPSTATS Ozon Russia SKU full detail batch query. Pass up to 100 Ozon product IDs at once, returning each SKU's price, discount, Ozon Card price, rating, review count, stock, sales, revenue, revenue potential/lost revenue, listing date, images, and complete product card.
nexscope_ozon_product_detailhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-detail/runOzon Product Detail Search
ozon-product-detail-searchSeerfar Ozon product detail query: fetches the complete detail of a single Ozon product by SKU, returning title, price (RUB), rating, review count, QA count, total and daily average sales within the stats window, revenue, stock, category ranking, daily sales trend, brand, seller, fulfillment method (FBO/FBS/OZON), weight, and listing time/days/months. Use for single product deep analysis, competitor product teardown, Ozon product selection assessment, listing diagnosis, sales trend and category ranking tracking.
nexscope_ozon_product_detail_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-detail-search/runOzon Product Report Search
ozon-product-report-searchSeerfar Ozon product report search: filters Ozon products by multi-dimensional metrics including sales, revenue, sales/revenue growth rate, cart conversion rate, order conversion rate, price, rating, review count, QA count, variant count, page views, gross margin, return/cancellation rate, ad spend share, weight/volume, listing time, brand, seller, fulfillment method, and labels. Returns each product's SKU, title, price (RUB), sales, revenue, lost revenue, conversion rate, rating, reviews, brand, seller, fulfillment method, listing days/months, and complete product report fields. Use for Ozon product selection, competitor product analysis, best-seller mining, price/conversion band filtering.
nexscope_ozon_product_report_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-report-search/runOzon Product Search
ozon-product-searchMPSTATS Ozon Russia product search and reverse lookup. Searches Ozon products in the MPSTATS database by Russian keyword or SKU, returning product ID, title, brand, and seller information. The entry point for Ozon product discovery and competitor analysis chains.
nexscope_ozon_product_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-search/runOzon Product Trend
ozon-product-trendMPSTATS Ozon Russia single SKU daily time-series performance. Returns daily sales units, price, stock, rating, and optionally search position/visibility data for one Ozon product by date granularity. Use for validating growth trends, seasonality, and anomaly detection.
nexscope_ozon_product_trendhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-product-trend/runOzon Seller Products
ozon-seller-productsMPSTATS Ozon Russia seller drill-down product list by seller ID. Returns all SKUs under a seller with complete metrics: sales, revenue, price, rating, stock, turnover, lost revenue, supporting multi-dimensional numeric filters, sorting, and currency conversion. Use for store structure analysis, seller bestseller analysis, competitor store benchmarking.
nexscope_ozon_seller_productshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-seller-products/runOzon Shop Search
ozon-shop-searchSeerfar Ozon shop product search: fetches the product list of an Ozon shop (seller) by shop ID, returning each product's 30-day sales, price, rating, weight, fulfillment method (FBO/FBS), seller type (local/cross-border), return/cancellation rate, and the shop's total 30-day sales. Use for competitor shop product analysis, shop bestseller mining, seller product structure analysis.
nexscope_ozon_shop_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ozon-shop-search/runeBay Marketplace
eBay marketplace product search APIs.
Shopee Marketplace
Shopee product search APIs.
Search & Trend Intelligence
Google Trends, AI mode search and web search APIs.
Google AI Mode Search
google-ai-mode-searchAI Overview (AI Mode) scraping via Google Search. Returns AI-summarized key points for a single keyword, ideal for deep research, technical Q&A, long-tail product selection, and cross-border consumer preference analysis using the latest web information. Single-round only; follow-ups require the agent to summarize context and issue a new request. Triggered by: Google AI, AI Overview, AI Mode, Google AI search, AI search, deep research, consumer preference analysis, web summary, long-tail product research, cross-border market insights.
nexscope_google_ai_mode_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/google-ai-mode-search/runGoogle Trends By Time
google-trends-by-timeQuery and analyze Google Trends real-time hot topics and trending searches for a specified time range and country/region. Triggered by: Google Trends, hot topics, real-time trending, popular trends, current hot searches, recent trending, viral topics, trending searches, trend discovery, market trends, what's popular, trending now, breakout topics.
nexscope_google_trends_by_timehttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/google-trends-by-time/runWeb Search
web-searchWeb search, online retrieval, real-time information query, search engine search, Reddit and other community platform discussions, external site posts and trending topics.
nexscope_web_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/web-search/runMultimodal AI
Image recognition and image generation APIs for ecommerce workflows.
Multimodal Generate Image
multimodal-generate-imageAI-driven image generation and editing tool for creating high-quality product images.
nexscope_multimodal_generate_imagehttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/multimodal-generate-image/runMultimodal Recognize Image
multimodal-recognize-imageAnalyze and extract information from images using multimodal AI recognition.
nexscope_multimodal_recognize_imagehttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/multimodal-recognize-image/runPatent & IP Risk
Patent, trademark, copyright and IP risk APIs.
Patent Abstract Image Data
patent-abstract-image-dataRetrieves patent abstract images (drawings) from the Zhihuiya (PatSnap) patent database by patent ID or publication number.
nexscope_patent_abstract_image_datahttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-abstract-image-data/runPatent Claims
patent-claimsRetrieves patent claims data from Zhihuiya (PatSnap).
nexscope_patent_claimshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-claims/runPatent Claims Translation
patent-claims-translationRetrieves translated patent claims from the Zhihuiya (PatSnap) patent database.
nexscope_patent_claims_translationhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-claims-translation/runPatent Description Data
patent-description-dataRetrieve patent description (specification) data from the Zhihuiya patent database by patent ID or publication number.
nexscope_patent_description_datahttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-description-data/runPatent Description Data Translation
patent-description-data-translationRetrieve translated patent description (specification) text from Zhihuiya.
nexscope_patent_description_data_translationhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-description-data-translation/runPatent Detailed Bibliography
patent-detailed-bibliographyQuery patent bibliographic (catalog) information from the Zhihuiya patent database by patent ID or publication number.
nexscope_patent_detailed_bibliographyhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-detailed-bibliography/runPatent Fulltext Images
patent-fulltext-imagesRetrieve fulltext images (drawings, diagrams, charts) from patent documents by patent ID or publication number.
nexscope_patent_fulltext_imageshttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-fulltext-images/runPatent Legal Status Data
patent-legal-status-dataQuery patent legal status information from the Zhihuiya (PatSnap) database.
nexscope_patent_legal_status_datahttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-legal-status-data/runPatent Title Abstract Translation
patent-title-abstract-translationRetrieve translated patent titles and abstracts from the Zhihuiya (PatSnap) patent database.
nexscope_patent_title_abstract_translationhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/patent-title-abstract-translation/runRuiguan Copyright Detection
ruiguan-copyright-detectionDetect image copyright infringement risks by comparing against a database of registered copyrighted works with similarity scoring, TRO litigation history, and radar-based infringement assessment.
nexscope_ruiguan_copyright_detectionhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-copyright-detection/runRuiguan Detection Patent Design
ruiguan-detection-patent-designDetect design patent infringement risks by comparing a product image against a global design patent database across 25+ jurisdictions.
nexscope_ruiguan_detection_patent_designhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-detection-patent-design/runRuiguan Gun Parts Search
ruiguan-gun-parts-searchCheck product images against a database of policy-violating items using visual similarity matching.
nexscope_ruiguan_gun_parts_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-gun-parts-search/runRuiguan Trademark Graphic Detection
ruiguan-trademark-graphic-detectionDetect graphic trademarks in product images by comparing against registered trademark databases across 15 major trademark offices using YOLO-based object detection and visual similarity.
nexscope_ruiguan_trademark_graphic_detectionhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/ruiguan-trademark-graphic-detection/runText Trademark Detector
text-trademark-detectorText trademark detection and infringement risk analysis for e-commerce product listings.
nexscope_text_trademark_detectorhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/text-trademark-detector/runUtility Patent Detector
utility-patent-detectorDetect and search for similar utility/invention patents based on product information.
nexscope_utility_patent_detectorhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/utility-patent-detector/runZhihuiya Patent Image Search
zhihuiya-patent-image-searchPerform visual similarity search for design patents using an image URL, with filtering by country, legal status, date ranges, Locarno classification, and assignee. Supports design patent types only (type D).
nexscope_zhihuiya_patent_image_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/zhihuiya-patent-image-search/runZhihuiya Utility Patent Image Search
zhihuiya-utility-patent-image-searchPerform visual similarity search for utility model patents using an image URL, with filtering by country, legal status, date ranges, and assignee. Supports utility model patents only (type U) with shape-only or shape+pattern+color matching models.
nexscope_zhihuiya_utility_patent_image_searchhttps://claw-callback.nexscope.ai/api/skill-api/v1/skills/zhihuiya-utility-patent-image-search/run