nexscope-ai

Nexscope Ecommerce API — Data skill for Claude Code

Data community

Ecommerce data and creative AI APIs for marketplace research, product imagery, and video generation, with documentation and code examples.

How to install Nexscope Ecommerce API

This entry records only its repository, not the path inside it, so there is no exact command to give. Open nexscope-ai/nexscope-ecommerce-api and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Nexscope Ecommerce API does

Ecommerce data and creative AI APIs for marketplace research, product imagery, and video generation, with documentation and code examples.

Alternatives in Data

  • HTML Video — Programmatic video for coding agents — HTML to video on your laptop 4.5k ★
  • MCP Server Chart — 🤖 A visualization mcp & skills contains 25+ visual charts using @antvis 4k ★
  • Indonesia Gov APIs — 🇮🇩 50+ Indonesian Government APIs & Data Sources — BPS, OJK, BPJPH, BPOM, Bank Indonesia, IDX, BMKG + MCP se 134 ★

README

Nexscope Ecommerce API

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](https://www.nexscope.ai/seller/api-access?co-from=github-ecommerce-api) · [Official API docs](https://www.nexscope.ai/api-docs?co-from=github-ecommerce-api) · [Complete catalog](#complete-api-catalog) · [Integration guide](docs/calling-apis.md)

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.

Quick start

1. Get and configure your API key

Open [API Access](https://www.nexscope.ai/seller/api-access?co-from=github-ecommerce-api), 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](https://www.nexscope.ai/pricing?co-from=github-ecommerce-api) 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_KEY

All run requests use:

Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

2. Make your first Data API request

This example calls [Amazon Search API](docs/data/amazon-search.md) 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