{
  "generated_at": "2026-05-11T00:56:48.476130+00:00",
  "slug": "enrichx402-com-api-exa-search",
  "title": "Enrichx402 \u00b7 Exa Search",
  "url": "https://enrichx402.com/api/exa/search",
  "category": "data",
  "summary": "Enrichx402 \u00b7 Exa Search \u2014 x402-protected data API. Pay $0.010 per call on base, solana. Indexed by x402all.",
  "seo": {
    "title": "Enrichx402 \u00b7 Exa Search \u2014 x402 data API \u00b7 $0.010 per call",
    "description": "Enrichx402 \u00b7 Exa Search \u2014 x402-protected data API. Pay $0.010 per call on base, solana. Indexed by x402all."
  },
  "use_cases": [],
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x325bdf6f7efab24a2210c48c1b64cab2eae1d430",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "query"
            ],
            "properties": {
              "type": {
                "enum": [
                  "neural",
                  "fast",
                  "auto",
                  "deep"
                ],
                "type": "string",
                "default": "auto"
              },
              "query": {
                "type": "string",
                "minLength": 1,
                "description": "The query string for the search"
              },
              "category": {
                "enum": [
                  "company",
                  "research paper",
                  "news",
                  "pdf",
                  "github",
                  "tweet",
                  "personal site",
                  "linkedin profile",
                  "financial report"
                ],
                "type": "string"
              },
              "contents": {
                "type": "object",
                "properties": {
                  "text": {
                    "anyOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "type": "object",
                        "properties": {
                          "maxCharacters": {
                            "type": "number"
                          },
                          "includeHtmlTags": {
                            "type": "boolean"
                          }
                        },
                        "additionalProperties": false
                      }
                    ]
                  },
                  "extras": {
                    "type": "object",
                    "properties": {
                      "links": {
                        "type": "number"
                      },
                      "imageLinks": {
                        "type": "number"
                      }
                    },
                    "additionalProperties": false
                  },
                  "summary": {
                    "type": "object",
                    "properties": {
                      "query": {
                        "type": "string"
                      },
                      "schema": {
                        "type": "object",
                        "propertyNames": {
                          "type": "string"
                        },
                        "additionalProperties": {}
                      }
                    },
                    "additionalProperties": false
                  },
                  "subpages": {
                    "type": "number"
                  },
                  "livecrawl": {
                    "enum": [
                      "never",
                      "fallback",
                      "always",
                      "preferred"
                    ],
                    "type": "string"
                  },
                  "highlights": {
                    "type": "object",
                    "properties": {
                      "query": {
                        "type": "string"
                      },
                      "numSentences": {
                        "type": "number"
                      },
                      "highlightsPerUrl": {
                        "type": "number"
                      }
                    },
                    "additionalProperties": false
                  },
                  "subpageTarget": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    ]
                  },
                  "livecrawlTimeout": {
                    "type": "number"
                  }
                },
                "additionalProperties": false
              },
              "numResults": {
                "type": "number",
                "default": 5,
                "maximum": 100,
                "minimum": 1
              },
              "excludeText": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "includeText": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "endCrawlDate": {
                "type": "string"
              },
              "userLocation": {
                "type": "string"
              },
              "excludeDomains": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "includeDomains": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "startCrawlDate": {
                "type": "string"
              },
              "endPublishedDate": {
                "type": "string"
              },
              "additionalQueries": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "startPublishedDate": {
                "type": "string"
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    },
    {
      "scheme": "exact",
      "network": "solana",
      "pay_to": "6cvgmdrsVxyiuPzqMCSBnS7fAmA5Mk2VG4BcfVhC8jdC",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "verified": false,
      "hints": {
        "input": {
          "body": {
            "type": "object",
            "$schema": "https://json-schema.org/draft/2020-12/schema",
            "required": [
              "query"
            ],
            "properties": {
              "type": {
                "enum": [
                  "neural",
                  "fast",
                  "auto",
                  "deep"
                ],
                "type": "string",
                "default": "auto"
              },
              "query": {
                "type": "string",
                "minLength": 1,
                "description": "The query string for the search"
              },
              "category": {
                "enum": [
                  "company",
                  "research paper",
                  "news",
                  "pdf",
                  "github",
                  "tweet",
                  "personal site",
                  "linkedin profile",
                  "financial report"
                ],
                "type": "string"
              },
              "contents": {
                "type": "object",
                "properties": {
                  "text": {
                    "anyOf": [
                      {
                        "type": "boolean"
                      },
                      {
                        "type": "object",
                        "properties": {
                          "maxCharacters": {
                            "type": "number"
                          },
                          "includeHtmlTags": {
                            "type": "boolean"
                          }
                        },
                        "additionalProperties": false
                      }
                    ]
                  },
                  "extras": {
                    "type": "object",
                    "properties": {
                      "links": {
                        "type": "number"
                      },
                      "imageLinks": {
                        "type": "number"
                      }
                    },
                    "additionalProperties": false
                  },
                  "summary": {
                    "type": "object",
                    "properties": {
                      "query": {
                        "type": "string"
                      },
                      "schema": {
                        "type": "object",
                        "propertyNames": {
                          "type": "string"
                        },
                        "additionalProperties": {}
                      }
                    },
                    "additionalProperties": false
                  },
                  "subpages": {
                    "type": "number"
                  },
                  "livecrawl": {
                    "enum": [
                      "never",
                      "fallback",
                      "always",
                      "preferred"
                    ],
                    "type": "string"
                  },
                  "highlights": {
                    "type": "object",
                    "properties": {
                      "query": {
                        "type": "string"
                      },
                      "numSentences": {
                        "type": "number"
                      },
                      "highlightsPerUrl": {
                        "type": "number"
                      }
                    },
                    "additionalProperties": false
                  },
                  "subpageTarget": {
                    "anyOf": [
                      {
                        "type": "string"
                      },
                      {
                        "type": "array",
                        "items": {
                          "type": "string"
                        }
                      }
                    ]
                  },
                  "livecrawlTimeout": {
                    "type": "number"
                  }
                },
                "additionalProperties": false
              },
              "numResults": {
                "type": "number",
                "default": 5,
                "maximum": 100,
                "minimum": 1
              },
              "excludeText": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "includeText": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "endCrawlDate": {
                "type": "string"
              },
              "userLocation": {
                "type": "string"
              },
              "excludeDomains": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "includeDomains": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "startCrawlDate": {
                "type": "string"
              },
              "endPublishedDate": {
                "type": "string"
              },
              "additionalQueries": {
                "type": "array",
                "items": {
                  "type": "string"
                }
              },
              "startPublishedDate": {
                "type": "string"
              }
            },
            "additionalProperties": false
          },
          "type": "http",
          "method": "POST",
          "bodyType": "json"
        },
        "output": {
          "type": "json",
          "example": {}
        }
      }
    }
  ],
  "origin": {
    "slug": "enrichx402-com",
    "host": "enrichx402.com",
    "url": "https://enrichx402.com",
    "favicon": "https://enrichx402.com/favicon.svg"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/enrichx402-com-api-exa-search",
    "url": "https://x402all.com/resource/enrichx402-com-api-exa-search",
    "name": "Enrichx402 \u00b7 Exa Search",
    "@type": "WebAPI",
    "offers": [
      {
        "url": "https://x402all.com/resource/enrichx402-com-api-exa-search",
        "@type": "Offer",
        "price": "0.01",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "base"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.010000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      },
      {
        "url": "https://x402all.com/resource/enrichx402-com-api-exa-search",
        "@type": "Offer",
        "price": "0.01",
        "availability": "https://schema.org/InStock",
        "priceCurrency": "USDC",
        "additionalProperty": [
          {
            "name": "paymentNetwork",
            "@type": "PropertyValue",
            "value": "solana"
          },
          {
            "name": "paymentAsset",
            "@type": "PropertyValue",
            "value": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"
          }
        ],
        "priceSpecification": {
          "@type": "UnitPriceSpecification",
          "price": "0.010000",
          "unitText": "call",
          "priceCurrency": "USDC"
        },
        "eligibleCustomerType": "Agent"
      }
    ],
    "sameAs": "https://enrichx402.com/api/exa/search",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/enrichx402-com",
      "url": "https://enrichx402.com",
      "name": "enrichx402.com",
      "@type": "Organization"
    },
    "identifier": "enrichx402-com-api-exa-search",
    "description": "Enrichx402 \u00b7 Exa Search \u2014 x402-protected data API. Pay $0.010 per call on base, solana. Indexed by x402all.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=enrichx402-com-api-exa-search",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "data"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=enrichx402-com-api-exa-search",
  "callability": {
    "status": "partial",
    "schema_callability": 0.35,
    "source": "facilitator_bazaar",
    "source_confidence": 0.75,
    "match_confidence": 0.4,
    "schema_confidence": 0.5,
    "validated_at": "2026-05-10T23:36:00.402896+00:00",
    "warnings": []
  },
  "contract": {
    "route_template": "https://enrichx402.com/api/exa/search",
    "response_schema": {
      "type": "json",
      "example": {}
    },
    "examples": [],
    "schema_presence": {
      "path_schema": "unknown",
      "query_schema": "unknown",
      "header_schema": "unknown",
      "request_body_schema": "unknown",
      "response_schema": "declared"
    },
    "contract_hash": "c5b29f2aee95b0999f298fa29bc39a2cd232d3bc8ba920d9a6b5711933417d6f"
  }
}