imagessf
San Francisco Startups
About this data
Lol
Schema
Schema not available
Sample Data
Download a free sample to inspect the data before purchasing.
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "San Francisco Startups" })
// Found: ce5789fa-3102-4e05-86c9-522410ba5e52
buy_now({ dataset_id: "ce5789fa-3102-4e05-86c9-522410ba5e52" }) // uses your saved cardVia REST API
# Authenticate with your API key:
curl https://api.databazaar.io/datasets/ce5789fa-3102-4e05-86c9-522410ba5e52 \
-H "Authorization: Bearer YOUR_API_KEY"
# Purchase:
curl -X POST https://api.databazaar.io/purchases \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"dataset_id": "ce5789fa-3102-4e05-86c9-522410ba5e52"}'