# ASINSpotlight > ASINSpotlight builds tools for Amazon sellers and developers. The flagship products are a desktop research suite for Amazon arbitrage and private-label sourcing, and a real-time Amazon Scraping API that returns structured product, search, and seller data across 20 marketplaces. The Scraping API is the surface most relevant to AI coding tools and developer integrations. It exposes four endpoints behind a single header-based API key, returns JSON, and is documented with a machine-readable OpenAPI spec at the URL below. ## Products - [Amazon Scraping API](https://www.asinspotlight.com/api): REST API for live Amazon data — product details, keyword search, full seller offer panels, and arbitrary URL scraping. 20 marketplaces. API key auth via `x-api-key` header. - [Desktop application](https://www.asinspotlight.com): research suite for Amazon arbitrage, dropshipping, and private-label sourcing. ## API documentation - [OpenAPI 3.1 spec](https://www.asinspotlight.com/scraping-api-docs/openapi.json): machine-readable contract — single source of truth for endpoint paths, schemas, and error codes. - [AI Integration Guide](https://www.asinspotlight.com/scraping-api-docs/ai): how to wire the API into Cursor, Claude Code, Continue, ChatGPT — prompt recipes, idiomatic patterns, common AI-generated-code pitfalls. - [Reference documentation](https://www.asinspotlight.com/scraping-api-docs): human-readable reference with full response shapes, marketplace codes, and error catalog. ## Endpoints (summary) - `GET /v1/product?asin=…&marketplace=…` — product detail page (60+ fields) - `GET /v1/search?keyword=…&marketplace=…` — keyword search results - `GET /v1/offers?asin=…&marketplace=…` — full seller offer panel, each offer labeled with its condition (New / Used tiers / Collectible); optional `condition=` filter - `POST /v1/scrape` — scrape any Amazon URL (page type auto-detected) Base URL: `https://api.asinspotlight.com/v1`. Auth: `x-api-key` header. Every successful response carries `meta.usage.requests_remaining` for quota-aware loops. ## Account - [Sign up & generate API key](https://board.asinspotlight.com/dashboard/api). - [Pricing](https://www.asinspotlight.com/api#pricing): stackable packs from 10K to 2M requests. ## Optional - [Full content for LLMs](https://www.asinspotlight.com/llms-full.txt): consolidated AI guide + endpoint reference as clean markdown. - [Blog](https://www.asinspotlight.com/blog): tutorials and articles on Amazon arbitrage, dropshipping, sourcing.