Pick an endpoint, read its parameters, copy the request. Hit Run it and the request goes to the real API — free endpoints answer with data, key-gated ones answer with the real 401.
9 endpoints · live requests · no signup to browse
/v1/maps/search· MapsBusinesses matching a query and location, with phone, email, website, rating, and review count.
curl "https://sensecollect.com/v1/maps/search?query=dentists&location=Berlin&limit=50" \
-H "x-api-key: $SENSECOLLECT_KEY"// Hit “Run it” for a live response. Data endpoints
// need your own key, so this one answers 401 until
// you send x-api-key.querystringrequiredlocationstringlimitintegerenrichboolean