Tools & SDKs
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.
/v1/searchRuns against the deterministic Airbnb + Booking sandbox fixtures — a real 200, zero credits.
Run the call to see a live, deterministic sandbox response.
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
creditsCharged. Sandbox calls always report 0 credits.Ready to build for real? Follow the quickstart or get your free key.