Skip to content
ScoutingAPI
Docs

Try-It console

Run real ScoutingAPI calls from your browser against the deterministic sandbox — a genuine 200, zero credits, no sign-up. Switch endpoints, edit the parameters, and copy the equivalent curl.

Try itsandbox · 0 credits · no sign-up
GET/v1/search

Runs against the deterministic Airbnb + Booking sandbox fixtures — a real 200, zero credits.

Response

Run the call to see a live, deterministic sandbox response.

Copy as curl
curl -sS "https://api.scoutingapi.com/v1/search" \
  -H "Authorization: Bearer $SCOUTINGAPI_KEY"

How it works

Every call here uses a shared scout_test_ sandbox key, so the response is served from deterministic fixtures — the byte-identical envelope and unified schema you get from a live key, at zero credits. Prefer your own key? Paste a scout_test_ or scout_live_ key into the API-key field and it is used instead (never stored).

This is a real request

Ready to build for real? Follow the quickstart or get your free key.