Test the Crawdar contract
sandbox_businessesTest schemas, clients, and agent loops with deterministic fictional business data, avoiding provider capacity limits.
Instructions
Return deterministic fictional businesses without consuming provider capacity. Use this to test schemas, clients, and agent loops.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Fictional business type echoed into deterministic test results. | |
| geography | No | Fictional location echoed into deterministic test results. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Maximum prospects requested for this page. | |
| offset | Yes | Zero-based offset of this page. | |
| hasMore | Yes | Whether another result page is available. | |
| results | Yes | ||
| warnings | Yes | Limitations the agent should retain with downstream data. | |
| requestId | Yes | Request identifier for support and diagnostics. | |
| durationMs | No | ||
| nextOffset | No | Offset for the next synchronous result page, or null when complete. | |
| diagnostics | No | Source status and explained candidate exclusions. | |
| resultCount | Yes | Total accepted prospects before response pagination. | |
| returnedCount | Yes | Prospects returned in this response page. | |
| schemaVersion | Yes | Version of the result contract. | |
| searchedSources | Yes | Discovery and first-party source types consulted. | |
| remainingFreeSearches | No |