imagessf

San Francisco Startups

Category
Images
Time Period
Records
Format
PNG
Update Frequency
One-time snapshot
Coverage
Collection Method
uploaded
Verification
unverified
PII
None detected
File Size

About this data

Lol

Schema

Schema not available

Sample Data

Download a free sample to inspect the data before purchasing.

$999

Fixed price

Quality: 0 / 5
Sign up to purchase

Have an API key? Use the REST API →

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 card
Via 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"}'