retailerapi / docs

retailerapi documentation

Cross-retailer product data via REST, MCP, and Custom GPT. Walmart 50M+ products today, with Amazon, eBay, Lowe's, Target, Best Buy, Home Depot enriched on demand.

Three surfaces, one data layer

  • REST API at api.retailerapi.com/v1 — JSON, Bearer-auth, token-billed.
  • MCP server at npm i @retailerapi/mcp — drops into Claude Desktop, Claude Code, Cursor.
  • Custom GPT in the GPT Store — natural-language access for ChatGPT users.

5-minute quickstart

  1. Sign up free (1,000 tokens, no expiration, no card).
  2. Create an API key in the dashboard.
  3. Run your first lookup:
curl -H "Authorization: Bearer rk_live_..." \
  "https://api.retailerapi.com/v1/products/19667262713"

Where to next

Status + support