Asalebeta
Tool market
Search

Web Search

Search the web with source URLs

Run a test
Price
0.005000 USDT / request
Status
Available
Official reference
0.010000 USDT / request
Protocols
REST · MCP

Run a test

Runs are submitted only when you click Run. Check the input and cost limit first.

Input parametersJSON
Sign in

Tests use your account balance and the selected key’s budget. The cost limit caps this API call; it does not include future calls or recurring upstream jobs.

Run result

Run a test to see its status, charges and response here.

API reference

A successful asynchronous create call returns a receipt. Use the provider’s status/result operation with that receipt ID to check whether the upstream job has completed.

curl https://gw.asale.ai/v1/tool-runs \
  -H 'Authorization: Bearer <ASALE_API_KEY>' \
  -H 'Content-Type: application/json' \
  -H 'Idempotency-Key: <UNIQUE_REQUEST_ID>' \
  -d '{
  "tool": "web.search",
  "input": {
    "limit": 1,
    "query": "IANA example domains",
    "search_queries": [
      ""
    ]
  },
  "max_cost_micros": 5000
}'
curl https://gw.asale.ai/v1/tool-runs/<RUN_ID> -H 'Authorization: Bearer <ASALE_API_KEY>'
ParameterRequiredType
categoryNostring
end_crawl_dateNostring
end_published_dateNostring
exclude_domainsNoarray
extrasNoobject
highlightsNoboolean
include_domainsNoarray
limitNointeger
livecrawl_timeoutNointeger
max_age_hoursNonumber
max_chars_per_resultNointeger
objectiveNostring
output_schemaNoobject
queryYesstring
scrape_optionsNoobject
search_modeNoJSON
search_queriesNoarray
search_typeNoJSON
start_crawl_dateNostring
start_published_dateNostring
subpage_targetNoarray
subpagesNointeger
summaryNoboolean
system_promptNostring
textNoboolean
user_locationNostring
Full input schema
{
  "additionalProperties": false,
  "properties": {
    "category": {
      "maxLength": 15000,
      "minLength": 1,
      "type": "string"
    },
    "end_crawl_date": {
      "maxLength": 15000,
      "minLength": 1,
      "type": "string"
    },
    "end_published_date": {
      "maxLength": 15000,
      "minLength": 1,
      "type": "string"
    },
    "exclude_domains": {
      "items": {
        "maxLength": 2048,
        "minLength": 1,
        "type": "string"
      },
      "maxItems": 100,
      "type": "array"
    },
    "extras": {
      "type": "object"
    },
    "highlights": {
      "oneOf": [
        {
          "type": "boolean"
        },
        {
          "type": "object"
        }
      ]
    },
    "include_domains": {
      "items": {
        "maxLength": 2048,
        "minLength": 1,
        "type": "string"
      },
      "maxItems": 100,
      "type": "array"
    },
    "limit": {
      "maximum": 100,
      "minimum": 1,
      "type": "integer"
    },
    "livecrawl_timeout": {
      "maximum": 120000,
      "minimum": 0,
      "type": "integer"
    },
    "max_age_hours": {
      "maximum": 87600,
      "minimum": -1,
      "type": "number"
    },
    "max_chars_per_result": {
      "maximum": 120000,
      "minimum": 0,
      "type": "integer"
    },
    "objective": {
      "maxLength": 15000,
      "minLength": 1,
      "type": "string"
    },
    "output_schema": {
      "type": "object"
    },
    "query": {
      "maxLength": 12000,
      "minLength": 1,
      "type": "string"
    },
    "scrape_options": {
      "additionalProperties": false,
      "properties": {
        "blockAds": {
          "type": "boolean"
        },
        "excludeTags": {
          "items": {
            "maxLength": 2048,
            "minLength": 1,
            "type": "string"
          },
          "maxItems": 100,
          "type": "array"
        },
        "formats": {
          "items": {
            "oneOf": [
              {
                "enum": [
                  "markdown",
                  "html",
                  "rawHtml",
                  "links",
                  "images",
                  "screenshot",
                  "json",
                  "summary"
                ]
              },
              {
                "additionalProperties": false,
                "properties": {
                  "fullPage": {
                    "type": "boolean"
                  },
                  "prompt": {
                    "type": "string"
                  },
                  "quality": {
                    "maximum": 100,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "schema": {
                    "type": "object"
                  },
                  "type": {
                    "enum": [
                      "markdown",
                      "html",
                      "rawHtml",
                      "links",
                      "images",
                      "screenshot",
                      "json",
                      "summary"
                    ]
                  }
                },
                "required": [
                  "type"
                ],
                "type": "object"
              }
            ]
          },
          "maxItems": 10,
          "minItems": 1,
          "type": "array"
        },
        "includeTags": {
          "items": {
            "maxLength": 2048,
            "minLength": 1,
            "type": "string"
          },
          "maxItems": 100,
          "type": "array"
        },
        "mobile": {
          "type": "boolean"
        },
        "onlyMainContent": {
          "type": "boolean"
        },
        "removeBase64Images": {
          "type": "boolean"
        },
        "timeout": {
          "maximum": 120000,
          "minimum": 0,
          "type": "integer"
        },
        "waitFor": {
          "maximum": 120000,
          "minimum": 0,
          "type": "integer"
        },
        "zeroDataRetention": {
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "search_mode": {
      "enum": [
        "basic",
        "advanced",
        "fast",
        "turbo"
      ]
    },
    "search_queries": {
      "items": {
        "maxLength": 2048,
        "minLength": 1,
        "type": "string"
      },
      "maxItems": 100,
      "type": "array"
    },
    "search_type": {
      "enum": [
        "auto",
        "instant",
        "fast",
        "deep-lite",
        "deep",
        "deep-reasoning"
      ]
    },
    "start_crawl_date": {
      "maxLength": 15000,
      "minLength": 1,
      "type": "string"
    },
    "start_published_date": {
      "maxLength": 15000,
      "minLength": 1,
      "type": "string"
    },
    "subpage_target": {
      "items": {
        "maxLength": 2048,
        "minLength": 1,
        "type": "string"
      },
      "maxItems": 100,
      "type": "array"
    },
    "subpages": {
      "maximum": 100,
      "minimum": 0,
      "type": "integer"
    },
    "summary": {
      "oneOf": [
        {
          "type": "boolean"
        },
        {
          "type": "object"
        }
      ]
    },
    "system_prompt": {
      "maxLength": 15000,
      "minLength": 1,
      "type": "string"
    },
    "text": {
      "oneOf": [
        {
          "type": "boolean"
        },
        {
          "type": "object"
        }
      ]
    },
    "user_location": {
      "maxLength": 15000,
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "query"
  ],
  "type": "object"
}

Price

0.005000 USDT / request

Tests use your account balance and the selected key’s budget. The cost limit caps this API call; it does not include future calls or recurring upstream jobs.

Price revision 12

Search

Asale matches available channels by price. The reference is the highest verified channel reference price. Only definite rejections may transfer to another channel; uncertain executions require reconciliation to avoid duplicate charges.

Supply channels: 3