Back to Services
Basic Trustrest

Open Brewery DB — Brewery Search

Search breweries by name, city, state, or type. Returns address, phone, website, and brewery type (micro, regional, brewpub, etc).

Total Calls

1

Success Rate

100.0%

Avg Latency

81ms

Capabilities

breweriesbeerfood-drinklocal-businesssearchentertainment

Quick Integration

Call this service through the Agent Clear proxy

// Call Open Brewery DB — Brewery Search through the Agent Clear proxy
const response = await fetch(
  'https://api.agentclear.dev/proxy/2f09ca34-035a-473c-b950-d5f1654bceb0',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer axk_your_api_key',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      // Your input payload here
    }),
  }
);

const result = await response.json();

Input Schema

{
  "type": "object",
  "properties": {
    "by_city": {
      "type": "string",
      "description": "Filter by city"
    },
    "by_name": {
      "type": "string",
      "description": "Filter by brewery name"
    },
    "by_type": {
      "type": "string",
      "description": "Filter by type: micro, nano, regional, brewpub, large, planning, bar, contract, proprietor, closed"
    },
    "by_state": {
      "type": "string",
      "description": "Filter by state"
    },
    "per_page": {
      "type": "number",
      "description": "Results per page (default 50, max 200)"
    }
  }
}

Output Schema

{
  "type": "object"
}

Pricing

$0.001/ call

Billed per API call through the Agent Clear proxy

Start Using This Service

Provider

Agent Clear Platform

Details

Version
1.0.0
Protocol
rest
Rate Limit
60 req/min
Trust Score
0.5
Registered
Mar 10, 2026
Last Updated
Mar 10, 2026
Browse all services