2,500 free credits — no credit card required. Start building
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.
16 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&verify=true" \ -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.querystringrequiredlocationstringlimitintegerenrichbooleanverifybooleanpersonal_onlybooleanskip_claimedboolean