{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "web-search-production-7393-up-railway-app-api-search",
  "title": "Web Search \u00b7 General web search API",
  "url": "https://web-search-production-7393.up.railway.app/api/search",
  "category": "data",
  "summary": "Execute web searches with query and configurable result count, returning ranked results with metadata.",
  "seo": {
    "title": "Web Search API | General Search Results | x402",
    "description": "General web search with configurable result count. Pay per search with USDC on Base via x402 protocol. No API key required."
  },
  "use_cases": [
    "Power agent research workflows with real-time search",
    "Build citation engines for fact-checking",
    "Surface current information for RAG pipelines"
  ],
  "ideal_buyer": "AI agents and research tools needing ad-hoc web search without committing to monthly search API subscriptions.",
  "example_prompt": "Search for recent developments in quantum computing, return 8 results",
  "example_request_body": {
    "count": 8,
    "query": "recent developments in quantum computing"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "cheap",
    "ratio": 0.15,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x6e8b64638b24c6d625b045dd353120d850064e2e",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "3000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "required": [
              "query"
            ],
            "properties": {
              "count": {
                "type": "number",
                "description": "Number of results to return (default: 5, max: 10)"
              },
              "query": {
                "type": "string",
                "description": "The search query"
              }
            }
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "schema": {
            "type": "object",
            "required": [
              "query",
              "resultCount",
              "results"
            ],
            "properties": {
              "query": {
                "type": "string",
                "description": "Search query used"
              },
              "source": {
                "type": "string",
                "description": "Search engine used"
              },
              "results": {
                "type": "array",
                "items": {
                  "type": "object",
                  "properties": {
                    "url": {
                      "type": "string",
                      "description": "Full URL"
                    },
                    "title": {
                      "type": "string",
                      "description": "Page title"
                    },
                    "snippet": {
                      "type": "string",
                      "description": "Text excerpt with query terms"
                    }
                  }
                },
                "description": "Ranked search results"
              },
              "timestamp": {
                "type": "string",
                "description": "ISO 8601 timestamp"
              },
              "resultCount": {
                "type": "number",
                "description": "Number of results returned"
              }
            }
          },
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "web-search-production-7393-up-railway-app",
    "host": "web-search-production-7393.up.railway.app",
    "title": "Web Search API (Railway)",
    "description": "A web search service hosted on Railway. The origin appears to be a production deployment for search functionality, though the current homepage returns a 404 application-not-found error.",
    "url": "https://web-search-production-7393.up.railway.app",
    "favicon": "https://web-search-production-7393.up.railway.app/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/web-search-production-7393-up-railway-app-api-search",
    "url": "https://x402all.com/resource/web-search-production-7393-up-railway-app-api-search",
    "name": "Web Search \u00b7 General web search API",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/web-search-production-7393-up-railway-app-api-search",
      "@type": "Offer",
      "price": "0.003",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.003000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://web-search-production-7393.up.railway.app/api/search",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/web-search-production-7393-up-railway-app",
      "url": "https://web-search-production-7393.up.railway.app",
      "name": "Web Search API (Railway)",
      "@type": "Organization"
    },
    "identifier": "web-search-production-7393-up-railway-app-api-search",
    "description": "General web search with configurable result count. Pay per search with USDC on Base via x402 protocol. No API key required.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=web-search-production-7393-up-railway-app-api-search",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=web-search-production-7393-up-railway-app-api-search"
}
