CompSniper Docs

RapidAPI

Use the CompSniper engine through RapidAPI while keeping the same search parameters and response shape.

CompSniper is also available through RapidAPI.

RapidAPI handles marketplace subscription and authentication. Send its required headers instead of a direct CompSniper bearer key:

curl "https://YOUR_RAPIDAPI_HOST/v1/scrape?keyword=iphone+15+pro" \
  -H "X-RapidAPI-Key: YOUR_RAPIDAPI_KEY" \
  -H "X-RapidAPI-Host: YOUR_RAPIDAPI_HOST"

The same search filters, sold-listing fields, pagination model, and cleaned price summaries apply. Plan limits and billing are controlled by the RapidAPI subscription rather than the direct CompSniper plan.

For first-party OAuth, MCP, Card Batch, account usage, and the complete newest feature set, use the direct CompSniper API documented here.