Connect ecommerce workflows to marketplace data, product research, and AI image and video creation through Nexscope APIs.
225 APIs · 172 Data APIs · 53 Creative APIs · 20 categories
Get an API key · Official API docs · Complete catalog · Integration guide
This repository includes documentation for every API in the official directory, request/response definitions, editable request samples, and cURL, JavaScript, and Python clients. Use it to connect marketplace research, sourcing, keyword analysis, product imagery, and video creation to your application.
Open API Access, sign in, and create or copy your user API key. Send it in the Authorization header as a bearer token.
Creative API access requires an active subscription. Trial credits do not enable Creative API key access. Review your account access and current plans before submitting generation requests.
Keep the key on your server. Do not commit it or expose it in a browser application. In Bash or Zsh, enter it without displaying it or putting its value into shell history:
printf 'Nexscope API key: '
read -r -s NEXSCOPE_API_KEY
printf '\n'
export NEXSCOPE_API_KEYAll run requests use:
Authorization: Bearer YOUR_API_KEY
Content-Type: application/jsonThis example calls Amazon Search API for phone case results. It sends a real API request when you execute it with your key.
curl --silent --show-error --fail-with-body --max-time 120 \
-X POST 'https://api.nexscope.ai/api/skill-api/v1/skills/amazon-search/run' \
-H "Authorization: Bearer $NEXSCOPE_API_KEY" \
-H 'Content-Type: application/json' \
-d '{"keyword":"phone case","page":1}'A successful HTTP response contains the API-specific payload directly. For Amazon Search, inspect fields such as products and total; do not assume an extra data or result wrapper. Documented response fixture.
Clone this repository and run commands from its root. The examples require Node.js 22+, Python 3.10+, or cURL 7.76+; the cURL helper also uses Python 3.10+ to look up and check the request. JavaScript and Python use only standard libraries.
git clone https://github.com/nexscope-ai/nexscope-ecommerce-api.git
cd nexscope-ecommerce-api
# Choose ONE client to submit a request:
node examples/javascript/run.mjs amazon-search payloads/amazon-search.json
# Alternatively:
python3 examples/python/run.py amazon-search payloads/amazon-search.json
# Alternatively:
bash examples/curl/run.sh amazon-search payloads/amazon-search.jsonEach command above independently submits a request. To inspect the method, endpoint, and JSON without sending or using credits:
python3 examples/python/run.py amazon-search payloads/amazon-search.json --dry-run
node examples/javascript/run.mjs amazon-search payloads/amazon-search.json --dry-runJavaScript source · Python source · cURL source
All 53 Creative APIs in this snapshot use asynchronous tasks. This example uses Background Remover API.
Create a request with your real, publicly accessible image URL. The input image must meet the API's documented limits, including 385–8192 pixels on both dimensions and a maximum size of 20 MB.
cp payloads/background-remover.json creative-request.json
# Edit creative-request.json: replace the example.com image URL with your asset URL.
# subType: 1 = general, 2 = portrait, 3 = product, 9 = apparel, 12 = hair, 13 = face.
python3 examples/python/run.py background-remover creative-request.json > creative-task.json
cat creative-task.jsonThe submission returns a receipt resembling this illustrative documentation sample:
{
"taskId": "6b3f1c61-1b7d-4a59-8a7d-3b23e4b0c9e2",
"status": "PENDING",
"message": "The task has been created. Use taskId to query the result."
}Use the task ID returned by your own request to query the result; do not rerun the POST to check progress:
TASK_ID=$(python3 -c 'import json; print(json.load(open("creative-task.json"))["taskId"])')
python3 examples/python/run.py background-remover --task "$TASK_ID"
# Alternatively: node examples/javascript/run.mjs background-remover --task "$TASK_ID"
# Alternatively: bash examples/curl/run.sh background-remover --task "$TASK_ID"The query endpoint is:
GET https://api.nexscope.ai/api/skill-api/v1/skills/background-remover/tasks/{taskId}
Authorization: Bearer YOUR_API_KEYPENDINGorRUNNING: the task is not complete. Query the same task later; a 5-second starting interval is an application recommendation, not an API rate-limit guarantee.SUCCESS: inspect the returned payload for generated outputs and the actual credits charged.FAILEDorTIMEOUT: stop polling and inspect the error. A new submission is a separate request.
The included clients perform one submission or one status check per command. They do not automatically resubmit or poll indefinitely. See asynchronous integration details.
Open its documentation below, copy payloads/<slug>.json into your own request file, and replace illustrative inputs. Pass the slug and your file to the same client:
cp payloads/seedance-2-5-video-generation.json request.json
# Edit request.json with your real reference image and desired prompt.
python3 examples/python/run.py seedance-2-5-video-generation request.jsonParameter names, media requirements, conditional fields, and response shapes vary by API. The clients reject reserved example-domain asset URLs; you must also review sample product IDs, search terms, and other values for your intended use.
| HTTP status | What to do |
|---|---|
| 200 | Parse the API-specific response; for asynchronous work, also inspect task status. |
| 400 | Check required fields, types, allowed values, conditional inputs, and media constraints. |
| 401 | Check the bearer header and API key. |
| 403 | Check account permissions, API access, and subscription requirements. |
| 429 | Respect Retry-After when present and back off. |
| 5xx | Inspect the service error. Before resubmitting a generation request, check whether a task was created. |
The helpers surface non-2xx responses. The Python and JavaScript helpers also exit with an error for FAILED or TIMEOUT task states; cURL reports HTTP status only. Do not blindly retry POST requests: the documentation does not establish an idempotency guarantee.
| Path | Contents |
|---|---|
| docs/data/ | 172 Data API references |
| docs/creative/ | 53 Creative API references |
| catalog/apis.json | Complete inventory, categories, links, endpoints, and definition formats |
| schemas/ | 225 request and 225 response definitions |
| payloads/ | 225 published request samples |
| examples/responses/ | 225 published response fixtures |
| examples/ | cURL, JavaScript, and Python clients for every catalog entry |
| docs/calling-apis.md | Authentication, tasks, media, and MCP guidance |
All 225 APIs listed in the official directory are included. Each entry links to its parameters, request/response definitions, sample payload, and official documentation.
| API | Purpose |
|---|---|
| Amazon ASIN Traffic Summary API | Use SIF (Search Intelligence Framework) data to analyze ASIN traffic source composition and exposure distribution, covering current period/previous period/newly entered/exited period comparisons. |
| Amazon Broad Product Search API | Use 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. |
| Amazon Category Lookup API | Browse Amazon category nodes or search category metadata by name. |
| Amazon Competitor Lookup API | Use SellerSprite data to find and analyze competitors on Amazon, covering 12 marketplaces, with product metrics including sales, BSR, pricing, ratings, and growth trends. |
| Amazon Market Product Detail API | Query Amazon product detail and historical trends by ASIN using Sorftime data, covering 14 marketplaces. |
| Amazon Market Product Search API | Multi-dimensional Amazon product search and filtering based on Sorftime data, covering 14 marketplaces, with support for historical monthly snapshot lookback. |
| Amazon Market Research API | Use 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. |
| Amazon Market Statistics API | Use 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. |
| Amazon Niche Info API | Query and analyze Jiimore data for Amazon niche market insights, including market metrics, buyer reviews, competitive landscape, price trends, and growth trends. |
| Amazon Niche Info By ASIN API | Deep analysis of Amazon niche markets by product ASIN, covering monopoly level, brand concentration, new product success rate, and market opportunity score. |
| Amazon Opportunity Search By Metrics API | Amazon 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. |
| Amazon Policy Feed API | Query 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. |
| Amazon Product Database API | Jungle 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. |
| Amazon Product Database Search API | Advanced 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. |
| Amazon Product Detail API | Retrieve detailed Amazon product information by ASIN, including title, images, bullet points, specifications, A+ content, pricing, ratings & reviews, variants, and more. |
| Amazon Product Discovery API | Amazon product discovery and potential bestseller mining via Jiimore data. |
| Amazon Product History API | Retrieve 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. |
| Amazon Product Price Series API | Query 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. |
| Amazon Product Research API | Browse the complete set of independently callable Amazon product-research APIs. |
| Amazon Related ASINs API | Find 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. |
| Amazon Reviews List API | Fetch and analyze Amazon product reviews by ASIN, supporting 15 marketplaces (including US) with star rating filtering. |
| Amazon Sales Estimates API | Jungle 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. |
| Amazon Search API | Simulates a real user searching on Amazon's storefront to get real-time keyword ranking and search results page data. |
| Amazon Search By Image API | Perform 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. |
| Reverse Product Image Search API | Find visually similar Amazon products from a public image URL. |
| Amazon Alexa Search API | Initiate 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. |
| API | Purpose |
|---|---|
| Walmart Category Market API | Walmart Category Market public data API. |
| Walmart Keyword Research API | Walmart Keyword Research public data API. |
| Walmart Product Analysis API | Walmart Product Analysis public data API. |
| Walmart Product Detail API | Query Walmart product details via WallySmarter, including pricing history and sales trends. |
| Walmart Search API | Search and browse Walmart product listings by keyword, category, price range, and other conditions. |
| API | Purpose |
|---|---|
| Amazon ASIN Keywords API | Use 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. |
| Amazon Keyword Expansion API | Jungle 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. |
| Amazon Keyword Intelligence API | Query and analyze Amazon ABA (Brand Analytics) search term data, covering 15 marketplaces with nearly 3 years of weekly data. |
| Amazon Keyword Overview API | SIF overview analysis of Amazon keyword market competition. |
| Amazon Keyword Search History API | Jungle 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. |
| Amazon Keyword Share Of Voice API | Jungle 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. |
| Amazon Keyword Summary API | Break 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. |
| Amazon Niche Info By Keyword API | Deep analysis of Amazon niche markets by keyword, covering monopoly level, brand concentration, new product success rate, and market opportunity score. |
| Amazon Niche Reviews By Keyword API | Amazon niche market review analysis and consumer sentiment insights. |
| Amazon Opportunity Report By Keyword API | Query 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. |
| Amazon Traffic Keywords API | Query 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. |
| Google Trends By Keywords API | Google 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. |
| Ozon Keyword Back Search API | Seerfar 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. |
| Ozon Keyword Mining API | Seerfar 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. |
| Ozon Market Keyword Search API | Seerfar 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. |
| API | Purpose |
|---|---|
| Chuhaijiang TikTok Product Search API | Chuhaijiang TikTok Product Search with public market data. |
| Chuhaijiang TikTok Product Detail API | Chuhaijiang TikTok Product Detail with public market data. |
| Chuhaijiang TikTok Shop Detail API | Chuhaijiang TikTok Shop Detail with public market data. |
| Chuhaijiang TikTok Creator Detail API | Chuhaijiang TikTok Creator Detail with public market data. |
| Chuhaijiang TikTok Product Related Creators API | Chuhaijiang TikTok Product Related Creators with public market data. |
| Chuhaijiang TikTok Product Related Lives API | Chuhaijiang TikTok Product Related Lives with public market data. |
| Chuhaijiang TikTok Product Reviews API | Chuhaijiang TikTok Product Reviews with public market data. |
| Chuhaijiang TikTok Product Related Videos API | Chuhaijiang TikTok Product Related Videos with public market data. |
| Chuhaijiang TikTok Shop Related Creators API | Chuhaijiang TikTok Shop Related Creators with public market data. |
| Chuhaijiang TikTok Shop Related Products API | Chuhaijiang TikTok Shop Related Products with public market data. |
| Chuhaijiang TikTok Shop Related Videos API | Chuhaijiang TikTok Shop Related Videos with public market data. |
| Chuhaijiang TikTok Creator Related Lives API | Chuhaijiang TikTok Creator Related Lives with public market data. |
| Chuhaijiang TikTok Creator Related Products API | Chuhaijiang TikTok Creator Related Products with public market data. |
| Chuhaijiang TikTok Creator Related Videos API | Chuhaijiang TikTok Creator Related Videos with public market data. |
| Chuhaijiang TikTok Product Most Promoted API | Chuhaijiang TikTok Product Most Promoted with public market data. |
| Chuhaijiang TikTok Product Top Selling API | Chuhaijiang TikTok Product Top Selling with public market data. |
| Chuhaijiang TikTok Product New Arrivals API | Chuhaijiang TikTok Product New Arrivals with public market data. |
| Chuhaijiang TikTok Product Image Search API | Chuhaijiang TikTok Product Image Search with public market data. |
| Chuhaijiang TikTok Shop Search API | Chuhaijiang TikTok Shop Search with public market data. |
| Chuhaijiang TikTok Shop Most Promoted API | Chuhaijiang TikTok Shop Most Promoted with public market data. |
| Chuhaijiang TikTok Shop Top Selling API | Chuhaijiang TikTok Shop Top Selling with public market data. |
| Chuhaijiang TikTok Creator Search API | Chuhaijiang TikTok Creator Search with public market data. |
| Chuhaijiang TikTok Creator Agencies API | Chuhaijiang TikTok Creator Agencies with public market data. |
| Chuhaijiang TikTok Creator Commercial API | Chuhaijiang TikTok Creator Commercial with public market data. |
| Chuhaijiang TikTok Creator Growth API | Chuhaijiang TikTok Creator Growth with public market data. |
| Chuhaijiang TikTok Live Search API | Chuhaijiang TikTok Live Search |
| Chuhaijiang TikTok Live Detail API | Chuhaijiang TikTok Live Detail |
| Chuhaijiang TikTok Live Related Products API | Chuhaijiang TikTok Live Related Products |
| Chuhaijiang TikTok Video Search API | Chuhaijiang TikTok Video Search |
| Chuhaijiang TikTok Video Detail API | Chuhaijiang TikTok Video Detail |
| Chuhaijiang TikTok Video Related Products API | Chuhaijiang TikTok Video Related Products |
| Chuhaijiang TikTok Video Reviews API | Chuhaijiang TikTok Video Reviews |
| Chuhaijiang TikTok Ad Search API | Chuhaijiang TikTok Ad Search |
| Chuhaijiang TikTok Ad Detail API | Chuhaijiang TikTok Ad Detail |
| Chuhaijiang TikTok Ad Related Products API | Chuhaijiang TikTok Ad Related Products |
| Chuhaijiang TikTok Creative Search API | Chuhaijiang TikTok Creative Search |
| Chuhaijiang TikTok Creative Detail API | Chuhaijiang TikTok Creative Detail |
| TikTok Video Rank API | TikTok Video Rank public data API. |
| TikTok Shop Product Detail API | TikTok Shop Product Detail public data API. |
| TikTok Batch Product Detail API | Batch query TikTok product detail data, including multi-period sales and GMV (1d/7d/15d/30d/60d/90d/cumulative), live sales and live GMV, promoting video and creator data, views, price, rating, review count, commission rate, and delisted/fully-managed status. Supports batch retrieval by product ID or TikTok Shop product URL. |
| TikTok Creator Analytics API | Search TikTok e-commerce creator leaderboards via Kalodata and query detailed profiles for specific creators. Supports viewing top-performing influencer-sellers by region, currency, language, and date range, and using creatorId to retrieve follower count, video/live revenue and GPM, contact information, and associated shops. |
| TikTok Creator Search API | Search TikTok ecommerce creator rankings. |
| TikTok Livestream Analytics API | Search TikTok e-commerce livestream leaderboards via Kalodata and query detailed data for specific livestreams. Supports viewing high-ranking, high-sales TikTok shopping livestreams by region, currency, language, and date range, and using livestreamId to retrieve revenue, viewers, duration, GPM, and number of products sold. |
| TikTok New Product Rank API | Discover trending new products across 16 TikTok Shop regional markets via EchoTik new product ranking data. |
| TikTok Product Analytics API | Query TikTok e-commerce product leaderboards via Kalodata and query detailed data for specific products. Supports viewing high-ranking/hot-selling products by region, currency, language, and date range, and using productId to retrieve price range, sales, revenue, commission rate, listing/delisting time, and owning shop. |
| TikTok Product Analytics Detail API | Retrieve detailed performance data for a TikTok product. |
| TikTok Product Discovery API | Search and filter TikTok global e-commerce products based on FastMoss data, supporting keyword search, multi-dimensional filtering (category, shop type, commission rate, sales, creator count, etc.) and sorting. |
| TikTok Product Search API | Search and analyze TikTok product data including sales, influencer sales data, pricing, and commission rates across 16 TikTok Shop sites. |
| TikTok Seller Detail API | Query TikTok Shop store (seller) details, retrieving a complete store profile by sellerId with total sales, multi-period (1d/7d/30d/90d) sales and GMV, followers, rating, review count, positive feedback rate, delivery rate, response rate, in-store product count, promoting creator count, promotional video count, livestream count, price range, product categories, and estimated listing time. |
| TikTok Shop Analytics API | Search TikTok e-commerce store leaderboards via Kalodata and query detailed information for specific stores. Supports viewing high-ranking, high-sales TikTok Shop stores by region, currency, language, and date range, and using shopId to retrieve revenue, sales volume, on-sale product count, self-operated/affiliate/shopping mall channel revenue, and creator collaboration count. |
| TikTok Top Selling Products API | Query TikTok global e-commerce market top-selling product rankings via FastMoss data, supporting daily/weekly/monthly dimensions and category-level analysis. |
| TikTok Video Analytics API | Search TikTok e-commerce trending promotional video leaderboards via Kalodata and query detailed data for specific videos. Supports viewing high-ranking/high-view/hot-selling promotional videos by region, currency, language, and date range, and using videoId to retrieve views, likes, comments, shares, revenue, GPM, and advertising metrics. |
| TikTok Video Download URL API | Resolve TikTok video URLs to return no-watermark/watermarked download addresses, playback addresses, and cover image addresses for saving promotional video assets or offline analysis. |
| TikTok Video Search API | Search and analyze TikTok video data, filter videos by region, creator, product, category, views, duration, publish time, selling/ad/AI video flags, and return views, likes, comments, shares, favorites, video sales and GMV metrics across 16 TikTok Shop sites. |
| API | Purpose |
|---|---|
| GeekBI Temu Site List API | List Temu site records. |
| GeekBI Temu Category Research API | Category Research using GeekBI Temu data. |
| GeekBI Temu Keyword Research API | Keyword Research using GeekBI Temu data. |
| GeekBI Temu Product Search API | Product Search using GeekBI Temu data. |
| GeekBI Temu Product Detail API | Product Detail using GeekBI Temu data. |
| GeekBI Temu Shop Search API | Shop Search using GeekBI Temu data. |
| GeekBI Temu Image Search API | Image Search using GeekBI Temu data. |
| GeekBI Temu Category List API | List Temu category records. |
| Temu Category Search API | Search 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. |
| Temu Product Source Query API | Filter 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.). |
| Temu Store Source Query API | Filter 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.). |
| API | Purpose |
|---|---|
| 1688 Product Detail API | 1688 Product Detail public data API. |
| 1688 Product Billboard API | Query 1688 product bestseller billboard data for sourcing discovery and wholesale product research. |
| 1688 Product Search API | Search and analyze products on the Chinese 1688 wholesale platform (Alibaba domestic B2B market) for sourcing, supplier discovery, and product selection. |
| 1688 Search By Image API | Perform 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. |
| API | Purpose |
|---|---|
| Shopify Product Query API | Filter Shopify standalone store products by multiple dimensions (keyword/URL, price, weekly sales, listing date, Facebook ads, competitiveness, supplier availability, shipping country, etc.). |
| Shopify Store Query API | Filter 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.). |
| API | Purpose |
|---|---|
| Etsy Product Detail API | Etsy Product Detail public data API. |
| Etsy Category Search API | Search Etsy category data by name, ID, or parent IDs to find category identifiers for product/store filtering. |
| Etsy Product Query API | Query Etsy products with multi-dimensional filters (keyword/URL, price, sales, favorites, reviews, listing date, category, handmade/vintage types, Pick/Bestseller/Raving tags). |
| Etsy Store Query API | Search Etsy stores using keyword, category, country, status, performance, and date filters. |
| API | Purpose |
|---|---|
| Ozon Brand Products API | MPSTATS 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. |
| Ozon Category Products API | MPSTATS 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. |
| Ozon Category Search API | Seerfar 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. |
| Ozon Product Detail API | MPSTATS Ozon Russia SKU full detail query for one product ID per call, returning price, discount, Ozon Card price, rating, review count, stock, sales, revenue, revenue potential/lost revenue, listing date, images, and the complete product card. |
| Ozon Product Detail Search API | Seerfar 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. |
| Ozon Product Report Search API | Seerfar 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. |
| Ozon Product Search API | MPSTATS 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. |
| Ozon Product Trend API | MPSTATS 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. |
| Ozon Seller Products API | MPSTATS 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. |
| Ozon Shop Search API | Seerfar 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. |
| API | Purpose |
|---|---|
| eBay Search API | Search and browse product listings across multiple eBay international sites. |
| API | Purpose |
|---|---|
| Shopee Product Detail API | Shopee Product Detail public data API. |
| Shopee Product Search API | YouYing Shopee product selection tool supporting product query and filtering across all Shopee marketplaces, covering Malaysia, Taiwan (China), Indonesia, Thailand, Philippines, Singapore, Vietnam, Brazil, Mexico, Chile, and Colombia. |
| API | Purpose |
|---|---|
| Google AI Mode Search API | AI 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. |
| Google Trends By Time API | Query 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. |
| Web Search API | Web search, online retrieval, real-time information query, search engine search, Reddit and other community platform discussions, external site posts and trending topics. |
| API | Purpose |
|---|---|
| Product Description Generator API | Create or query asynchronous product-description generation tasks. |
| API | Purpose |
|---|---|
| Google Patent Search API | Google Patent Search public data API. |
| Product TRO Detection API | Assess product imagery for TRO, trademark, patent, and copyright infringement risk. |
| Patent Abstract Image Data API | Retrieves patent abstract images (drawings) from the Zhihuiya (PatSnap) patent database by patent ID or publication number. |
| Patent Cited By API | Retrieve patents that cite one or more PatSnap patents. |
| Patent Claims API | Retrieves patent claims data from Zhihuiya (PatSnap). |
| Patent Claims Translation API | Retrieves translated patent claims from the Zhihuiya (PatSnap) patent database. |
| Patent Core Bibliography API | Retrieve core bibliographic records for one or more patents. |
| Patent Description Data API | Retrieve patent description (specification) data from the Zhihuiya patent database by patent ID or publication number. |
| Patent Description Data Translation API | Retrieve translated patent description (specification) text from Zhihuiya. |
| Patent Detailed Bibliography API | Query patent bibliographic (catalog) information from the Zhihuiya patent database by patent ID or publication number. |
| Patent Fulltext Images API | Retrieve fulltext images (drawings, diagrams, charts) from patent documents by patent ID or publication number. |
| Patent Family Data API | Retrieve simple, INPADOC, and PatSnap patent family records. |
| Patent Legal Status Data API | Query patent legal status information from the Zhihuiya (PatSnap) database. |
| Patent References API | Retrieve patent and non-patent references cited by one or more patents. |
| Patent Title Abstract Translation API | Retrieve translated patent titles and abstracts from the Zhihuiya (PatSnap) patent database. |
| Ruiguan Copyright Detection API | Detect image copyright infringement risks by comparing against a database of registered copyrighted works with similarity scoring, TRO litigation history, and radar-based infringement assessment. |
| Ruiguan Detection Patent Design API | Detect design patent infringement risks by comparing a product image against a global design patent database across 25+ jurisdictions. |
| Ruiguan Gun Parts Search API | Check product images against a database of policy-violating items using visual similarity matching. |
| Ruiguan Trademark Graphic Detection API | Detect graphic trademarks in product images by comparing against registered trademark databases across 15 major trademark offices using YOLO-based object detection and visual similarity. |
| Text Trademark Detector API | Text trademark detection and infringement risk analysis for e-commerce product listings. |
| Utility Patent Detector API | Detect and search for similar utility/invention patents based on product information. |
| Zhihuiya Patent Image Search API | Perform 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). |
| Zhihuiya Utility Patent Image Search API | Perform 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. |
| API | Purpose |
|---|---|
| Mercado Market Intelligence API | Mercado Market Intelligence public data API. |
| Mercado Product Selection API | Run one of 24 documented Mercado Libre product, category, trend, seller, review, rate, or usage tools. |
| API | Purpose |
|---|---|
| Amazon Ads SP Audience Report API | Amazon Ads SP Audience Report using an owned Amazon Ads connection. |
| Amazon Ads SP Search Impression Share Report API | Amazon Ads SP Search Impression Share Report using an owned Amazon Ads connection. |
| Amazon Ads SP Insights Report Status API | Amazon Ads SP Insights Report Status using an owned Amazon Ads connection. |
| Amazon Ads SP Insights Report Download API | Amazon Ads SP Insights Report Download using an owned Amazon Ads connection. |
| Amazon Ads Manager API | Run a catalogued Amazon Ads entity operation. |
| Amazon Ads API Access | Authorize Amazon Ads and inspect owned connections and profiles. |
| Amazon Ads Reporting API | Create, poll, and download governed Amazon Ads reports. |
| Amazon Advertising API | Run a catalogued Amazon Ads entity operation. |
| API | Purpose |
|---|---|
| Patent Search API | Search patent publications with an Analytics query expression. |
| API | Purpose |
|---|---|
| Nano Banana Image Generation | Generate ecommerce images with the BANANA model. |
| Nano Banana Pro Image Generation | Generate ecommerce images with the BANANA_PRO model. |
| Nano Banana 2 Image Generation | Generate ecommerce images with the BANANA_2 model. |
| Nano Banana 2 Lite Image Generation | Generate ecommerce images with the BANANA_2_LITE model. |
| Wan 2.7 Image Generation | Generate ecommerce images with the WAN2_7 model. |
| Seedream 5 Pro Image Generation | Generate ecommerce images with the SEEDREAM5_PRO model. |
| GPT Image 2 Generation | Generate ecommerce images with the GPT_2_IMAGE model. |
| API | Purpose |
|---|---|
| Seedance 2.0 Video Generation | Generate ecommerce videos with the seedance-2-0 model. |
| Seedance 2.0 Fast Video Generation | Generate ecommerce videos with the seedance-2-0-fast model. |
| Seedance 2.0 Mini Video Generation | Generate ecommerce videos with the seedance-2-0-mini model. |
| Seedance 2.5 Video Generation | Generate ecommerce videos with the seedance-2-5 model. |
| Kling 2.6 Video Generation | Generate ecommerce videos with the kling-v2-6 model. |
| Kling 3 Omni Video Generation | Generate ecommerce videos with the kling-v3-omni model. |
| Wan 2.6 Video Generation | Generate ecommerce videos with the wan-2-6 model. |
| Hailuo 2.3 Video Generation | Generate ecommerce videos with the hailuo-2-3 model. |
| Happy Horse 2 Video Generation | Generate ecommerce videos with the happyhorse-v2 model. |
| Wan 3 Video Generation | Generate ecommerce videos with the wan3 model. |
| MiniMax H3 Video Generation | Generate ecommerce videos with the minimax-h3 model. |
| MiniMax H3 Lite Video Generation | Generate ecommerce videos with the minimax-h3-lite model. |
| API | Purpose |
|---|---|
| AI Model Swap API | Swap an ecommerce product image onto a target model. |
| AI Model Swap API 2.0 | Swap a product image onto a fixed model reference. |
| AI Model Scene & Background Replacement API | Place a model image into a new scene. |
| AI Clothes Changer API for Tops & Bottoms | Generate try-on images for separate upper and lower garments. |
| AI Suit Virtual Try-On API | Generate try-on images for one-piece outfits. |
| Virtual Try-On API | Place a product naturally onto a person or model image. |
| Product Replacement API | Replace a product region in an ecommerce image. |
| Product Scene Variations API | Create scene variations from an image. |
| AI Background Generator API | Generate an ecommerce scene image from a prompt. |
| Similar Image Variations API | Create similar image variations. |
| Background Remover API | Automatically remove image background. |
| Fine Cutout Image Segmentation API | Create a fine cutout task and return the completed result. |
| Image Upscale API | Upscale and enhance an image. |
| Smart Image Outpainting API | Expand an image canvas with AI. |
| Image Translation API | Translate text inside an image. |
| AI Hand Repair API | Repair distorted hands in an image. |
| Image Inpainting API | Redraw a masked image area. |
| Print & Pattern Extraction API | Extract printed artwork from an image. |
| Object Eraser & Image Object Removal API | Erase masked objects from an image. |
| Jewelry Text Design API | Generate linked text for jewelry or accessory designs. |
| Handheld Product Mockup API | Place a product in a hand-held scene. |
| Image Captioning API | Create an image prompt extraction task and return the completed result. |
| Product Image Enhancement API | Retouch a product image. |
| Image Text Editing API | Remove or edit text from an image. |
| Smart Image Edit & Manipulation API v3 | Edit an image using an instruction prompt. |
| Smart Multi-Image Editing API v3 | Fuse multiple images with an instruction prompt. |
| White Background Product Image API | Generate a square white-background product image from reference photos. |
| AI Video Reclone API | Recreate a product marketing video from references. |
| AI Product Marketing Image Set API v4 | Generate product marketing image sets. |
| AI Apparel Image Set & Photography API v3 | Generate apparel marketing image sets. |
| AI Model Pose Generation API | Create new pose variants for a model image. |
| Sales Talking Video API | Generate a talking sales video. |
| Product Logo Detection & Removal API | Detect and remove product logos. |
| One-Click Image Recoloring API v2 | Change product colors in an image. |
Snapshot: 2026-09-10, from the official API directory and its public definition service. Counts refer to documented API entries, not every supporting HTTP route. The complete 225-entry inventory is included; live documentation can change after this snapshot.
Some definitions use field descriptors rather than standard JSON Schema. Each format is labeled in the catalog. Published request and response samples are illustrative fixtures, not evidence of successful live calls. No authenticated or billable API requests were executed to prepare this repository. See source notes for the precise validation scope.
Run the offline consistency checks:
python3 scripts/validate_catalog.py
python3 -m unittest discover -s tests -v
node --check examples/javascript/run.mjs
bash -n examples/curl/run.shFor a documentation correction, include the API slug and relevant official documentation link. Never include API keys, account data, or private request logs.
Example code, validation scripts, tests, and workflow configuration are provided under the MIT terms in LICENSE. API documentation, catalog content, definitions, and sample data remain copyright Nexscope; no separate open-content license is granted here. API service use remains subject to Nexscope's applicable terms and account access requirements.