# ScriptMasterLabs Trade Leads Search API

> ScriptMasterLabs Trade Leads Search API is a paid API for AI agents from mcp-x402-discovery.onrender.com, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Search and retrieve international trade leads, tenders, and contract opportunities filtered by keyword, country, and date ranges

## Facts

- Endpoint: GET https://mcp-x402-discovery.onrender.com/x402/trade-leads
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scriptmasterlabs-trade-leads-search-api-1a54736c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HYfwqSWZ9RmOJvE0xZruC

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability scriptmasterlabs-trade-leads-search-api-1a54736c
```

Example prompt: Search for up to 20 trade leads related to 'infrastructure construction' in the US and Canada with tenders starting from 2025-01-01 through 2025-06-30.

## When to prefer this

Choose this endpoint when you need to discover international trade leads, government tenders, or procurement contract opportunities and want to filter by keyword, country, and date range. Ideal for business development agents, export advisors, or procurement analysts. Prefer this over general web search when you need structured, filterable trade opportunity data with pay-per-call pricing via crypto.

## Known failure modes

- 402 Payment Required if no valid x402 payment or API key is provided
- Empty result set if no trade leads match the given query or date filters
- Invalid country_codes format causing filter to be ignored or rejected
- Date format errors if tender_start_from/to or contract_start_from/to are not ISO 8601
- Timeout or 503 if the Render.com-hosted service is cold-starting or unavailable

## How this service works

Pay-per-call crypto, RWA, federal, SEC, Section 8/HUD housing, and compliance APIs via x402. Primary: USDC on Base (eip155:8453). Also accepts Global Dollar (USDG) on Robinhood Chain (eip155:4663) via sovereign X-PAYMENT-TX. Hyphen routes only (e.g. /x402/gas-tracker, /x402/pha-lookup, /x402/sec-8k). MARKETPLACE REVIEW: use free /x402/playground/* (no key, no payment). Production /x402/* returns 402 unless paid via x402 or X-Api-Market-Key / X-API-Key from seller dashboard.

## Output

Returns a list of trade lead and tender records matching the search criteria, including tender details such as titles, descriptions, countries, tender start dates, contract start dates, and procurement opportunity metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {
      "q": {
       "type": "string"
      },
      "size": {
       "type": "integer"
      },
      "country_codes": {
       "type": "string"
      },
      "tender_start_to": {
       "type": "string"
      },
      "contract_start_to": {
       "type": "string"
      },
      "tender_start_from": {
       "type": "string"
      },
      "contract_start_from": {
       "type": "string"
      }
     }
    }
   }
  },
  "output": {
   "properties": {
    "example": {}
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scriptmasterlabs-trade-leads-search-api-1a54736c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mcp-x402-discovery.onrender.com](https://www.zero.xyz/host/mcp-x402-discovery.onrender.com/llms.txt)
