CompSniper Docs

CompSniper documentation

Build with real eBay sold prices, AI-cleaned price summaries, batch workflows, and MCP tools.

CompSniper turns a product keyword into up to 240 completed eBay sales with sold price, date, condition, shipping, seller data, and a cleaned price summary. Use the REST API from your application or connect the hosted MCP server to an AI client.

Start here

Main workflows

Service basics

CapabilityValue
REST base URLhttps://api.compsniper.com
Main endpointGET /v1/scrape
AuthenticationAuthorization: Bearer cs_live_...
Results per pageUp to 240 sold listings
MarketplacesUS, UK, DE, FR, IT, ES, CA, AU
HistoryUp to about 90 days
Free plan100 requests each month

Every production endpoint is versioned under /v1. Search responses use JSON, and price fields use decimal strings to avoid floating-point rounding.

Need working projects?

The public examples repository contains tested Python, Node.js, cURL, pagination, retry, and Card Batch examples.

On this page