# fetchbean ## Docs - [me](https://docs.fetchbean.com/api-reference/account/me.md): Org, actor, and credit balance. - [usage](https://docs.fetchbean.com/api-reference/account/usage.md): Balance plus an aggregate usage summary. - [llm pricing](https://docs.fetchbean.com/api-reference/data/llm-pricing.md): Token prices + context windows for LLMs, normalized from the LiteLLM dataset (refreshed daily). Returns `{ models, total, returned, source, updated_at }`. - [quotes](https://docs.fetchbean.com/api-reference/data/quotes.md): Paginated quotes. First-party fetchbean data. - [random fact](https://docs.fetchbean.com/api-reference/data/random-fact.md): A random fact with its source. First-party fetchbean data. - [random joke](https://docs.fetchbean.com/api-reference/data/random-joke.md): A random safe joke. Single jokes return `{ id, category, type, joke }`; two-part return `{ id, category, type, setup, delivery }`. First-party fetchbean data. - [random quote](https://docs.fetchbean.com/api-reference/data/random-quote.md): A random quote with its author. First-party fetchbean data. - [uuid](https://docs.fetchbean.com/api-reference/data/uuid.md): Generate one or more UUIDs. First-party fetchbean data. - [catalog](https://docs.fetchbean.com/api-reference/discovery/catalog.md): The full provider + method catalog with params and pricing. Public, no auth. - [discover](https://docs.fetchbean.com/api-reference/discovery/discover.md): Find which tool to use. Keyword search over the catalog; returns matching methods with their params, cost, and the run call. Public, no auth. - [run](https://docs.fetchbean.com/api-reference/run/run.md): Call any supported provider endpoint directly and get its native response. - [instagram_user](https://docs.fetchbean.com/api-reference/tools/instagram_user.md): Run the instagram_user tool. Returns a clean, normalized JSON shape. - [read](https://docs.fetchbean.com/api-reference/tools/read.md): Run the read tool. Returns a clean, normalized JSON shape. - [search](https://docs.fetchbean.com/api-reference/tools/search.md): Run the search tool. Returns a clean, normalized JSON shape. - [weather](https://docs.fetchbean.com/api-reference/tools/weather.md): Run the weather tool. Returns a clean, normalized JSON shape. - [Authentication](https://docs.fetchbean.com/authentication.md): Authenticate every request with your fetchbean API key. - [Catalog](https://docs.fetchbean.com/catalog.md): Every provider and method fetchbean exposes through one key, with parameters and pricing. - [Credits & billing](https://docs.fetchbean.com/concepts/credits.md): How prepaid credits work and why you only pay for successful calls. - [Errors](https://docs.fetchbean.com/concepts/errors.md): The error shape, types, and what's retryable or billable. - [Idempotency](https://docs.fetchbean.com/concepts/idempotency.md): Retry calls safely without double-charging or re-running them. - [Providers](https://docs.fetchbean.com/concepts/providers.md): Call any provider method through one key with run. - [Welcome to fetchbean](https://docs.fetchbean.com/index.md): One API key for web search, page reads, social data, and weather. We manage the provider keys, billing, and rate limits. - [MCP](https://docs.fetchbean.com/mcp.md): Connect fetchbean to any MCP client over a hosted server or a local bridge. - [Quickstart](https://docs.fetchbean.com/quickstart.md): Make your first fetchbean call in under a minute. ## OpenAPI Specs - [openapi](https://docs.fetchbean.com/openapi.json) ## Optional - [Website](https://fetchbean.com) - [Providers](https://fetchbean.com/catalog)