Skip to main content
fetchbean is one API key in front of the web tools your agent needs. Point your agent at fetchbean and call search, page reading, weather, social data, and more. You skip the signups, keys, and rate limits, and you pay only for calls that succeed. There are two ways to call:

Curated tools

Clean, normalized endpoints like /v1/search and /v1/read that return the same JSON shape every time.

Raw run

POST /v1/run reaches any supported provider endpoint directly and returns its native response.

Base URL

All requests go to:
https://api.fetchbean.com

Your first call

curl https://api.fetchbean.com/v1/search \
  -H "Authorization: Bearer $FETCHBEAN_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query":"best vector databases"}'

Quickstart

Create a key and make your first call.

Providers

Browse every provider and method, with pricing.